JAXB is a Java technology that enables you to generate Java classes from XML schemas by means of a JAXB binding compiler. The JAXB binding compiler takes XML schemas as input, and then generates a package of Java classes and interfaces that reflect the rules defined in the source schema. These generated classes and interfaces are in turn compiled and combined with a set of common JAXB utility packages to provide a JAXB binding framework.
# jaxb ?
Posté par B r u n o (site web personnel) . En réponse au message Générer classe java depuis un XML et son XSD. Évalué à 1.
Petite citation :
Il y a un outil qui pourrait t'interesser aussi : https://jaxb-workshop.dev.java.net/(...) et https://jaxb-workshop.dev.java.net/wizard/wizard.html(...)
Sinon il y a XmlBean qui devrait te plaire : http://xmlbeans.apache.org/documentation/tutorial_getstarted.html(...)
En espérant ne pas avoir répondu à côté de la plaque. Dis si c'est bien ce genre de trucs que tu cherches.