BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Google Web Toolkit Continues Gaining Momentum

Google Web Toolkit Continues Gaining Momentum

XML.com recently featured an introduction to web application development using the Google Web Toolkit (GWT). GWT was released at JavaOne in May of this year, and  IBM DeveloperWorks also posted one the week before.  Currently GWT fully supports development on Windows and Linux with hosted mode OS X support promised in the future.

GWT allows the creation of Ajax web applications using only Java code. In hosted development mode your GWT appliction code continues to run as Java inside the JVM. This allows developers to leverage their existing IDE's for functionality like profiling and debugging. At deployment time GWT project code is compiled into Javascript form and ready to run in a browser. UI development features a Swing like widget API which is event driven. GWT also adds an RPC layer that shields developers form the complexities of using the XMLHttpRequest object.

GWT has been gaining support in the Java community since its release. Sites are already appearing featuring integration with third-party Javascript API's such as Script.aculo.us. Support of GWT has also been announced for IntelliJ and for Netbeans

Rate this Article

Adoption
Style

BT