Google Web Toolkit: AJAX applications in Java
Java, Web Development | (1)
Google has released Google Web Toolkit (GWT), a code generation framework that lets you code Ajax apps in pure Java.
Google Web Toolkit (GWT) is a Java development framework that lets you escape the matrix of technologies that make writing AJAX applications so difficult and error prone. 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.
Here's the GWT development cycle:
Use your favorite Java IDE to write and debug an ...