The moose likes XML and Related Technologies and the fly likes JDOM versus DOM Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "JDOM versus DOM" Watch "JDOM versus DOM" New topic
Author

JDOM versus DOM

William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 11862
I stuck to the W3C DOM as used by Sun and Apache parsers because it is a standard and thats what Sun supports. As I understand it, JDOM is so popular that Sun may support it in the future.

Java Resources at www.wbrogden.com
Sergei Voropay
Ranch Hand

Joined: Feb 20, 2001
Posts: 31
Here is an exerpt from an article on IBM developerWorks site at http://www-106.ibm.com/developerworks/java/library/j-jdom/ talking about the future of JDOM as a standard extention to java:
The official 1.0 release of JDOM may coincide with its continuing evolution in the Java Community Process. Submitted as JSR-102, JDOM has been approved for eventual inclusion in the core Java platform, with this comment from Sun: "JDOM does appear to be significantly easier to use than the earlier APIs, so we believe it will be a useful addition to the platform." According to the JSR, a 1.0 release might see JDOM's packaging change from "org.jdom" to "javax.xml.tree". While the future certainly looks positive, developers may eventually have to retrofit their code to work with the new version.
 
 
subject: JDOM versus DOM
 
Threads others viewed
JDOM
XPath on top of JDOM
Is JDom the past?
Transform text file to xml file
Which one is the best XML parser?
developer file tools