Showing posts with label jdom. Show all posts
Showing posts with label jdom. Show all posts

Tuesday, April 2, 2013

Using JDOM API to create an XML document

2:52 AM

JDOM is an open source library for working with a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programmer.

Tuesday, March 19, 2013

JDOM (Java-based document object model for XML)

10:37 PM

JDOM is an open source library for working with a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programmer.