Java libraries for converting xsd to bean/objects

Posted by wuntee on Stack Overflow See other posts from Stack Overflow or by wuntee
Published on 2010-04-30T04:42:25Z Indexed on 2010/04/30 4:47 UTC
Read the original article Hit count: 405

Filed under:
|
|
|

What are my options for libraries to convert XSD files to java beans or objects? I have a large XSD that I have been trying to convert using JAXB2, but JAXB2 is creating invalid classes.

© Stack Overflow or respective owner

Related posts about jaxb2

Related posts about java