PDA

View Full Version : which xml library recommended ?



gcollin
Mar 4th, 2008, 04:11 AM
Hi,

I'm asking you because I think you have all experiences needed to answer this.

I see you use xstream and stax for reading / writing / marshalling xml.

Is it the recommended choice ?
Did you choose it on purpose or is it just because it suits the sample code ?

Which library you would recommend for using xml files in batch ? xstream, castor , hibernate, etc ...

Thanks,

Gerard COLLIN

Dave Syer
Mar 8th, 2008, 12:16 PM
We purposefully do not recommend any particular XML mapping technology. By using Spring OXM we give you the choice.

gcollin
Mar 10th, 2008, 04:05 AM
I understand your point.

Thanks for replying.

Gérard