Google Web Toolkit (GWT)....official release version 1.5  

GWT released officially the final version 1.5 today. Congrats to the GWT team and the whole community for making this release happen.

What for developers?
With Google Web Toolkit (GWT), you write your AJAX front-end in the Java programming language which GWT then cross-compiles into optimized JavaScript that automatically works across all major browsers. During development, you can iterate quickly in the same "edit - refesh - view" cycle you're accustomed to with JavaScript, with the added benefit of being able to debug and step through your Java code line by line. When you're ready to deploy, GWT compiles your Java source code into optimized, standalone JavaScript files. Easily build one widget for an existing web page or an entire application using Google Web Toolkit.

The main new features :
  • Support Java 5 language and enhanced JRE emulation
  • Performance optimizations and easier JavaScript interop
  • Prettier widgets, better DOM and accessibility, and bi-directional
Read more on GWT product review.

Development Tools
GWT uses Java, you can use all of your favorite Java development tools (Eclipse, IntelliJ, JProfiler, JUnit) for your AJAX development.

Read more further information on GWT blog.

AddThis Social Bookmark Button

0 comments

Post a Comment