New Project: JAXB4GWT

I was tired of seeing all of the XML parsing code in one of my GWT applications.  Because if the way the application was structured, it was impossible to do the xml parsing on the server and return a serialized bean back to the client.  So my approach was to emulate jaxb for the GWT client side.

My approach uses a generator, so all the parsers are created at compile time and linked into the application.

Project Home: http://code.google.com/p/gwtjaxb/

I have gone through several iterations of development, and am pleased to release version 1.0.0.  I am using this library in some of my own projects that are in production, and parsing some XML that is found in the wild.