HomeAdd Ons Google to Introduce AJAX Toolkit at JavaOne
Google to Introduce AJAX Toolkit at JavaOne ByDarryl K. Taft 2006-05-17
Article Rating: / 0
Rate This Article:
Add This Article To:
Google is slated to introduce the Google Web Toolkit, a free Java development framework that lets developers work with and debug applications in Java and deploy them in AJAX.
SAN FRANCISCOGoogle is slated to introduce the Google Web Toolkit, a free Java development framework that enables developers to develop and debug applications in Java and deploy them in Asynchronous JavaScript and XML at the JavaOne conference here.
The GWT (Google Web Toolkit) is a Java software development framework that simplifies writing AJAX applications such as Google Maps and Gmail for developers who are not steeped in JavaScript or the nuances of all the different browsers, the company said.
"Google Web Toolkit combines our years of experience creating AJAX applications like Gmail, Google Maps and Google Calendar, with a number of smart development tools to solve many of the problems typically associated with writing AJAX code," said a Google statement describing the technology.
ADVERTISEMENT
The toolkit includes a Java-to-JavaScript compiler, built-in PRC (remote procedure call) support, and Java debugging support, the company said.
The Google Web Toolkit also features reusable user interface components and browser history management, so AJAX applications do not break the browser's back buttona common complaint among AJAX developers when building applications.
Click here to read more about Google contemplating a move to join the Eclipse Foundation.
And the GWT compiler translates a Java application to browser-compliant JavaScript and HTML, the company said.
Moreover, GWT lets Java developers use their favorite Java development environment, be it Eclipse, JBuilder, IntelliJ or NetBeans, to write and debug an application in Java.
Then GWT translates the application to JavaScript for use in a browser.
The GWT-translated application then runs in either hosted or web mode.
In hosted mode, the application runs as Java bytecode within the JVM (Java Virtual Machine), Google officials said.
Guru Jakob Nielsen offers advice on designing applications for usability. Click here to watch the video.
In Web mode, the application runs as pure JavaScript and HTML, compiled from the original Java source code with the GWT Java-to-JavaScript compiler, the company said.
This article was originally published on eWEEK.com.