The java xml ecosystem seems awash in current implementations, API definitions and libraries all with cryptic names. (Web searches frequently turn up references to old/out-of-date implementations as well.)

To list just some of the terms out there (by no means exhaustive): Crimson, Xerces, Xalan, JDOM, Saxon, XOM, JAXP

Are there any good references out there for getting an overview of what libraries and frameworks are currently available and how they compare?

Particular questions it would be helpful for a reference to address:

  • What things are part of a standard current java JDK or SDK download?
  • What are the dependencies amongst the libraries/frameworks?
  • What is current, and what supersedes what?
link|improve this question
Checkout my answer to a similar question here stackoverflow.com/questions/3855324/… – Pangea Jan 16 '11 at 0:43
feedback

1 Answer

up vote 2 down vote accepted

There is an article "Choose Your Java XML Parser" that compares Xerces (Apache), XDK (Oracle) and JAXP (from Sun, is part of JDK).

Another article is "XML and Java technologies" from IBM. It compares JDOM, dom4j, EXML, XPP, Crimson and Xerces.

link|improve this answer
1  
Loved the article "XML and Java technologies." – Marcelo Jan 16 '11 at 0:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.