GWT 1.5 Milestone 1 now available for download
Google posted the first milestone of GWT 1.5,
an open source Java-to-JavaScript compiler and library for building
AJAX applications in Java. The major new feature in this release is
support for Java 5, including generics, enums, annotations, and the
enhanced for loop.
This milestone includes:
- The Java 1.5 syntax is fully supported, including generics, enums, nice "for" loops, autoboxing, static imports, annotations, etc.
- Support for generics in RPC (no more @gwt.typeArgs!)
- Ability to subclass JavaScriptObject<http://code.google.com/p/google-web-toolkit/wiki/JavaScriptObjectRede...>for very straightforward JavaScript interop
- Standards mode is now supported by the UI library (though there may be a few remaining bugs)
Comments
Be the first to write a comment
You must me logged in to write a comment.