Java XML: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{More sources needed}}
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5
 
(3 intermediate revisions by 3 users not shown)
Line 1:
{{More sources needed|date=February 2024}}
{{Short description|Application programming interface}}
{{Short description|Application programming interface}}Java XML is a mark up language for marking up the structure of a text document.<ref>{{Cite web |title=Java Programming Tutorial - Java & XML |url=https://www3.ntu.edu.sg/home/ehchua/programming/java/J6d_xml.html |access-date=2024-02-28 |website=www3.ntu.edu.sg}}</ref> The '''[[Java (programming language)|Java programming language]] [[XML]] [[Application programming interface|APIs]]''' developed by [[Sun Microsystems]] consist of the following separate [[computer programming | computer-programming]] APIs:<ref>{{Cite web |last=link |first=Get |last2=Facebook |last3=Twitter |last4=Pinterest |last5=Email |last6=Apps |first6=Other |title=Java XML Tutorial with Examples |url=https://www.javaguides.net/p/java-xml-tutorial.html |access-date=2024-02-28}}</ref><ref>{{Cite web |title=Java XML Parser {{!}} DigitalOcean |url=https://www.digitalocean.com/community/tutorials/java-xml-parser |access-date=2024-02-28 |website=www.digitalocean.com |language=en}}</ref><ref>{{Cite web |title=XML and Java Tutorial |url=https://www2.seas.gwu.edu/~simhaweb/java/xml/xml.html |access-date=2024-02-28 |website=www2.seas.gwu.edu}}</ref>
In [[computing]], '''Java XML APIs''' were developed by [[Sun Microsystems]], consisting separate [[computer programming]] [[application programming interfaces]] (APIs).<ref>{{Cite web |title=Java Programming Tutorial - Java & XML |url=https://www3.ntu.edu.sg/home/ehchua/programming/java/J6d_xml.html |access-date=2024-02-28 |website=www3.ntu.edu.sg}}</ref>
 
==Application programming interfaces==
* [[Java API for XML Processing]], or '''JAXP'''
{{Short description|Application programming interface}}Java XML is a mark up language for marking up the structure of a text document.<ref>{{Cite web |title=Java Programming Tutorial - Java & XML |url=https://www3.ntu.edu.sg/home/ehchua/programming/java/J6d_xml.html |access-date=2024-02-28 |website=www3.ntu.edu.sg}}</ref> The* '''[[Java (programmingAPI language)|Javafor programming language]] [[XML]] [[Application programming interface|APIsProcessing]]''' developed by [[Sun Microsystems]] consist of the following separate [[computer programming | computer-programming]] APIs:(JAXP)<ref>{{Citecite web |last=link |first=Get |last2=Facebook |last3=Twitter |last4=Pinterest |last5=Email |last6=Apps |first6=Other |title=Java XML Tutorial with Examples |url=https://www.javaguides.net/p/java-xml-tutorial.html |access-date=2024-02-28}}</ref><ref>{{Cite web |title=Java XML Parser {{!}} DigitalOcean |url=https://www.digitalocean.com/community/tutorials/java-xml-parser |access-date=2024-02-28 |website=www.digitalocean.com |language=en}}</ref><ref>{{Cite web |title=XML and Java Tutorial |url=https://www2.seas.gwu.edu/~simhaweb/java/xml/xml.html |access-date=2024-02-28 |website=www2.seas.gwu.edu}}</ref>
* [[Java API for XML Messaging]], or '''JAXM'''
* [[Java API for XML Messaging]] (JAXM)
* [[Jakarta XML RPC]], or '''(JAX-RPC''') — formerly Java API for XML Based RPC deprecated for Java API for XML Web Services
* [[Jakarta XML Registries]], or '''(JAXR''') — formerly Java API for XML Registries
* [[Jakarta XML Web Services]], or '''(JAX-WS''') — formerly Java API for XML Web Services
* [[Jakarta RESTful Web Services]], or '''(JAX-RS''') — formerly Java API for RESTful Web Services
* [[XQuery API for Java|Java API for XQuery]], or '''(XQJ''')
* [[Jakarta XML Binding]], or '''(JAXB''') — formerly Java Architecture for XML Binding (this was 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)
 
Only the [[Java API for XML Processing]] (JAXP) is a required API in [[Enterprise Java Beans]] Specification 1.3.
Line 16 ⟶ 18:
A number of different [[open-source software]] packages implement these APIs:
 
* [[Apache Xerces|Xerces]] — One of the original and most popular [[Simple API for XML|SAX]] and [[Document Object Model|DOM]] parsers
* [[Apache Xalan]] — [[XSLT]]/[[XPath]] implementation, included in JDK 1.4 and above as the default transformer (XSLT 1.0)
* [[Saxon XSLT|Saxon]] — alternative highly specification-compliant [[XSLT]]/[[XPath]]/[[XQuery]] processor (supports both XSLT 1.0 and 2.0)
* Woodstox — An open-source [[StAX]] and [[Simple API for XML|SAX]] (as of version 3.2) implementation
 
== References ==
{{Reflist}}
 
== External links ==
Line 25 ⟶ 30:
* [https://github.com/FasterXML/woodstox Woodstox] - Woodstox home page.
* [http://robaustin.wikidot.com/how-to-schema-check-xml-via-jaxb How To Schema Check Xml Via JAXB] - Rob Austin
* [http://camelcode.org/overview/Java-XML-tutorials.htm Java EE and web framework tutorials] {{Webarchive|url=https://web.archive.org/web/20120412055339/http://camelcode.org/overview/Java-XML-tutorials.htm |date=2012-04-12 }} - Learning xml in java.
 
== References ==
[[Category:Java API for XML| ]]
[[Category:Java platform|XML]]