Re: Class generator
Paul Libbrecht <[email protected]>
| Newsgroups | gmane.comp.java.jdom.general |
|---|---|
| Message-ID | <[email protected]> |
Are you meaning to do java objects serialization and deserialization? JDOM is not an answer for this. JDOM provides easy to use Java objects that represent XML trees but not custom java objects (though you could subclass the factory). There are 1.2-compatible things I believe such as commons-digester. paul Le 14 déc. 2011 à 15:06, Alexandre Santos a écrit : > Hi! I'm involved in a project were I need to output data in XML according to a XSD Schema. Is there a tool to generate Java classes for JDom? The project uses Java 1.2.1 (yes, very old) and I can't use those newer things like JAXB or XMLBeans... > Alex > _______________________________________________ > To control your jdom-interest membership: > http://www.jdom.org/mailman/options/jdom-interest/[email protected] _______________________________________________ To control your jdom-interest membership: http://www.jdom.org/mailman/options/jdom-interest/[email protected]