Tuesday, December 12, 2006

Google Web Toolkit Open sourced

Google has opensourced it's Google Web Toolkit. The project is now fully opensource under the Apache 2.0 license. The new 1.3 RC has no new features since 1.2. In addition to simple directions for compiling the source yourself, the updated site includes the often-requested development roadmap as well. Here are a few of the features of GWT:
  • Dynamic, reusable UI components: Create and Send your Widgets to other developers in a JAR file.
  • Really simple RPC: To communicate from your web application to your web server, you just need to define serializable Java classes for your request and response.
  • Browser history management: GWT lets you make your site more usable by easily adding state to the browser's back button history.
  • Real debugging: In production, your code is compiled to JavaScript, but at development time it runs in the Java virtual machine, and so you can take advantage of Java debugging, with exceptions and the advanced debugging features of IDEs like Eclipse.
  • Browser compatible Your GWT applications: Automatically support IE, Firefox, Mozilla, Safari, and Opera with no browser detection or special-casing within your code in most cases.
  • JUnit integration: GWT's direct integration with JUnit lets you unit test both in a debugger and in a browser
Here is a list of few resources to kick off with GWT

No comments:

Post a Comment

Popular Posts