JDOM 1.0

printer-friendly version of this section  Print  e-mail this section  E-Mail  add a public, group or private note  Add Note  add a bookmark about this section  Add Bookmark    

Java APIs for XML Kick Start
By Aoyon Chowdhury, Parag Choudhary

Table of Contents
Chapter 13.  Looking Ahead: JAXB and Beyond


JDOM 1.0 proposes an API set that enables an easy and effective way to read, write, and manage XML data. The specification is similar to DOM, and is fully compatible with both DOM and SAX.

Like DOM, JDOM creates an in-memory representation of the XML data. However, unlike DOM, JDOM takes fewer resources to create the in-memory representation, thus making it more efficient than DOM. Additionally, the namespace handling capability of JDOM is more efficient than that of DOM. JDOM also ensures that the XML data is well-formed. JDOM can read and write DOM and handle SAX events, ensuring that the applications that use DOM or SAX can work seamlessly with JDOM.

Architecturally, JDOM is completely optimized for Java. This enables the developers to leverage the full power of the Java platform while using JDOM to process XML applications. Similar to the other Java APIs for XML, JDOM also follows a pluggable architecture, thus making it possible to select a JDOM implementation at runtime. This makes the applications using JDOM portable.

You can get more information about JDOM at http://www.jcp.org/ and http://jdom.org/.


printer-friendly version of this section  Print  e-mail this section  E-Mail  add a public, group or private note  Add Note  add a bookmark about this section  Add Bookmark    
Top

[0672324342/ch13lev1sec3]

 
 


JavaT APIs for XML Kick Start
JAX: Java APIs for XML Kick Start
ISBN: 0672324342
EAN: 2147483647
Year: 2002
Pages: 133

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net