GWT 2.0 is scheduled to be release later this year, and I wanted to keep you informed on an interesting new feature coming in the next milestone build. The UIBinder will allow you to develop GWT widgets using XML files, and I think the entire GWT community should be excited by this new feature. The UIBinder will certainly bring new web developers into the GWT community, since the layout of an entire GWT web site can be done using XML files, and then all events are captured using Java. The UIBinder will use annotations for communications back and forth between the XML files and your Java code.
For a first look at GWT UIBinder you can click here
I will keep you informed once more information on GWT 2.0 and the UIBinder comes available.