• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What XML JavaObject-XML transformation? JDOM, Dom4J, XOM, XStream, JAXB, JiBX, PojoXml

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

Comments/Suggestions please?
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
C H Kiran
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic