XML and Java: The Perfect Pair: Part 2: Java APIs for XML
December 9, 1998
Last month, in
Part 1
of this 3-part article, we considered why
XML and
Java
are two technologies which make a "perfect
pair". We also covered some fundamental concepts such as
validating parsers,event-based parsing, tree-based parsing, and the
DOM.
This month, we take a deeper look at Java APIs
[1]
developed for use with XML. (You are encouraged to read
Part 1
first, if you haven't done so already.)
SAX is by far the most popular Java API for XML at this time; it
is supported or required by nearly all Java-based XML software.
Sun's XML Library is quite new; it is important to watch since it
may someday become a standard part of Java (although probably with
different details). Newer yet is XML Productivity
Kit for Java by the alphaWorks IBM research group. This article
also discusses the DOM, KOML, Coins, DOM SDK, SAXON and XML Testbed.
[1]
For a list of XML APIs which includes those written
in languages other than Java, see the WDVL
XML Software Guide's API section.
XML and Java: The Perfect Pair: Part 1
XML and Java: SAX: Simple API for XML (Parsers)
|