What XML JavaObject-XML transformation? JDOM, Dom4J, XOM, XStream, JAXB, JiBX, PojoXml
Chitrada Kiran
Greenhorn
Joined: May 14, 2005
Posts: 4
posted
0
I just need some simple and stable xml tools to transform java objects to XML and back from XML to Java Objects.
Provided the JAVA Objects are predefined and the xml schema/DTD is predefined. What is the best to use? Trying to see Pros and Cons for below few:
1.JDOM, 2.Dom4J, 3.XOM, 4.XStream, 5.JAXB, 6.JiBX, 7.PojoXml
My only comment would be that a magazine article on that topic would probably run about 2,000 words. You shouldn't expect somebody to take time to write that magazine article specifically for you.
However it's quite possible that somebody has written it and posted it on the web for the whole world to see. You could certainly go and look for that.
Chitrada Kiran
Greenhorn
Joined: May 14, 2005
Posts: 4
posted
0
Thanks, I'm already googling for this if you have any clue, please do share. Also, I'm not asking the implementations of each of the one, just the PROS, CONS. I'm making one doc, I'll attach once I'm done but it will be better if i can embed a table here it self.
Paul Clapham wrote:My only comment would be that a magazine article on that topic would probably run about 2,000 words. You shouldn't expect somebody to take time to write that magazine article specifically for you.
However it's quite possible that somebody has written it and posted it on the web for the whole world to see. You could certainly go and look for that.