Google Web Toolkit (Beta)
- 0
- Add a Comment
- No Related Post
Very cool. Below we have a Toolkit from Google to help you to develop Ajax apps! Who says that Google doesn’t give back?
What is Google Web Toolkit?
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: Source: Google
