[jdom-interest] Class generator
Paul Libbrecht
paul at hoplahup.net
Wed Dec 14 07:18:45 PST 2011
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/youraddr@yourhost.com
More information about the jdom-interest
mailing list