I need to choose a framework for XML persistency of some java classes in our application. My requirements are: 1. I start from java classes, not from schema 2. Using annotations for customization 3. Ability to generate schema.
Until now only JAXB seems to satosty all my requirements.
XStream does not generate schema JiXB dows not use java annotations.
Can you point me to some framework other than JAXB which satisfies all my requirements?
Thank you!