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 2005/06/06 07:15:44 UTC

svn commit: r180223 - /webservices/axis/trunk/java/xdocs/userguide.html

Author: chinthaka
Date: Sun Jun  5 22:15:43 2005
New Revision: 180223

URL: http://svn.apache.org/viewcvs?rev=180223&view=rev
Log:
- Removing schemas
- adding changes to User's guide

Modified:
    webservices/axis/trunk/java/xdocs/userguide.html

Modified: webservices/axis/trunk/java/xdocs/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/userguide.html?rev=180223&r1=180222&r2=180223&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/userguide.html (original)
+++ webservices/axis/trunk/java/xdocs/userguide.html Sun Jun  5 22:15:43 2005
@@ -27,8 +27,7 @@
 <h1 align="center"><a name="_Toc96697849">Axis 2.0 User's Guide </a></h1>
 <p>&nbsp; </p>
 <h3><a name="_Toc96698076"></a>Introduction </h3>
-<p>Welcome to Axis 2.0, the next generation of Apache Axis !!! This User Guide will help you to understand what you will get from Axis 2.0 and how to get started. </p>
-<p>We hope you will benefit from the power of Axis 2.0. </p>
+<p>Welcome to Axis 2.0, the next generation of Apache Axis !!! This User Guide will help you to understand what you will get from Axis 2.0 and how to get started. We hope you will benefit from the power of Axis 2.0. </p>
 <h3><a name="_Toc96698077"></a>What is Axis 2.0 ? </h3>
 <p>Before we start, its highly recommended to read <a href="http://ws.apache.org/axis/java/user-guide.html">Axis 1.x User's guide </a>, if you are new to Axis. </p>
 <p>Axis 2.0 is the next generation of Apache Axis. In late August 2004, during the Axis Summit held in Colombo, Sri Lanka, a new architecture was introduced to have a much more flexible, efficient and configurable Axis. Even though the architecture is new, some of the well established concepts from Axis 1.x, like handlers are preserved in Axis 2.0 also. Axis 2.0 comes with lots of new features, enhancements and new industry specification implementations. </p>
@@ -39,6 +38,7 @@
   <li><strong>AXIOM</strong>. Axis 2.0 comes with its own light-weight object model, AXIOM, for message processing which is extensible, high performance and developer convenient </li>
   <li><strong>Hot Deployment.</strong> One can now hot deploy web services and handlers. </li>
   <li><strong>Asynchronous Web Services</strong>. Axis 2.0 now support asynchronous web services invocation and asynchronous web services. </li>
+  <li><strong>MEP Support. </strong>Axis 2.0 now comes handy with support for Message Exchange Patterns. </li>
   <li><strong>Flexibility</strong>. The Axis architecture gives the developer complete freedom to insert extensions into the engine for custom header processing, system management, or anything else you can imagine. </li>
   <li><strong>Stability</strong>. Axis defines a set of published interfaces which change relatively slowly compared to the rest of Axis. </li>
   <li><strong>Component-oriented deployment</strong>. You can easily define reusable networks of Handlers to implement common patterns of processing for your applications, or to distribute to partners. </li>
@@ -49,27 +49,37 @@
 <p>Let us know what you think! </p>
 <p>Please send feedback about the package to &quot; <a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org </a>&quot; and make sure to prefix the subject of the mail with “[Axis2]”. </p>
 <h3><a name="_Toc96698078"></a>What's in this release? </h3>
-<p>This release includes the following features: </p>
+<p>This release includes the following features:</p>
 <ul>
-  <li>SOAP 1.1/1.2 compliant engine </li>
-  <li>Flexible configuration / deployment system with hot deployment support </li>
-  <li>HTTP servlet-based transport </li>
-  <li>Handler framework </li>
-  <li>AXIOM with complete SOAP specific API support </li>
-  <li>Client synchronous/asynchronous model </li>
-  <li>Basic XML in / XML out scenario support </li>
-  <li>WSDL 1.1 and 2.0 compliant Component Model </li>
-  <li>Examples, including a client and server for the one-way, two-way and synchronous, asynchronous web services invocation </li>
+  <li>AXIOM, a SOAP specific streaming XML infoset model for SOAP 1.1/1.2 Messages</li>
+  <li>Modules, mechnisum to extend the SOAP Processing Model</li>
+  <li>Support for WS-Addressing</li>
+  <li>Client API</li>
+  <li>Support for One-Way Messaging</li>
+  <li>Support for Request Response Messaging
+      <ol>
+        <LI>Synchronous, Using a two way transport</LI>
+        <LI>Asynchronous, Using a two way transport</LI>
+        <LI>Synchronous, Using a one way transport</LI>
+        <LI>Aynchronous, Using a two way transport</LI>
+      </ol>
+  </li>
+  <li>Hot deployment of Web Services and Module deployment based on the archived modules </li>
+  <li>WSDL Code Generation Tool.</li>
+  <li>REST Web Service Support</li>
+  <li>HTTP transport Support</li>
+  <li>SMTP transport Support</li>
+  <li>TCP transport Support</li>
 </ul>
 <h3><a name="_Toc96698079"></a>What's still to do? </h3>
-<p>Please see a list of what we think needs doing - and please consider helping out if you're interested &amp; able! </p>
+<p>Please see a list of what we think needs doing - and please consider helping out if you're interested & able!</p>
 <ul>
-  <li>Encoding/data binding </li>
-  <li>JAX-RPC support </li>
-  <li>WSDL Based code (server/client) code generator </li>
-  <li>MTOM attachments support </li>
-  <li>Server side sync/async support </li>
-  <li>Complete XML infoset support for AXIOM </li>
+  <li>Encoding/data binding</li>
+  <li>JAX-RPC 1.1/2.0 compliance</li>
+  <li> Data binding support for WSDL Based code (server/client) code generator</li>
+  <li> MTOM attachments support</li>
+  <li> Complete XML infoset support for AXIOM</li>
+  <li> Implementation of other transports. e.g. JMS..</li>
 </ul>
 <h2><a name="_Toc96698080"></a>Installation Guide </h2>
 <h3><a name="_Toc96698081"></a>Introduction </h3>