GWT 1.5 JRE Emulation Additions

OK, one more thing on GWT 1.5: additions to JRE emulation. If you've tried to port some existing Java code into the client, you really feel the absence of some of these. It's still painful, but every bit helps.

New JRE Classes

  • StringBuilder
  • java.sql.Date
  • java.sql.Time
  • java.sql.Timestamp
  • Enum
  • EnumSet
  • EnumMap
  • PriorityQueue
  • LinkedHashMap
  • TreeMap
  • TreeSet

New methods on existing JRE classes

  • Object.getClass()
  • Class.getName()
  • Integer.bitCount()
  • Several additional methods on Class, String and Character

Related posts:

  1. Bean of the Devil: Why Getters, Setters and Such are Evil
  2. Grails: Delegating to GORM Persistence in Java
  3. GWT: Better Layouts Through Subclassing
  4. GWT 1.5 RC1, Getting Closer
  5. GWT Testing With Groovy? (Heck yeah!)

Topics:

Leave a comment

Powered by WP Hashcash

Launch: Pathfinder Newsletter

    Get a monthly update on best practices for delivering successful software.

    Subscribe via email


    Subscribe via RSS      RSS icon

Topics

Search

WordPress

Comments about this site: info@pathf.com