I wanted to use the JaxB annotation in my class like this:
@XmlRootElement public class ItemExtension implements Serializable {
But GWT com
You might find a viable solution here: GWT with JPA