Posted By:
Bozidar_Dangubic
Posted On:
Friday, April 19, 2002 09:31 PM
also remember that jaxb is in the early release stages and that it lacks lots of functionality as is. castor is decent but it is a vendor tie-in, meaning that I would suggest you interface castor specific functionality so that you can replace it with jaxb once the stable version is released.
Posted By:
Anonymous
Posted On:
Friday, April 19, 2002 10:44 AM
You might want to look for the JAXB (Java API for XML Binding) API at java.sun.com or Castor at www.exolab.org which let you map an XML document to a java class.