Quantcast
Channel: WATER TALKS
Browsing all 19 articles
Browse latest View live

TRQ and 3idiots (Language: Malayalam)

February 28, 2013 മനുസ്മൃതിയില്‍ പാലക്കാട് മുഴുവന്‍ ചുറ്റികറങ്ങി . ദാരിദ്ര്യം അണ്ടര്‍വെയര്‍ വരെ എത്തി നില്‍ക്കുകയാണ്. നിലനില്പിനു വേണ്ടി പരസ്പ്പരം കടിച്ചുകീറാന്‍ തയ്യാറായി എട്ടു പേര്‍ പാലക്കാട്‌...

View Article


Persist Data in GWT

Persist Data in GWTUsing Data nucleus and JDOIn this post we are going to describe how to manage DB in GWT project using Data-Nucleus and JDO services, which may help you to store data and retrieve it...

View Article


jUnit4 new features (Parametric Testing, Data point Testing and @Rule)

PARAMETRIC TESTING: @RunWith(value = Parameterized.class) public class SampleClassTest { int x; int y; public SampleClassTest(int x, int y) { this.x = x; this.y = y; } @Parameters public static...

View Article

GWT composite Component an Example

A Proportion component.Creating GWT Proportion component public class PropotionComponent extends Composite {private TextBox numerator = new TextBox();private TextBox denominator = new TextBox();private...

View Article

Image may be NSFW.
Clik here to view.

Strategy for writing test cases (using jUnit and EclEmma)

Write different testing functions for testing different cases with respect to the requirements; validate it with respect to the requirements.Complexity, Branch and Line coverage, of functions under...

View Article


GWT app and hosting it on google appspot

Here I am going to brief about creating a GWT app in Eclipse and hosting it in Google app engine.here am going to develop a simple game.Before starting,You need to install Eclipse, then add GWT toolkit...

View Article

Downloading the Source Code from App Engine

Download Google App Engine SDK from https://developers.google.com/appengine/downloads, install it. Follow the steps to download source code: Step 1. Create a new directory for storing the downloaded...

View Article

Loggin management in GWT with sessionId

Loggin management in GWT with sessionIdIf you don’t want to waste time reading my ‘good’ English can and must skip to ‘How to achieve’ section.            As google provide lots of space and features...

View Article


Testing GWT App with Junit GWTTestCase

Testing GWT App with Junit GWTTestCase           Testing GWT App with Junit GWTTestCase GWT provides excellent support for automated testing of client side code using JUnit testing framework. How it is...

View Article


5 GWT 2.5 new features

2.5 FeaturesSuper Dev Mode (experimental)Elemental (experimental)New compiler optimizationsUpdated ARIA supportUIBinder EnhancementsValidation EnhancementSuper Dev Mode (experimental)Super Dev Mode is...

View Article

File to Byte Array and vice verse

FILE TO BYTE & BYTE TO FILEConverting a file to byte array and retrieving it from that, mostly used in programming world especially in case of storage purposes. Here we show how simply we can...

View Article

Generate all combinations by java Program

Generate all combinations by java ProgramIn this post we are going to brief you, how to disclose all combination of passwords or you want all combinations of some numbers or words or characters  for...

View Article

GWT File uploading and save it to DB

File uploading in GWT, and save it to DBHow to create an app to host in google appspot.com, which provides to upload file and show it upone request from client side. Kind of tricky things to develop...

View Article


ഗോവണി [Language Malayalam]

ഗോവണി 2006 കെമിസ്ട്രി ബ്ലോക്ക്‌ ഗോവണി സമയം : 1.35 പകൽ ഞാൻ ആദ്യം:നെറ്റിയിൽ ,പിന്നെ കവിളിൽ . . . ഇടതും വലതും വീണ്ടും നെറ്റിയിൽ ...പകച്ചു നിന്നു...പിന്നെ രണ്ടും കല്പിച്ചു ചുണ്ടിലെക്..... പിന്നെ , ഫുൾ...

View Article

Downloading file from GWT

Downloading file from GWTLast time I was discussed about how to create an app to host in google appspot.com, which provides to upload file and show it up on request. In this post I covered first...

View Article


Image may be NSFW.
Clik here to view.

GWT Slider

GWT SliderHow to implement slide-bar in GWT is discussed over here. Side bar is of two type Horizontal and Vertical Slider-bars. Each Slider-Bar build using different widgets, some are required and...

View Article

Image may be NSFW.
Clik here to view.

Salt n Pepper Image Noise Reduction

Noise reductionNoise reduction is the process of removing noise from a signal. Noise reduction techniques are conceptually very similar regardless of the signal being processed, however a priori...

View Article


Image may be NSFW.
Clik here to view.

How to embed custom fonts in web pages

How to embed custom fonts in web pages In order to do this yourself you need your font in at least 2 formats, I actually use all of them. This is the only way I know to convert the fonts at this...

View Article

Exclude classes implemented by GWT and use our own implementation.

Exclude classes implemented by GWT and use our own implementation.GWT projects can be organized in a variety of ways. In this section we are describing how to override one package implementation with...

View Article
Browsing all 19 articles
Browse latest View live


Latest Images