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 ch...@apache.org on 2006/08/23 06:44:14 UTC

svn commit: r433892 - /webservices/commons/trunk/modules/axiom/src/site/resources/OMTutorial.html

Author: chinthaka
Date: Tue Aug 22 21:44:13 2006
New Revision: 433892

URL: http://svn.apache.org/viewvc?rev=433892&view=rev
Log:
s/differed/deferred

Modified:
    webservices/commons/trunk/modules/axiom/src/site/resources/OMTutorial.html

Modified: webservices/commons/trunk/modules/axiom/src/site/resources/OMTutorial.html
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/resources/OMTutorial.html?rev=433892&r1=433891&r2=433892&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/resources/OMTutorial.html (original)
+++ webservices/commons/trunk/modules/axiom/src/site/resources/OMTutorial.html Tue Aug 22 21:44:13 2006
@@ -77,7 +77,7 @@
 
 <h3>Features of OM</h3>
 
-<p>OM is a lightweight, differed built XML info set representation based on
+<p>OM is a lightweight, deferred built XML info set representation based on
 StAX (<a
 href="http://www.jcp.org/en/jsr/detail?id=173">JSR
 173</a>), which is the standard streaming pull parser API. The object model
@@ -90,11 +90,11 @@
     achieved by reducing the depth of the hierarchy, number of methods and
     the attributes enclosed in the objects. This makes the objects less
     memory intensive.</li>
-  <li>Differed building: By far this is the most important feature of OM. The
+  <li>deferred building: By far this is the most important feature of OM. The
     objects are not made unless a need arises for them. This passes the
     control of building over to the object model itself rather than an
     external builder.</li>
-  <li>Pull based: For a differed building mechanism a pull based parser is
+  <li>Pull based: For a deferred building mechanism a pull based parser is
     required. OM is based on StAX, the standard pull parser API.</li>
 </ul>
 <!-- Special section -->
@@ -129,7 +129,7 @@
 
 <h3>A Bit About Caching</h3>
 
-<p>Since OM is a differed built object model, It incorporates the concept of
+<p>Since OM is a deferred built object model, It incorporates the concept of
 caching. Caching refers to the creation of the objects while parsing the pull
 stream. The reason why this is so important is because caching can be turned
 off in certain situations. If so the  parser proceeds without building the
@@ -149,7 +149,7 @@
 about SOAP.</p>
 <!--<p>This abstraction provides</p>
 <ul>
-<li>differed building support</li>
+<li>deferred building support</li>
 <li>Caching</li>
 </ul>
 <p>AXIOM has the flexibility to plug in any builder which implements the given builders interface.  The upcoming sections of this tutorial deal with the creation and usage of OM for manipulating SOAP (and to some extent nonSOAP) based XML documents.</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org