GWT 1.4.10 Docs

The docs for the 1.4.10 (RC1) version are online here if you are interested. Anybody that grabs the RC download already has these docs, but I kept referring back to various things so often that this seemed like an easier course (from various machines, etc).

Of special note are the following:

  • the 1.4 release notes
  • The reworked KitchenSink, which includes new widgets and new styling
  • An updated developer guide that includes lots of info on many of the updates
  • CSS updates in UIObject
  • the new benchmarking system
  • the new ImageBundle facility
  • A marker interface named Serializable that works the same as IsSerializable, which should allow more re-use of objects rather than separate GWT DTO's
  • the refactored RPC server side mechanism, that includes DelegatingServiceServlet so you can change the back end easily
  • 1.4 Includes a lot of enhancements and bug fixes, but is not a big leap in terms of using it with existing projects. If you haven't checked it out yet, you should grab it.