Using Interfaces with JAXB
November 25, 2009 | In: General Discussions
I set about the other day to use JAXB-annotated classes to generate some JSON as part of some web services work. The trivial case worked. @XmlRootElement public class ExtMessage { private String owner; ...
Latest comments