blob: e1398526f216d83062a7f8b8343f865b04ef5104 [file] [log] [blame]
<html>
<head>
<meta http-equiv="content-type" content="">
<title>Apache Axiom - The XML Object Model</title>
</head>
<body lang="en">
<h2>Welcome to Apache Axiom</h2>
<p>AXIOM stands for AXis Object Model (also known as OM - Object Model) and refers to the XML infoset model that is initialy developed for Apache Axis2. XML infoset refers to the information included inside the XML and for programmatical manipulation it is convenient to have a representation of this XML infoset in a language specific manner. For an object oriented language the obvious choice is a model made up of objects. DOM and JDOM are two such XML models. OM is conceptually similar to such an XML model by its external behavior but deep down it is very much different. </p>
<h2>Latest Release</h2>
<h3>02 May 2006 - Apache Axiom Version 1.0 Released!</h3>
<!--<p>(<a href="http://ws.apache.org/axis2/download.cgi">Download 0.95</a>)</p>-->
<p>This release includes the following features:</p>
<ol>
<li>Full infoset compliant XML object model.</li>
<li>StAX based builders.</li>
<li>MTOM support.</li>
<li>Convenient SOAP 1.1 and 1.2 API.</li>
<li>Linked list based implementation.</li>
<li>AXIOM based DOM implementation.</li>
</ol>
</body>
</html>