Wednesday, October 13, 2010

My program for Devoxx

Devoxx is schedule quiet complete, so, it is time for me to make my program.

Firstly, there isn't any way for me to be present to JavaFx conference, Oracle has decided to retire this technologies.

Secondly, what are my interests?? Good question, so, there is a long, very long list: Seam 3, JPA 2, Android, Hadoop, HBase, Cloud Computing especially Amazon Web Services, JavaEE 6, Arquillian and Flash.

From the Devoxx schedule, there is:

And a special interest to:

To solve conflict, several conferences are organized on JPA 2, HBase, Hadoop and JavaEE6, so I think I will play with conferences and cover Android, Arquillian, but I don't know what choose between Seam and Hadoop...

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.