Published on 2006-11-17 16:21:26

Google Web Toolkit 1.2 is now officially released, the Google's solution to make AJAX development easier. The big feature in GWT 1.2 is certainly the support of MacOSX. With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of your choice. When you deploy your application to production, the GWT compiler to translates your Java application to browser-compliant JavaScript and HTML.

GWT 1.2 hosted mode debugging environment is much more faster thanks to caching between runs. Startup is 20-30% faster, and refreshes are much, much faster. Since refreshes are very fast now, the most efficient way to develop is to leave a hosted browser open, make source changes, then click "Refresh".

There is also some more bug fixes in this 1.2 release in addition to those in the previous RC release. The GWT Blog pointed also to the growing number of third-party development tools :



More information and download from GWT website via Google Blog


Related Entries

Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved