Hi,
There seem to be a number of XML data binding options available to the Java commumity, e.g. JAXB, Castor, XMLBeans, etc.
Can anyone summarise or even detail the pros and cons of each one?
I'm using Castor in conjunction with Axis for web services as Castor provides the schema validation in the Java objects. I guess other data binding solutions will provide the same. There's also the issue of XML Schema version and coverage of the standards in the implementation.
I don't know whether or not another option would be more suitable as I don't understand the differences.
Many thanks,
Dave
-
XML Data Binding Options (3 messages)
- Posted by: Dave Hallam
- Posted on: July 29 2004 08:09 EDT
Threaded Messages (3)
- XML Data Binding Options by Kristian Senkler on July 29 2004 10:03 EDT
- XML Data Binding Options by Dave Hallam on July 30 2004 15:35 EDT
- recommend Castor by J2EE DISCUSSION ANIL LINGUTLA on August 03 2004 06:51 EDT
-
XML Data Binding Options[ Go to top ]
- Posted by: Kristian Senkler
- Posted on: July 29 2004 10:03 EDT
- in response to Dave Hallam
Hello Dave,
maybe this article is of interest: http://www.xml.com/pub/a/2003/09/03/binding.html
Cheers,
Kristian -
XML Data Binding Options[ Go to top ]
- Posted by: Dave Hallam
- Posted on: July 30 2004 15:35 EDT
- in response to Kristian Senkler
That's really great, thank you. -
recommend Castor[ Go to top ]
- Posted by: J2EE DISCUSSION ANIL LINGUTLA
- Posted on: August 03 2004 06:51 EDT
- in response to Dave Hallam
I would recommend Castor. we are using Castor in our large scale product supporting 6 mill transactions / day for last 2 yrs from version 0.94. Do not get in to too much performance related research my friend. Castor serves the Job.