xjc and schemagen with gradle
January 10, 2012
In a recent Java project, I need to generate Java classes from an XML schema and an XML schema from a different set of Java classes. The underlying technology I use for these task is the Java Architecture for XML Binding (JAXB). The jdk comes with two tools, xjc and schemagen (schemagen currently produces a … More xjc and schemagen with gradle