UIBinder for GWT 2.0
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.
Hey Guys,
Author of More Servlets and JSP, Marty Hall is coming to Bangalore this April to speak on Choosing an Ajax/JavaScript Toolkit: A Comparison of the Most Popular JavaScript Libraries, Pure Java Ajax: An Overview of GWT 2.0, Integrated Ajax Support in JSF 2.0 and Ajax Support in the Prototype JavaScript Library. You can get more information on developersummit dot com
For anyone that has programmed Android or WPF for that matter, this should not be anything new. – Arunabh Das