I wanted to use the JaxB annotation in my class like this:
@XmlRootElement public class ItemExtension implements Serializable {
But GWT com
I have used this library to do jaxb parsing from within a GWT client
http://code.google.com/p/gwtjaxb/
It is not a full JAXB generator, but it covers everything that I need.