Content deleted Content added
PhnomPencil (talk | contribs) m Fixing links to disambiguation pages -- Sax using AWB |
Andrewman327 (talk | contribs) m cleaning up articles using AWB (8759) |
||
Line 7:
* [[Java API for XML Web Services]], or '''JAX-WS'''.
* [[Java API for RESTful Web Services]], or '''JAX-RS'''.
* [[
* [[Java Architecture for XML Binding]], or '''JAXB'''. – (this is its official Sun name, even though it is an API, see [http://java.sun.com/developer/technicalArticles/WebServices/jaxb/])
* [[StAX|STreaming XML processing]], or '''StAX''' (compatible with JDK 1.4 and above, included in JDK 1.6).
Line 16:
* [[Xerces]] – One of the original and most popular [[Simple API for XML|SAX]] and [[Document Object Model|DOM]] parser.
* [[Xalan]] – [[XSLT]]/[[XPath]] implementation, included in JDK 1.4 and above as the default transformer (XSLT 1.0).
* [[
* Woodstox – An open source [[StAX]] and [[Simple API for XML|SAX]] (as of version 3.2) implementation.
|