Wednesday, October 13, 2010

GWT 2.1 RC 1 out

Finally, GWT 2.1 RC 1 is available for download at this address: here. The new features are:

  • an editor API to bind bean to widget
  • cell widgets to manage widgets based on huge data amount
  • validation API based on JSR 303
  • logging API as a simulation of JDK logging API
  • MVP framework
  • request factory, an API to bind JPA entities to GWT bean
  • SafeHTML, a more secure way to inject HTML into DOM hierarchy

Part of these features were originally part of the GWT 2.2 roadmap.

Documentation is already release for several API such as Activities/Places (MVP),RequestFactory, logging API, SafeHTML and Cell-based widgetAPI.

No comments:

Post a Comment