October 19th, 2008 - Written by in News
-
This new release adds radar and scatter charts plus some bug fixes. Make sure to check out the demo.
-
The new GWT build is out. The main highlight is a fix for RPC on Android.
-
GWT Theme Generator
A simple GWT app that creates a GWT theme for you based on your chosen color.
-
Bringing JavaFX and GWT together
Interesting Demo showing how to integrate JavaFX and GWT together using the .
October 12th, 2008 - Written by in News
-
Intro to GWT Article in October 2008 Better Software Magazine
Daniel Wellman pointed out to me that his Intro to GWT Article is appearing now in the October 2008 issue of Better Software Magazine. Unfortunately, it’s only in print at the moment, but if you can get your hands on the magazine, check it out.
-
Ext GWT 1.1.1 released
This release contains quite a few bug fixes, as well as some small enhancements and API changes.
-
Performance of the GWT 1.5 HashMap
Damon Lundin shows why you should be using FastStringMap instead of HashMap with GWT.
-
Making GWT JSON not Quite so Painful
Dietrich Kappe discusses how he came up with a JSON helper class to make working with JSON and GWT easier.
-
GWT and Cross Site JSONP in J2EE Container
Eggsy84 has written an informative tutorial on his implementation of cross site scripting using JSONP and GWT.