JDOM, The Java DOM (1/4) - exploring XML | WebReference

JDOM, The Java DOM (1/4) - exploring XML

JDOM, The Java DOM

Using XML with Java is amazingly simple: All you need is a JDK, some free class libraries, a text editor and some data to process. The Document Object Model (DOM) is a popular, standardized way of manipulating XML data. Java developers might prefer JDOM in the future, a more Java-oriented API for reading and writing XML Documents.

JDOM was created by Brett McLaughlin and Jason Hunter as an open source project, available from the JDOM site.

What's wrong with the W3C DOM?

The DOM was designed to be independent of any programming language; therefore it can be quite incovenient to use in a particular programming language, such as Java:

The DOM and JDOM head-to-head...

https://www.internet.com

Produced by Michael Claßen
All Rights Reserved. Legal Notices.

URL: https://www.webreference.com/xml/column25/index.html
Created: Dec 03, 2000
Revised: Dec 03, 2000