- 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
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:
Subscribe to:
Post Comments (Atom)
Popular Posts
-
The previous post described how to implement a JMS messaging client using Spring JMS . This post will describe how to implement the Message ...
-
Redhat Enterprise Linux provides Redhat Developer Toolset , which allows you to install Git. However, it is usually an older version. If you...
-
This post will describe how to create and deploy a Java Web Application war to Heroku using Heroku CLI. You will need a basic understanding ...
-
JUnit 4 introduces a completely different API to the older versions. JUnit 4 uses Java 5 annotations to describe tests instead of using in...
-
In a previous post, I described how to use Quartz scheduler for scheduling . In this post, I describe the configuration changes required for...
-
New posts with iText 5.5.12 Following are two new posts for PDF Merge with iText 5.5.12 Merge PDF files using iText 5 Merge and Paginate PDF...
-
This is an example code for a simple PDF merge using iText 5. We use three InputStream s in a List as input and merged file is written to th...
-
One of the more interesting features in the upcoming release of Java 9 is the support for Reactive Programming in Java. At a high-level Rea...
-
This is a basic example of how to implement Messaging in Java using JMS and Message driven beans. The example is implemented using Weblogic ...
-
Big Faceless Report Generator is a commercial Java API for generating PDF files from XML input . The report generator is built on the Big F...
No comments:
Post a Comment