Wednesday, May 24, 2006

Google WebTool Kits

Google just release GWT (Google Web Toolkits ) for ajax coding development more easier and more funs to build Web applications like Google Maps and Calendar. Google Web Toolkits is a code generation framework that lets you code Ajax apps in pure Java. all coding development is done on java command and debug on your own AJAX applications using the Java debuggeg tools of your choice.

When you deploy your application to production, the GWT compiler simply translates your Java application to browser-compliant JavaScript and HTML.

Simple notes about Google Web Toolkits:-

  • Use your favorite Java IDE to write and debug an application in the Java language, using as many (or as few) GWT libraries as you find useful.
  • Use GWT's Java-to-JavaScript compiler to distill your application into a set of JavaScript and HTML files that you can serve with any web server.
  • Confirm that your application works in each browser that you want to support, which usually takes no additional work.

GWT can be downloaded from Google Code.

No comments: