Google Web Toolkit
Google Web Toolkit (GWT) is an open source Java development framework that permits you gets away the matrix of technologies which make writing of AJAX applications so complicated. Development and debugging of AJAX applications in the Java language becomes easy with GWT. The GWT compiler interprets your Java application to browser-compliant JavaScript and HTML while deployment of application to production.
Brief overview of GWT development cycle is as under:
- Choose your preferred Java IDE to write and debug an application in the Java language, using as many (or as few) GWT libraries as you find useful.
- For serving with any web server use GWT’s Java-to-JavaScript compiler to condense your application into a set of JavaScript and HTML files.
- Make sure that your application works in all browsers that you desire to support.



