I\'m trying to find a way to accomplish a xsd schema to datastore roundtrip, with minimum effort.
I used jaxb to build my object model from schemas, now I would lik
Use DataNucleus and you can persist via JDO or JPA and internally it uses JAXB. http://www.datanucleus.org