|
A Java XML APIs from Sun consist of the following separate programming APIs:
Java API for XML Processing, or JAXP.
Java API for XML Messaging, or JAXM.
Java API for XML-based RPC, or JAX-RPC.
Java API for XML Registries, or JAXR.
Java Architecture for XML Binding, or JAXB. -- this is its official Sun title, possibly though these are an API, see [http://java.sun.com/developer/technicalArticles/WebServices/jaxb/]
Lone a Java API for XML Processing is a required API around Enterprise Java Beans Specification 1.Tierce.
The total of different programs packages implement these APIs including
Xerces -- One of the original & however (inside 2002) virtually all popular SAX and DOM parser.
Crimson XML -- A sooner SAX and DOM parser.
Xalan -- The original & however (inside 2002) virtually all popular XSLT/XPath implementations.
Sparta XML -- A convenient & little SAX and DOM parser that also includes an XPath subset.
|
Processing XML with Java
Online draft of a book by Elliotte Rusty Harold.
Introduction to XML Programming
This basic tutorial explains step by step how to use XML Parsers (SAX and DOM), XSLT, and XML Namespaces.
The Apache XML Project
Provides commercial-quality standards-based XML solutions for Java, C++ and Perl that are developed in an open and cooperative fashion. Includes XML and XSLT parsers.
IBM XML Zone
Tools, forums, tutorials and technical information on XML, much of it geared toward Java.
Devsphere Java-XML Projects
Offers XML parsing benchmarks, open source framework for handling parsing related events (SAXDOMIX), and form handling framework.
Xbean
Open source project where software components take XML as input, processes it in some fashion and then pass XML on to the next Xbean. Includes white papers and mailing list.
About XML
Basic information and links on XML and using XML with Java.
Introduction to Java and XML Tutorial
Intro to using Java and XML together. Covers setting up the environment, SAX and DOM parsers.
Versim Differencing Toolkit for Java
Assist developers of XML applications in identifying differences between XML documents. Online demo. [Shareware]
RTF2FO
RTF to XML converter RTF documents to XML ones in line with latest W3C specifications for XSL FO formatting semantics. Using different XSL FO rendering tools converted files can ease converted in different output formats such as PDF, HTML, PostScript. It can be used as standalone application or class library. [Shareware]
|
© 2005 GeneralAnswers.org |
|