You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2006/01/09 23:19:26 UTC

svn commit: r367413 - /webservices/axis2/trunk/java/xdocs/0_94/userguide.html

Author: dims
Date: Mon Jan  9 14:19:22 2006
New Revision: 367413

URL: http://svn.apache.org/viewcvs?rev=367413&view=rev
Log:
small tweaks


Modified:
    webservices/axis2/trunk/java/xdocs/0_94/userguide.html

Modified: webservices/axis2/trunk/java/xdocs/0_94/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_94/userguide.html?rev=367413&r1=367412&r2=367413&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/0_94/userguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/0_94/userguide.html Mon Jan  9 14:19:22 2006
@@ -165,19 +165,19 @@
 <p>After months of continued discussion and coding in this direction, Axis2
 now delivers the following key features:</p>
 <ul>
-  <li><p style="margin-bottom: 0in"><strong>Speed</strong>- Axis2 uses its
+  <li><p style="margin-bottom: 0in"><strong>Speed</strong> - Axis2 uses its
     own object model and StAX (Streaming API for XML) parsing to achieve
     significantly greater speed than earlier versions of Apache Axis.</p>
   </li>
   <li><p style="margin-bottom: 0in"><strong>Low memory foot print</strong>-
     Axis2 was designed ground-up keeping low memory foot print in mind.</p>
   </li>
-  <li><p style="margin-bottom: 0in"><strong>AXIOM</strong>- Axis2 comes with
+  <li><p style="margin-bottom: 0in"><strong>AXIOM</strong> - Axis2 comes with
     its own light-weight object model, AXIOM, for message processing which is
     extensible, high performance and developer convenient</p>
   </li>
   <li><p style="margin-bottom: 0in"><strong><a name="hotdeployment">Hot
-    Deployment</a>-</strong> Axis2 is equipped with the capability of
+    Deployment</a></strong> - Axis2 is equipped with the capability of
     deploying web service &amp; handlers while system is up and running. In
     other words, new services can be added to the system without having to
     shut down server.Drop the required Web service archive into the services
@@ -185,52 +185,51 @@
     deploy the service and make it available for use.</p>
   </li>
   <li><p style="margin-bottom: 0in"><strong>Asynchronous Web
-    Services</strong>- Axis2 now supports asynchronous web services &amp;
+    Services</strong> - Axis2 now supports asynchronous web services &amp;
     asynchronous web services invocation using non-blocking clients and
     transports .</p>
   </li>
-  <li><p style="margin-bottom: 0in"><strong>MEP Support-</strong> Axis2 now
+  <li><p style="margin-bottom: 0in"><strong>MEP Support</strong> - Axis2 now
     comes handy with the flexibility to support Message Exchange Patterns
     (MEPs) with in-built support for basic MEPs defined in WSDL 2.0.</p>
   </li>
-  <li><p style="margin-bottom: 0in"><strong>Flexibility</strong>- The Axis2
+  <li><p style="margin-bottom: 0in"><strong>Flexibility</strong> - The Axis2
     architecture gives the developer complete freedom to insert extensions
     into the engine for custom header processing, system management, or
     <em>anything else you can imagine</em>.</p>
   </li>
-  <li><p style="margin-bottom: 0in"><strong>Stability</strong>- Axis2 defines
+  <li><p style="margin-bottom: 0in"><strong>Stability</strong> - Axis2 defines
     a set of published interfaces which change relatively slowly compared to
     the rest of Axis.</p>
   </li>
   <li><p style="margin-bottom: 0in"><strong>Component-oriented
-    Deployment</strong>- You can easily define reusable networks of Handlers
+    Deployment</strong> - You can easily define reusable networks of Handlers
     to implement common patterns of processing for your applications, or to
     distribute to partners.</p>
   </li>
-  <li><p style="margin-bottom: 0in"><strong>Transport Framework</strong>- We
+  <li><p style="margin-bottom: 0in"><strong>Transport Framework</strong> - We
     have a clean and simple abstraction for integrating and using Transports
     (i.e., senders and listeners for SOAP over various protocols such as
     SMTP, FTP, message-oriented middleware, etc), and the core of the engine
     is completely transport-independent.</p>
   </li>
-  <li><p style="margin-bottom: 0in"><strong>WSDL support-</strong> Axis2
+  <li><p style="margin-bottom: 0in"><strong>WSDL support</strong> - Axis2
     supports the <a href="http://www.w3.org/TR/wsdl" target="_blank">Web
     Service Description Language</a>, version 1.1 and 2.0, which allows you
     to easily build stubs to access remote services, and also to
     automatically export machine-readable descriptions of your deployed
     services from Axis2.</p>
   </li>
-  <li><p style="margin-bottom: 0in"><strong>Add-ons –</strong> Several web
-    services have been incorporated including <a
+  <li><p style="margin-bottom: 0in"><strong>Add-ons </strong> Several web
+    services specifications have been incorporated including <a
     href="http://ws.apache.org/wss4j/" target="_blank">WSS4J</a> for
     security, <a href="http://ws.apache.org/sandesha/"
     target="_blank">Sandesha</a> for reliable messaging, <a
     href="http://ws.apache.org/kandula/" target="_blank">Kandula</a> which is
-    an encapsulation of WS- coordination, Atomic Transaction and Business
-    Activity.</p>
+    an encapsulation of WS-Coordination, WS-AtomicTransaction and WS-BusinessActivity.</p>
   </li>
-  <li><p style="margin-bottom: 0in"><strong>Composition and Extensibility
-    -</strong> modules and phases improve support for composability and
+  <li><p style="margin-bottom: 0in"><strong>Composition and Extensibility</strong> - 
+    modules and phases improve support for composability and
     extensibility. Modules supports composability and is able to add support
     for new WS-* specifications in a simple and clean manner. They are
     however not <a href="#hotdeployment">hot deployable</a> as they change
@@ -240,7 +239,7 @@
 
 <p>We hope you enjoy using Axis2. Please note that this is an open-source
 effort. If you feel the code could use some new features or fixes, please get
-involved and lend a hand! The Axis developer community welcomes your
+involved and lend us a hand! The Axis developer community welcomes your
 participation.</p>
 
 <p>Let us know what you think!</p>
@@ -253,9 +252,9 @@
 Features List</h3>
 This release includes the following features:
 <ul>
-  <li><style="margin-bottom: 0in">AXIOM, an XML object model working on StAX
+  <li><p style="margin-bottom: 0in">AXIOM, an XML object model working on StAX
     (Streaming API for XML) parsing optimized for SOAP 1.1/1.2 Messages. This
-    has complete XML infoset support.</li>
+    has complete XML infoset support.</p></li>
   <li><p style="margin-bottom: 0in">Support for One-Way Messaging (In-Only)
     and Request Response Messaging (In-Out)</p>
   </li>