How to create a JAXB java class out of a xml schema using a utility?
I don’t like reverse-engineering of several huge XSD-files to a JAXB-compliant java class.
I know there’s the jdk utility schemagen – but this works the other way round.
What tool can help me?
You can use the command line
xjctool or the ant task version:http://java.sun.com/webservices/docs/2.0/jaxb/xjc.html