• 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

JDOM or SAX or DOM ??

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all
i am very new to xml..... just i am very curious and intrested to know java and xml thing.... but i am confused which API is better to use in java apps to interact with xml, whether it is SAX and DOM or JDOM...... few days back i have read about JDOM API , it says that you will find much easier to code compare to other APIs.... can you plz tell me which API should i use? and which have less complexity? or is there any API ?which is the better way to go?
Thank You
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is no single "best" api for XML because there are so many things XML is used for. If you will browse through the last few weeks of posts in this forum you will see a variety of uses discussed.
Bill
 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If *less complexity* is your aim then JDOM would be good for you. You can also go for Castor.
[ November 15, 2005: Message edited by: rathi ji ]
reply
    Bookmark Topic Watch Topic
  • New Topic