Author: chinthaka
Date: Tue May 2 03:37:01 2006
New Revision: 398895
URL: http://svn.apache.org/viewcvs?rev=398895&view=rev
Log:
Adding an index file for the site
Added:
webservices/commons/trunk/modules/axiom/xdocs/index.html
Added: webservices/commons/trunk/modules/axiom/xdocs/index.html
URL:
http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/xdocs/index.html?rev=398895&view=auto
==============================================================================
--- webservices/commons/trunk/modules/axiom/xdocs/index.html (added)
+++ webservices/commons/trunk/modules/axiom/xdocs/index.html Tue May 2
03:37:01 2006
@@ -0,0 +1,30 @@
+<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>