developerlife.com (tm)
home -> Tools


Tools
Tools
Currently the code on developerlife.com "supports" the following Java XML1.0 compliant parsers:
  1. Sun Project X Technology Release 2 
  2. Datachannel XJParser
  3. IBM XML Parser for Java v2.0.9 
  4. OpenXML v1.0.4. 
It (usually) does not matter which parser you use in your code because they both use the DOM 1.0 interfaces defined by the W3C; these are the classes in the org.w3c.dom package. The only difference in using these tools is the code which instantiates the DOM object (from the XML document) and the import statements that are needed. Once the DOM object has been instantiated, you have to use the W3C interfaces to access it anyway.


Sun Project X Technology Release 2  

homepage: http://developer.java.sun.com/developer/products/xml/l
download: xml10tr2.zip

Datachannel XJParser 
homepage: http://xdev.datachannel.com/downloads/license.html
download: dcxjp.exe

IBM XML Parser for Java v2.0.9
homepage: http://www.alphaWorks.ibm.com/formula/XML
download: xml4j_2_0_9.zip

OpenXML Parser v1.0.6
homepage: http://openxml.org
download: openxml.jar

Java Servlet Development Kit
homepage: http://www.javasoft.com/products/servlet/index.html
download: http://www.javasoft.com/products/servlet/index.html

Java2 Development Kit
homepage: http://www.javasoft.com/products/jdk/1.2/
download: http://www.javasoft.com/products/jdk/1.2/

JRun Servlet Engine
homepage: http://www.livesoftware.com/download/
download: http://www.livesoftware.com/download/

 

 
Web developerlife.com
Click here to send comments/feedback
Copyright Nazmul Idris 1999-2006. All Rights Reserved.
Last updated June 24 2006.