You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2010/05/30 19:05:27 UTC

svn commit: r949537 - /webservices/commons/trunk/modules/axiom/src/site/apt/index.apt

Author: veithen
Date: Sun May 30 17:05:27 2010
New Revision: 949537

URL: http://svn.apache.org/viewvc?rev=949537&view=rev
Log:
Reorganized index.apt to clearly distinguish between the general features of Axiom and what is new in the latest release.

Modified:
    webservices/commons/trunk/modules/axiom/src/site/apt/index.apt

Modified: webservices/commons/trunk/modules/axiom/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/apt/index.apt?rev=949537&r1=949536&r2=949537&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/apt/index.apt (original)
+++ webservices/commons/trunk/modules/axiom/src/site/apt/index.apt Sun May 30 17:05:27 2010
@@ -21,28 +21,14 @@
 
 Welcome to Apache Axiom
 
-  AXIOM stands for AXis Object Model (also known as OM - Object Model) and refers to the XML
-  infoset model that was initially 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.
-
-Latest Release
-
-  <<XXXth May 2010 - Apache Axiom Version 1.2.9 Released!>>
-
-  \[{{{http://ws.apache.org/commons/axiom/download.cgi}Download AXIOM 1.2.9}}\]
-
-  Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building
+  Apache Axiom is a StAX-based, XML Infoset compliant object model which supports on-demand building
   of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree
   building and directly access the underlying pull event stream. It also has built in support for XML
   Optimized Packaging (XOP) and MTOM, the combination of which allows XML to carry binary data
   efficiently and in a transparent manner. The combination of these is an easy to use API with a very
   high performant architecture!
 
-  Developed as part of Apache Axis2, Apache AXIOM is the core of Apache Axis2. However, it is a pure
+  Developed as part of Apache Axis2, Apache Axiom is the core of Apache Axis2. However, it is a pure
   standalone XML Infoset model with novel features and can be used independently of Apache Axis2.
 
 Key Features
@@ -53,7 +39,7 @@ Key Features
 
     * XOP/MTOM support offering direct binary support
 
-    * Convenient SOAP Infoset API on top of AXIOM
+    * Convenient SOAP Infoset API on top of Axiom
 
     * Two implementations included:
 
@@ -63,11 +49,11 @@ Key Features
 
     * Highly performant
 
-    * Improved XML serialization
+Latest Release
 
-    * Improved Builder hierarchy
+  <<XXXth May 2010 - Apache Axiom Version 1.2.9 Released!>>
 
-    * Improved MTOM handling
+  \[{{{http://ws.apache.org/commons/axiom/download.cgi}Download Axiom 1.2.9}}\]
 
 What's New in This Release