GWT 1.5 RC 1 Released
by lemmyThe 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.
Leave a Reply