JDOM

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2000 ]

Articles
  

Articles:
  • Easy Java/XML integration with JDOM, Part 2 by Jason Hunter, Brett McLaughlin   - [Clicks: 21]
    JDOM is a new API for reading, writing, and manipulating XML from within Java code. In Part 1 of this series, Hunter and McLaughlin explained how to use JDOM to read XML from an existing source. In this final part, they focus on how you can use JDOM to create and mutate XML.
    http://www.javaworld.com/javaworld/jw-07-2000/jw-0728-jdom2.html - Jul, 2000
  • Easy Java/XML integration with JDOM, Part 1 by Jason Hunter, Brett McLaughlin   - [Clicks: 21]
    JDOM is a new API for reading, writing, and manipulating XML from within Java code. In April, Jason Hunter and Brett McLaughlin publicly released the API in a beta form. Based on the premise that using XML should be intuitive, simple, and productive, the API is optimized specifically for the Java programmer. In this article, the first of two parts, Hunter and McLaughlin explain how to use JDOM to read XML from an existing source. In Part 2, they will focus on how JDOM can create and mutate XML.
    http://www.javaworld.com/javaworld/jw-05-2000/jw-0518-jdom.html - May, 2000

[Top]