• JDOM is the Java Document Object Model
• A way to represent an XML document for easy and efficient reading
manipulation, and writing
– Straightforward API
– Lightweight and fast
– Java-optimized
download
free ebook and tutorial - Java + XML = JDOM
Subscribe to:
Post Comments (Atom)
1 comments:
November 23, 2009 at 8:03 PM
Have you looked at vtd-xml? it is a lot faster and memory efficient than DOM4J and JDOM
http://vtd-xml.sf.net
Post a Comment