You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2007/02/21 11:30:39 UTC

svn commit: r509960 - /webservices/axis2/trunk/java/xdocs/1_1/contents.html

Author: chatra
Date: Wed Feb 21 02:30:38 2007
New Revision: 509960

URL: http://svn.apache.org/viewvc?view=rev&rev=509960
Log:
reviewed and committed minor changes requested in patch AXIS2-2172. Thanks

Modified:
    webservices/axis2/trunk/java/xdocs/1_1/contents.html

Modified: webservices/axis2/trunk/java/xdocs/1_1/contents.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/contents.html?view=diff&rev=509960&r1=509959&r2=509960
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/contents.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/contents.html Wed Feb 21 02:30:38 2007
@@ -16,21 +16,21 @@
 <p>Apache Axis2, the third generation Web services engine is more efficient,
 more modular and more XML-oriented than its predecessor <a
 href="http://ws.apache.org/axis/">Apache Axis</a>. It is carefully designed
-to support the easy addition of plug-in "modules" that extend its
-functionality for features such as security and reliability.</p>
+to support the easy addition of plug-in modules that extend its functionality
+for features such as security and increased reliability.</p>
 
 <p>Apache Axis2 Version 1.1.1 comes to you with performance improvements and
 bug fixes over the 1.1 release.</p>
 
-<p>This page will take you through the list of documents we have in store for
-you.</p>
+<p>This page will take you through the list of documents that we have in
+store for you.</p>
 
 <h2>Apache Axis2 User's Guide</h2>
 
 <p>You can get started with Axis2 with the assistance of the following
-documents. They will guide you through the Axis2 download, installation both
+documents. They will guide you through the Axis2 download, installation (both
 as a standalone Web services engine and as part of a J2EE compliant servlet
-container, and instructions on how to write Web services and Web services
+container), and instructions on how to write Web services and Web services
 client using Apache Axis2.</p>
 <ul>
   <li><a href="userguide.html#intro">Introduction</a>- Gives you an
@@ -39,7 +39,7 @@
     Axis2 distributions, and how Axis2 behaves as part of a Web application
     or as a standalone client that is not part of a J2EE application.</li>
   <li><a href="installationguide.html">Download and Installation</a>- Lists
-    the different distribution packages offered by Axis2 and in-depth
+    the different distribution packages offered by Axis2 and gives in-depth
     instructions on the installation of the standalone method and as part of
     a J2EE servlet container.</li>
   <li><a href="userguide-installingtesting.html">Testing Client Code</a> -
@@ -53,9 +53,9 @@
     (MEPs).</li>
   <li><a href="userguide-creatingclients.html">Creating Clients from WSDL</a>
     - When it comes to creating a Web service client, you can do it manually
-    as described in the next document. However, in most cases, you have a Web
-    Service Description Language (WSDL) definition that describes the
-    messages the clients should send and expect to receive. Axis2 provides
+    as described in the next document. However, in most cases, you will have
+    a Web Service Description Language (WSDL) definition that describes the
+    messages that clients should send and expect to receive. Axis2 provides
     several ways to use this definition to automatically generate a client.
     This document explains how to create a client using WSDL definitions.</li>
   <li><a href="userguide-buildingservices.html">Building Services from
@@ -66,7 +66,7 @@
   <li><a href="userguide-samples.html">Samples</a> - The Axis2 Standard
     Distribution provides a number of samples you can use as a guide for
     implementing specific features and capabilities. These services are
-    listed in this document with basic introductions.</li>
+    listed in this document along with basic introductions for each one.</li>
   <li><a href="userguide-forfurtherstudy.html">For Further Study</a> - This
     section lists resource documents for further study.
     <ul>
@@ -92,10 +92,10 @@
 and REST Web services in detail.</p>
 <ul>
   <li><a href="webadminguide.html">Web Administrator's Guide</a> - Detailed
-    instructions on the administration console of Axis2 Web application, with
-    the know-how to configure Axis2 at run time.</li>
+    instructions on the administration console of Axis2 Web application,
+    which provides run-time configuration of Axis2.</li>
   <li><a href="migration.html">Migrating from Axis 1.x to Axis 2</a> -
-    Guiding Axis 1.x users to switch to Axis2</li>
+    Guiding Axis 1.x users in upgrading to Axis2</li>
   <li><a href="app_server.html">Application Server Specific Configuration
     Guide</a> - Provides extra configuration information required for
     application servers to run Axis2 to its fullest potential</li>
@@ -103,7 +103,7 @@
     Tutorial</a>-An introduction to Axis2's Object Model</li>
   <li><a href="rest-ws.html">REST Support</a>-Introduction on
     Representational State Transfer</li>
-  <li><a href="Axis2-rpc-support.html">Axis2 RPC Support</a> - This documents
+  <li><a href="Axis2-rpc-support.html">Axis2 RPC Support</a> - This document
     talks about the Axis2's Remote Procedure Calls support in a set of easy
     to understand implementation steps</li>
   <li><a href="mtom-guide.html">MTOM Guide -Sending Binary Data with SOAP</a>
@@ -122,10 +122,10 @@
 
 <p><strong>Data Bindings:</strong></p>
 <ul>
-  <li><a href="adb/adb-howto.html">ADB How-to</a> - A guide on Axis2
+  <li><a href="adb/adb-howto.html">ADB How-to</a> - A guide on the Axis2
     Databinding Framework (ADB)</li>
   <li><a href="adb/adb-advanced.html">Advanced ADB Framework Features</a> -
-    Provides an insight into the newly added advance features of ADB</li>
+    Provides an insight into the newly added advanced features of ADB</li>
   <li><a href="adb/adb-tweaking.html">Tweaking the ADB Code Generator</a> -
     Explains the available mechanisms to extend ADB</li>
   <li><a href="adb/adb-codegen-integration.html">ADB Integration with
@@ -139,12 +139,12 @@
 
 <p><strong>Transports:</strong></p>
 <ul>
-  <li><a href="tcp-transport.html">TCP Transport</a> - A guide to send and
-    receive SOAP messages via TCP in Axis2</li>
+  <li><a href="tcp-transport.html">TCP Transport</a> - A guide to sending and
+    receiving SOAP messages via TCP in Axis2</li>
   <li><a href="mail-transport.html">Mail Transport</a> - Explains how to
     invoke a service using a Mail transport</li>
   <li><a href="mail-configuration.html">Mail Transport Configuration</a> - A
-    guide to configure Axis2 in order to get mail transport working</li>
+    guide to configuring Axis2 in order to get mail transport working</li>
   <li><a>HTTP Transports</a> - A description on HTTP sender and HTTP receiver
     in Axis2</li>
   <li><a href="jms-transport.html">JMS Transport</a> - A description on JMS
@@ -161,7 +161,7 @@
     invoke a Code Generator from Ant</li>
   <li><a href="../tools/1_1/eclipse/wsdl2java-plugin.html">Code Generator
     Wizard Guide for Eclipse Plug-in</a> - Explains the usage of the code
-    generator eclipse plug-in for WSDL2Java and/or Java2WSDL operations</li>
+    generator Eclipse plug-in for WSDL2Java and/or Java2WSDL operations</li>
   <li><a href="../tools/1_1/eclipse/servicearchiver-plugin.html">Service
     Archive Generator Wizard Guide for Eclipse Plug-in</a> - Describes the
     functionality of the Eclipse plugin service archive generator tool</li>
@@ -184,7 +184,7 @@
 
 <h2>Apache Axis2 Developers</h2>
 <ul>
-  <li><a href="adv-userguide.html">Advance User's Guide</a> - A quick start
+  <li><a href="adv-userguide.html">Advanced User's Guide</a> - A quick start
     user's guide for more experienced users and developers on how to install,
     create Web services and Web service clients using Axis2.
     <ul>



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