[
Lists Home |
Date Index |
Thread Index
]
If what your referring to can be satified with a Java-to-XML binding,
the following come to mind:
Castor: http://castor.exolab.org/
JAXB: http://java.sun.com/xml/jaxb/
JBind: http://jbind.sourceforge.net/
XMLBeans: http://xmlbeans.apache.org/
Quick: http://sourceforge.net/projects/jxquick
Zeus: http://zeus.objectweb.org/
Here is an October 2002 discussion (a bit old, but perhaps still
relevant) on the differences between the Castor and JAXB:
http://www.theserverside.com/discussions/thread.tss?thread_id=16153
Here is also a January 2003 IBM Developerworks article on most of the
binding utilities listed above:
http://www-106.ibm.com/developerworks/xml/library/x-databdopt/#h9
Hope that helps.
Kind Regards,
Joseph Chiusano
Booz Allen Hamilton
Strategy and Technology Consultants to the World
> -----Original Message-----
> From: Alan Gutierrez [mailto:alan-xml-dev@engrm.com]
> Sent: Tuesday, January 04, 2005 9:53 PM
> To: xml-dev@lists.xml.org
> Subject: [xml-dev] XML to Java Typing
>
> I'm working with SAX a bit lately, and I find that I've written
> String to some type of Object code in a dozen places. Is there a
> standard String to Java type library out there?
>
> Is there something that could be XML Schema driven?
>
> --
> Alan Gutierrez - alan@engrm.com
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org
> <http://www.xml.org>, an initiative of OASIS
> <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
>
|