not idle

Archive for May, 2008

GWT 1.5 RC 1 Released

Thursday, May 29th, 2008

The first release candidate of the new GWT 1.5 is finally available. It supports Java 1.5 syntax (generics, improved for-loop, annotations, …). The new JRE emulator introduces new classes from Java runtime:

java.sql.Date, java.sql.Time, java.sql.Timestamp: no more hacks when using Hibernate
StringBuilder
various other containers: TreeMap, TreeSet, PriorityQueue, …

For a complete list of new features see here.

Read the rest of this entry »