GWT for beginners - Introduction.
Hi Everyone, from this post onwards I am planning to write about GWT (Google Web Toolkit) as it is currently used for many web development projects. GWT is an open source set of tools that allow web developers to create and maintain complex JavaScript front end applications in Java. Following are some of the specifications and features of GWT :- GWT is used to create RICH Internet Application (RIA). GWT provides option to write client side application in JAVA. GWT automatically generates javascript code suitable for each browser. GWT provides full debugging capability. Developers can debug the client side application just as an Java Application. GWT is licensed under apache license version 2.0. GWT provides easy integration with JUnit and Maven. GWT provides widget libraries. GWT has simple RPC mechanism. GWT has support for Internationalization and localization. HTML canvas support. GWT has support for using Google APIs. A number of libraries are available for GWT, by...