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 ch...@apache.org on 2006/10/26 17:37:42 UTC

svn commit: r468041 - in /webservices/axis2/branches/java/1_1/xdocs: 1_1/index.html articles.html index.html

Author: chatra
Date: Thu Oct 26 08:37:42 2006
New Revision: 468041

URL: http://svn.apache.org/viewvc?view=rev&rev=468041
Log:
completed the docs index. The section with regard to user guide is incomplete. Also changed layout of articles.html. Improved on Release note.

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/index.html
    webservices/axis2/branches/java/1_1/xdocs/articles.html
    webservices/axis2/branches/java/1_1/xdocs/index.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/index.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/index.html?view=diff&rev=468041&r1=468040&r2=468041
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/index.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/index.html Thu Oct 26 08:37:42 2006
@@ -9,422 +9,144 @@
 <body lang="en">
 <h1>Apache Axis2 Version 1.1 Documentation</h1>
 
-<h2>Getting Started with Axis2</h2>
+<h2>Introduction</h2>
 
-<table border="2">
-  <!--<caption><h3>Getting Started with Axis2</h3>
-  </caption>-->
-   <tbody>
-    <tr>
-      <th scope="col">Document</th>
-      <th scope="col">Description</th>
-    </tr>
-    <tr>
-      <td><a href="installationguide.html">Installation Guide</a></td>
-      <td>Detailed instructions on installation methods, information on
-        system prerequisites &amp; distribution packages.</td>
-    </tr>
-    <tr>
-      <td><a href="userguide.html">User's Guide</a></td>
-      <td>Describing how to write &amp; deploy Web services, writing Web
-        services clients, details on module &amp; samples</td>
-    </tr>
-    <tr>
-      <td><a href="webadminguide.html">Web Administrator's Guide</a></td>
-      <td>Detailed instructions on administration console of Axis2 Web
-        application, with the know how to configure Axis2 at run time.</td>
-    </tr>
-  </tbody>
-</table>
-<br>
-
-
-<h2>Feature Specific Documentation</h2>
-
-<table border="2">
-  <!--<caption><h3>Additional References</h3>
-  </caption>-->
-   <tbody>
-    <tr>
-      <th scope="col">Document</th>
-      <th scope="col">Description</th>
-    </tr>
-    <tr>
-      <td><a href="http://ws.apache.org/commons/axiom/OMTutorial.html">AXIOM
-        Tutorial</a></td>
-      <td>An introduction to Axis2's Object Model</td>
-    </tr>
-    <tr>
-      <td><a href="rest-ws.html">REST Support</a></td>
-      <td>Introduction on Representational State Transfer</td>
-    </tr>
-    <tr>
-      <td><a href="Axis2-rpc-support.html">Axis2 RPC Support</a></td>
-      <td>This documents talks about the Axis2's Remote Procedure Calls
-        support in a set of easy to understand implementation steps</td>
-    </tr>
-    <tr>
-      <td><a href="mtom-guide.html">MTOM Guide -Sending Binary Data with
-        SOAP</a></td>
-      <td>Describes sending binary data using SOAP Message Transmission
-        Optimization Mechanism</td>
-    </tr>
-    <tr>
-      <td><a href="axis2config.html">Axis2 Configuration Guide</a></td>
-      <td>Explains the three configurations-global, service and module in
-        Axis2</td>
-    </tr>
-    <tr>
-      <td><a href="soapmonitor-module.html">SOAP Monitor How-to</a></td>
-      <td>Guide on utility used to see SOAP messages being used to invoke Web
-        services along    with the results of those messages.</td>
-    </tr>
-    <tr>
-      <td><a href="WS_policy.html">Web Services Policy Support In
-      Axis2</a></td>
-      <td>Introduction to the role of Web services policy in Axis2</td>
-    </tr>
-    <tr>
-      <td><a href="spring.html">Spring Framework</a></td>
-      <td>Guide on how to use Axis2 with the Spring Framework</td>
-    </tr>
-  </tbody>
-</table>
-<br>
-
-
-<table border="2">
-  <caption><h3>Supported Data Binding References</h3>
-  </caption>
-  <tbody>
-    <tr>
-      <td><a href="adb/adb-howto.html">ADB How-to</a></td>
-      <td>Guide on Axis2 Databinding Framework</td>
-    </tr>
-    <tr>
-      <td></td>
-      <td></td>
-    </tr>
-    <tr>
-      <td><a href="adb/adb-advanced.html">Advanced ADB Framework
-      Features</a></td>
-      <td>The document provides an insight into the newly added advanced
-        features of ADB</td>
-    </tr>
-    <tr>
-      <td><a href="adb/adb-tweaking.html">Tweaking the ADB Code
-      Generator</a></td>
-      <td>Explains available mechanisms to extend ADB</td>
-    </tr>
-    <tr>
-      <td><a href="adb/adb-codegen-integration.html">ADB Integration with
-        Axis2</a></td>
-      <td>Guide to writing an extension using the integrator in order to
-        integrate ADB with Axis2</td>
-    </tr>
-    <tr>
-      <td><a href="jibx/jibx-codegen-integration.html">JiBX Integration With
-        Axis2</a></td>
-      <td>Guide to using JiBX with Axis2 in order to expose existing Java
-        code as a Web service and to implement a client for an existing Web
-        service</td>
-    </tr>
-  </tbody>
-</table>
-<br>
-
-
-<table border="2">
-  <caption><h3>Transport References</h3>
-  </caption>
-  <tbody>
-    <tr>
-      <td><a href="tcp-transport.html">TCP Transport</a></td>
-      <td>Guide to send and receive SOAP Messages via TCP in Axis2</td>
-    </tr>
-    <tr>
-      <td><a href="mail-transport.html">Mail Transport</a></td>
-      <td>Explains how to invoke a service using a Mail transport</td>
-    </tr>
-    <tr>
-      <td><a href="mail-configuration.html">Mail Transport
-      Configuration</a></td>
-      <td>Guide to configure Axis2 in order to get mail transport working</td>
-    </tr>
-    <tr>
-      <td><a href="http-transport.html">HTTP Transports</a></td>
-      <td>Description on HTTP sender and HTTP receiver in Axis2</td>
-    </tr>
-    <tr>
-      <td><a href="jms-transport.html">JMS Transport</a></td>
-      <td>Description on JMS sender and JMS receiver in Axis2</td>
-    </tr>
-    <tr>
-      <td><a href="transport_howto.html">Write Your Own Axis2
-      Transport</a></td>
-      <td>Quick and easy guide to create your own Axis2 Transport
-      protocal</td>
-    </tr>
-  </tbody>
-</table>
-<br>
-
-
-<h2>Tool References</h2>
-
-<table border="2">
-  <!--<caption><h3>Tools References</h3>
-  </caption>-->
-   <tbody>
-    <tr>
-      <th scope="col">Document</th>
-      <th scope="col">Description</th>
-    </tr>
-    <tr>
-      <td><a href="../tools/1_1/CodegenToolReference.html">Code Generator
-        Tool- Command Line &amp; Ant Task</a></td>
-      <td>Lists command line &amp; Ant task references. How to build file
-        using custom Ant task and invoking Code Generator from Ant</td>
-    </tr>
-    <tr>
-      <td><a href="../tools/1_1/eclipse/wsdl2java-plugin.html">Code Generator
-        Wizard - eclipse Plug-in</a></td>
-      <td>Explains the usage of the code generator eclipse plug-in for
-        WSDL2Java and/or Java2WSDL operations</td>
-    </tr>
-    <tr>
-      <td><a href="../tools/1_1/eclipse/servicearchiver-plugin.html">Service
-        Archive Generator Wizard - eclipse Plug-in</a></td>
-      <td>Describes functionality of eclipse plugin service archive generator
-        tool</td>
-    </tr>
-    <tr>
-      <td><a href="../tools/1_1/idea/Idea_plug-in_userguide.html">Code
-        Generator Wizard- IntelliJ IDEA Plug-in</a></td>
-      <td>Guide on the usage of IDEA code generation plug-in to create
-        service archives and generate java class files from WSDL files</td>
-    </tr>
-  </tbody>
-</table>
-<br>
-
-
-<h2>Additional References</h2>
-
-<table border="2">
-  <!--<caption><h3>Additional Refernces</h3>
-  </caption>-->
-   <tbody>
-    <tr>
-      <td><a href="Axis2ArchitectureGuide.html">Axis2 Architecture
-      Guide</a></td>
-      <td>Introduction to Axis2's modular architecture</td>
-    </tr>
-    <tr>
-      <td><a href="migration.html">Migrating from Axis 1.x to Axis 2</a></td>
-      <td>Guiding Axis 1.x users to switch to Axis2</td>
-    </tr>
-    <tr>
-      <td><a href="app_server.html">Application Server Specific Configuration Guide</a></td>
-      <td>Provides extra configuration information required for Application Servers to run Axis2 to its fullest potential</td>
-    </tr>
-    <tr>
-      <td><a href="api/index.html">Online Java Docs</a></td>
-      <td>Java API documentation</td>
-    </tr>
-    <tr>
-      <td><a href="../articles.html">Axis2 Knowledge Base</a></td>
-      <td>Gives you a list of published articles, tutorials and
-        Questions-Answers on Axis2</td>
-    </tr>
-  </tbody>
-</table>
-<br>
-<!--<table border="2">
-<caption><h3>Modules</h3></caption>
-<tbody>
-<tr>
-<td><a href="../modules/wss4j/1_0/security-module.html">WS-Security
-How-to</a></td>
-<td>Guide to engaging and configuring WSS4J security module</td>
-</tr>
-</tbody>
-</table>
-<br>-->
- <!--<h2>Articles and Tutorials on Axis2</h2>
-
-<table border="2">
-<caption><h3>Articles and Tutorials- Axis2</h3>
-</caption>
-<tbody>
-<tr>
-<th scope="col">Document</th>
-<th scope="col">Author(s)</th>
-</tr>
-<tr>
-<td><a
-href="http://www.jaxmag.com/itr/online_artikel/psecom,id,747,nodeid,147.html">Axis2
-- The Future of Web Services</a></td>
-<td>Srinath Perera, Ajith Ranabahu</td>
-</tr>
-<tr>
-<td><a
-href="http://www.developer.com/services/article.php/3525481">Introducing
-Axis2, the Next Generation of the Apache Web Service Stack</a></td>
-<td>Srinath Perera</td>
-</tr>
-<tr>
-<td><a
-href="http://www.onjava.com/pub/a/onjava/2005/07/27/axis2.html">Web
-Services Messaging with Apache Axis2: Concepts and Techniques</a></td>
-<td>Srinath Perera, Ajith Ranabahu</td>
-</tr>
-<tr>
-<td><a href="http://developer.com/java/web/article.php/3529321">Axis2
-Execution Framework</a></td>
-<td>Deepal Jayasinghe</td>
-</tr>
-<tr>
-<td><a
-href="http://jaxmag.com/itr/online_artikel/psecom,id,757,nodeid,147.html">Axis2
-Deployment Model</a></td>
-<td>Deepal Jayasinghe</td>
-</tr>
-<tr>
-<td><a
-href="http://www.developer.com/open/article.php/3557741">Understanding
-Axis2 Deployment Architecture</a></td>
-<td>Deepal Jayasinghe</td>
-</tr>
-<tr>
-<td><a
-href="http://www.wso2.net/articles/axis2/java/2006/02/06/inside-codegen">Inside
-the Axis2 Code generator</a></td>
-<td>Ajith Ranabahu</td>
-</tr>
-<tr>
-<td><a
-href="http://www.developer.com/java/other/article.php/3570031">Utilizing
-a Non-Java Web Service with Axis2</a></td>
-<td>Deepal Jayasinghe</td>
-</tr>
-<tr>
-<td><a
-href="http://www.developer.com/open/article.php/3589126">Avoiding
-Mistakes Made Using Axis2</a></td>
-<td>Deepal Jayasinghe</td>
-</tr>
-<tr>
-<td><a href="http://www.wso2.net/kb/67">Setting up Apache Axis2 in
-eclipse IDE</a></td>
-<td>Ruchith Fernando</td>
-</tr>
-<tr>
-<td><a
-href="http://www.wso2.net/files/tutorials/Axis2%20tutorial.pdf">Introducing
-Axis2</a></td>
-<td>Eran Chinthaka, Chathura Herath</td>
-</tr>
-<tr>
-<td><a
-href="http://www.wso2.net/files/tutorials/Accelerating%20Web%20Services%20Development%20with%20Axis2.pdf">Accelerating
-Web Services Development with Axis2</a></td>
-<td>Deepal Jayasinghe, Ajith Ranabahu</td>
-</tr>
-<tr>
-<td><a
-href="http://www-128.ibm.com/developerworks/java/library/os-ag-axis2mig/index.html">Migrating
-Apache Axis apps to Axis2 using Apache Geronimo</a></td>
-<td>Tyler Anderson</td>
-</tr>
-<tr>
-<td><a href="http://www.developer.com/java/ent/article.php/3606466">The
-Axis2 Transport Framework</a></td>
-<td>Deepal Jayasinghe</td>
-</tr>
-<tr>
-<td><a
-href="http://www.wso2.net/articles/axis2/java/2006/08/01/client-api-parameters">Reference
-Guide to Apache Axis2 Client API Parameters</a></td>
-<td>Eran Chinthaka</td>
-</tr>
-<tr>
-<td><a
-href="http://www.wso2.net/tutorials/axis2/java/2006/05/29/hello-world">Hello
-World with Apache Axis2</a></td>
-<td>Ruchith Fernando</td>
-</tr>
-<tr>
-<td><a
-href="http://www.wso2.net/tutorials/axis2/java/2006/06/18/operation-service-message-is-destined-to">How
-Apache Axis2 Finds the Operation and Service a Message is Destined
-To</a></td>
-<td>Eran Chinthaka</td>
-</tr>
-<tr>
-<td><a
-href="http://www.wso2.net/articles/axis2/java/2006/05/17/axis2-performance-testing-round-1">Axis2
-&#x2013; Performance Testing Round #1</a></td>
-<td>Devanum Sirinivas</td>
-</tr>
-<tr>
-<td><a
-href="http://www.wso2.net/articles/axis2/java/2006/09/13/working-with-axis2">Working
-With Apache Axis2</a></td>
-<td>Deepal Jayasinghe</td>
-</tr>
-<tr>
-<td><a
-href="http://www.wso2.net/articles/axis2/java/2006/06/20/writing-service">Writing
-an Apache Axis2 Service from Scratch</a></td>
-<td>Deepal Jayasinghe</td>
-</tr>
-<tr>
-<td><a
-href="http://www.developer.com/java/ent/article.php/10933_3606466_1">Axis2
-Transport Framework</a></td>
-<td>Deepal Jayasinghe</td>
-</tr>
-<tr>
-<td><a
-href="http://www.developer.com/java/web/article.php/3620661">Apache
-Axis2 Session Management</a></td>
-<td>Deepal Jayasinghe</td>
-</tr>
-<tr>
-<td><a
-href="http://www.wso2.net/tutorials/axis2/java/2006/07/28/debug-ws">How
-to Debug a Web Service?</a></td>
-<td>Ajith Ranabahu</td>
-</tr>
-<tr>
-<td><a
-href="http://www.wso2.net/presentations/axis2/java/2006/06/05/why-axis2-the-future-of-web-services">Why
-Axis2: The Future of Web Services</a></td>
-<td>Eran Chinthaka</td>
-</tr>
-<tr>
-<td><a href="http://www.wso2.net/kb/83">How do I Embed SimpleHTTPServer
-in My Application and Deploy a POJO?</a></td>
-<td>Davanum Sirinivas</td>
-</tr>
-<tr>
-<td><a href="http://www.wso2.net/kb/209">How to configure Axis2's HTTP
-Transport Sender at Client Side?</a></td>
-<td>Saminda Abeysinghe</td>
-</tr>
-<tr>
-<td><a href="http://www.wso2.net/kb/209">How to do REST invocation with
-Axis2/Java ServiceClient?</a></td>
-<td>Eran Chinthaka</td>
-</tr>
-<tr>
-<td><a href="http://www.wso2.net/kb/90">How to Embed an Axis2 based Web
-Service in your Webapp?</a></td>
-<td>Davanum Sirinivas</td>
-</tr>
-</tbody>
-</table>
-<br>-->
+<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>
+
+<p>Apache Axis2 Version 1.1 comes to you with better Axis2 Databinding
+Framework (ADB) support, <a
+href="http://www.w3.org/TR/SOAP-attachments">attachments API</a>, Spring and
+complete support for SOAP with Attachments (SwA).</p>
+
+<p>This page will take you through the list of documents 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 Axis2 download, installation both as a
+standalone Web services engine and as part of a J2EE compliant servlet
+container, not forgetting the instructions on how to write Web services and
+Web services client using Apache Axis2.</p>
+<ul>
+  <li><a href="userguide.html#introduction">Introduction</a>- Outlines the
+    overall direction of the User's guide itself, with a high level
+    introduction on Axis2</li>
+  <li><a href="installationguide.html">Download and Installation</a>-Will
+    list the different distribution packages offered by Axis2, and
+    installation methods for standalone and as part of a J2EE servlet
+    container.</li>
+  <li><a href="">Creating a new Web Service</a></li>
+  <li><a href="">Writing a Web Service Client</a></li>
+  <li><a href="">Configuring Axis2</a></li>
+  <li><a href="">Advanced Topics</a></li>
+</ul>
+
+<h2>How Tos</h2>
+
+<p>This section of documents will deal with more advanced topics on a
+detailed manner.</p>
+<ul>
+  <li><a href="webadminguide.html">Web Administrator's Guide</a>- Detailed
+    instructions on administration console of Axis2 Web application, with the
+    know how to configure Axis2 at run time.</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>
+  <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>
+  <li><a href="http://ws.apache.org/commons/axiom/OMTutorial.html">AXIOM
+    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
+    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>-Describes sending binary data using SOAP Message Transmission
+    Optimization Mechanism</li>
+  <li><a href="axis2config.html">Axis2 Configuration Guide</a>-Explains the
+    three configurations-global, service and module in Axis2</li>
+  <li><a href="soapmonitor-module.html">SOAP Monitor How-to</a>-Guide on
+    utility used to see SOAP messages being used to invoke Web services along
+    with the results of those messages.</li>
+  <li><a href="WS_policy.html">Web Services Policy Support In
+    Axis2</a>-Introduction to the role of Web services policy in Axis2</li>
+  <li><a href="spring.html">Spring Framework</a>-Guide on how to use Axis2
+    with the Spring Framework</li>
+</ul>
+
+<p><strong>ADB Related Topics</strong></p>
+<ul>
+  <li><a href="adb/adb-howto.html">ADB How-to</a> -Guide on Axis2 Databinding
+    Framework</li>
+  <li><a href="adb/adb-advanced.html">Advanced ADB Framework Features</a>-The
+    document provides an insight into the newly added advance features of
+  ADB</li>
+  <li><a href="adb/adb-tweaking.html">Tweaking the ADB Code
+    Generator</a>-Explains available mechanisms to extend ADB</li>
+  <li><a href="adb/adb-codegen-integration.html">ADB Integration with
+    Axis2</a>-Guide to writing an extension using the integrator in order to
+    integrate ADB with Axis2</li>
+  <li><a href="jibx/jibx-codegen-integration.html">JiBX Integration With
+    Axis2</a>-Guide to using JiBX with Axis2 in order to expose existing Java
+    code as a Web service and to implement a client for an existing Web
+    service</li>
+</ul>
+
+<p><strong>Transports</strong></p>
+<ul>
+  <li><a href="tcp-transport.html">TCP Transport</a>- Guide to send and
+    receive 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>-Guide to configure Axis2 in order to get mail transport
+    working</li>
+  <li><a href="http-transport.html">HTTP Transports</a>-Description on HTTP
+    sender and HTTP receiver in Axis2</li>
+  <li><a href="jms-transport.html">JMS Transport</a>-Description on JMS
+    sender and JMS receiver in Axis2</li>
+  <li><a href="transport_howto.html">Write Your Own Axis2 Transport</a>-Quick
+    and easy guide to create your own Axis2 Transport protocol</li>
+</ul>
+
+<p><strong>Axis2 Tools</strong></p>
+<ul>
+  <li><a href="../tools/1_1/CodegenToolReference.html">Code Generator Tool-
+    Command Line &amp; Ant Task</a>-Lists command line &amp; Ant task
+    references. How to build file using custom Ant task and invoking Code
+    Generator from Ant</li>
+  <li><a href="../tools/1_1/eclipse/wsdl2java-plugin.html">Code Generator
+    Wizard - eclipse Plug-in</a>-Explains the usage of the code 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 - eclipse Plug-in</a>- Describes functionality
+    of eclipse plugin service archive generator tool</li>
+  <li><a href="../tools/1_1/idea/Idea_plug-in_userguide.html">Code Generator
+    Wizard- IntelliJ IDEA Plug-in</a>- Guide on the usage of IDEA code
+    generation plug-in to create service archives and generate java class
+    files from WSDL files</li>
+  <li><a href="">Maven Plug-Ins</a> -</li>
+</ul>
+
+<h2>Apache Axis2 Developers</h2>
+<ul>
+  <li><a href="Axis2ArchitectureGuide.html">Axis2 Architecture
+    Guide</a>-Introduction to Axis2's modular architecture</li>
+  <li><a href="api/index.html">Online Java Docs</a>-Java API
+  documentation</li>
+</ul>
+
+<h2>References</h2>
+
+<p>Gives you a list of published articles, tutorials and Questions-Answers on
+Apache Axis2. <a href="../articles.html">Check them out!</a> for that extra
+knowledge on the next generation Web services engine Apache Axis2. Be
+Informed and up to date!</p>
 </body>
 </html>

Modified: webservices/axis2/branches/java/1_1/xdocs/articles.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/articles.html?view=diff&rev=468041&r1=468040&r2=468041
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/articles.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/articles.html Thu Oct 26 08:37:42 2006
@@ -1,16 +1,16 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
   <title>Axis2 Knowledge Base</title>
   <meta name="generator" content="amaya 9.2.1, see http://www.w3.org/Amaya/"
   />
 </head>
 
 <body xml:lang="en">
-<h1>Axis2 Knowledge Base</h1>
+<h1>Apache Axis2 References</h1>
 
 <p>This page will contain articles, tutorials, presentations and question
 &amp; answer pairs published on various Web sites on Apache Axis2 engine.
@@ -18,264 +18,107 @@
 Axis2.</p>
 
 <h2>Articles:</h2>
-
-<table border="2">
-  <!--<caption><h3>Articles and Tutorials- Axis2</h3>
-                            </caption>-->
-  <tbody>
-    <tr>
-      <th scope="col">Document</th>
-      <th scope="col">Author(s)</th>
-      <th scope="col">Published Date</th>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.jaxmag.com/itr/online_artikel/psecom,id,747,nodeid,147.html">Axis2
-        - The Future of Web Services</a></td>
-      <td>Srinath Perera, Ajith Ranabahu</td>
-      <td></td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.developer.com/services/article.php/3525481">Introducing
-        Axis2, the Next Generation of the Apache Web Service Stack</a></td>
-      <td>Srinath Perera</td>
-      <td></td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.onjava.com/pub/a/onjava/2005/07/27/axis2.html">Web
-        Services Messaging with Apache Axis2: Concepts and Techniques</a></td>
-      <td>Srinath Perera, Ajith Ranabahu</td>
-      <td>27 July 2005</td>
-    </tr>
-    <tr>
-      <td><a href="http://developer.com/java/web/article.php/3529321">Axis2
-        Execution Framework</a></td>
-      <td>Deepal Jayasinghe</td>
-      <td></td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://jaxmag.com/itr/online_artikel/psecom,id,757,nodeid,147.html">Axis2
-        Deployment Model</a></td>
-      <td>Deepal Jayasinghe</td>
-      <td></td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.developer.com/open/article.php/3557741">Understanding
-        Axis2 Deployment Architecture</a></td>
-      <td>Deepal Jayasinghe</td>
-      <td></td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.wso2.net/articles/axis2/java/2006/02/06/inside-codegen">Inside
-        the Axis2 Code Generator</a></td>
-      <td>Ajith Ranabahu</td>
-      <td>06 Feb 2006</td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.developer.com/java/other/article.php/3570031">Utilizing
-        a Non-Java Web Service with Axis2</a></td>
-      <td>Deepal Jayasinghe</td>
-      <td></td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.developer.com/open/article.php/3589126">Avoiding
-        Mistakes Made Using Axis2</a></td>
-      <td>Deepal Jayasinghe</td>
-      <td></td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www-128.ibm.com/developerworks/java/library/os-ag-axis2mig/index.html">Migrating
-        Apache Axis apps to Axis2 using Apache Geronimo</a></td>
-      <td>Tyler Anderson</td>
-      <td>07 Mar 2006</td>
-    </tr>
-    <tr>
-      <td><a href="http://www.developer.com/java/ent/article.php/3606466">The
-        Axis2 Transport Framework</a></td>
-      <td>Deepal Jayasinghe</td>
-      <td></td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.wso2.net/articles/axis2/java/2006/08/01/client-api-parameters">Reference
-        Guide to Apache Axis2 Client API Parameters</a></td>
-      <td>Eran Chinthaka</td>
-      <td>01 Aug 2006</td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.wso2.net/articles/axis2/java/2006/05/17/axis2-performance-testing-round-1">Axis2
-        &#x2013; Performance Testing Round #1</a></td>
-      <td>Devanum Sirinivas</td>
-      <td>17 May 2006</td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.wso2.net/articles/axis2/java/2006/09/13/working-with-axis2">Working
-        With Apache Axis2</a></td>
-      <td>Deepal Jayasinghe</td>
-      <td>13 Sep 2006</td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.developer.com/java/ent/article.php/3613896">Writing
-        an Apache Axis2 Service from Scratch</a></td>
-      <td>Deepal Jayasinghe</td>
-      <td>20 June 2006</td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.developer.com/java/web/article.php/3620661">Apache
-        Axis2 Session Management</a></td>
-      <td>Deepal Jayasinghe</td>
-      <td></td>
-    </tr>
-  </tbody>
-</table>
-<br />
-
+<ul>
+  <li><a
+    href="http://www.jaxmag.com/itr/online_artikel/psecom,id,747,nodeid,147.html">Axis2
+    - The Future of Web Services</a>- By Srinath Perera, Ajith Ranabahu</li>
+  <li><a
+    href="http://www.developer.com/services/article.php/3525481">Introducing
+    Axis2, the Next Generation of the Apache Web Service Stack</a>- By
+    Srinath Perera</li>
+  <li><a href="http://www.onjava.com/pub/a/onjava/2005/07/27/axis2.html">Web
+    Services Messaging with Apache Axis2: Concepts and Techniques</a>- By
+    Srinath Perera, Ajith Ranabahu (27 July 2005)</li>
+  <li><a href="http://developer.com/java/web/article.php/3529321">Axis2
+    Execution Framework</a>- By Deepal Jayasinghe</li>
+  <li><a
+    href="http://jaxmag.com/itr/online_artikel/psecom,id,757,nodeid,147.html">Axis2
+    Deployment Model</a>- By Deepal Jayasinghe</li>
+  <li><a
+    href="http://www.developer.com/open/article.php/3557741">Understanding
+    Axis2 Deployment Architecture</a>- By Deepal Jayasinghe</li>
+  <li><a
+    href="http://www.wso2.net/articles/axis2/java/2006/02/06/inside-codegen">Inside
+    the Axis2 Code Generator</a>- By Ajith Ranabahu (06 Feb 2006)</li>
+  <li><a
+    href="http://www.developer.com/java/other/article.php/3570031">Utilizing
+    a Non-Java Web Service with Axis2</a>- By Deepal Jayasinghe</li>
+  <li><a href="http://www.developer.com/open/article.php/3589126">Avoiding
+    Mistakes Made Using Axis2</a>- By Deepal Jayasinghe</li>
+  <li><a
+    href="http://www-128.ibm.com/developerworks/java/library/os-ag-axis2mig/index.html">Migrating
+    Apache Axis apps to Axis2 using Apache Geronimo</a>- By Tyler Anderson
+    (07 Mar 2006)</li>
+  <li><a href="http://www.developer.com/java/ent/article.php/3606466">The
+    Axis2 Transport Framework</a>- By Deepal Jayasinghe</li>
+  <li><a
+    href="http://www.wso2.net/articles/axis2/java/2006/08/01/client-api-parameters">Reference
+    Guide to Apache Axis2 Client API Parameters</a>- By Eran Chinthaka (01
+    Aug 2006)</li>
+  <li><a
+    href="http://www.wso2.net/articles/axis2/java/2006/05/17/axis2-performance-testing-round-1">Axis2
+    – Performance Testing Round #1</a>- By Devanum Sirinivas (17 May
+  2006)</li>
+  <li><a
+    href="http://www.wso2.net/articles/axis2/java/2006/09/13/working-with-axis2">Working
+    With Apache Axis2</a>- Deepal Jayasinghe (13 Sep 2006)</li>
+  <li><a href="http://www.developer.com/java/ent/article.php/3613896">Writing
+    an Apache Axis2 Service from Scratch</a>- By Deepal Jayasinghe (20 June
+    2006)</li>
+  <li><a href="http://www.developer.com/java/web/article.php/3620661">Apache
+    Axis2 Session Management</a>- By Deepal Jayasinghe</li>
+</ul>
 
 <h2>Tutorials</h2>
-
-<table border="2">
-  <!--<caption><h3>Articles and Tutorials- Axis2</h3>
-                            </caption>-->
-  <tbody>
-    <tr>
-      <th scope="col">Document</th>
-      <th scope="col">Author(s)</th>
-      <th scope="col">Published Date</th>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.wso2.net/tutorials/axis2/java/2006/06/05/introducing-axis2">Introducing
-        Axis2</a></td>
-      <td>Eran Chinthaka, Chathura Herath</td>
-      <td>05 June 2006</td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.wso2.net/tutorials/axis2/2006/06/05/accelerating-web-services">Accelerating
-        Web Services Development with Axis2</a></td>
-      <td>Deepal Jayasinghe, Ajith Ranabahu</td>
-      <td>05 June 2006</td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.wso2.net/tutorials/axis2/java/2006/05/29/hello-world">Hello
-        World with Apache Axis2</a></td>
-      <td>Ruchith Fernando</td>
-      <td>29 May 2006</td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.wso2.net/tutorials/axis2/java/2006/06/18/operation-service-message-is-destined-to">How
-        Apache Axis2 Finds the Operation and Service a Message is Destined
-        To</a></td>
-      <td>Eran Chinthaka</td>
-      <td>18 June 2006</td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.wso2.net/tutorials/axis2/java/2006/07/28/debug-ws">How
-        to Debug a Web Service?</a></td>
-      <td>Ajith Ranabahu</td>
-      <td>28 July 2006</td>
-    </tr>
-  </tbody>
-</table>
-<br />
-
+<ul>
+  <li><a
+    href="http://www.wso2.net/tutorials/axis2/java/2006/06/05/introducing-axis2">Introducing
+    Axis2</a>- By Eran Chinthaka, Chathura Herath (05 June 2006)</li>
+  <li><a
+    href="http://www.wso2.net/tutorials/axis2/2006/06/05/accelerating-web-services">Accelerating
+    Web Services Development with Axis2</a>- By Deepal Jayasinghe, Ajith
+    Ranabahu (05 June 2006)</li>
+  <li><a
+    href="http://www.wso2.net/tutorials/axis2/java/2006/05/29/hello-world">Hello
+    World with Apache Axis2</a>- By Ruchith Fernando (29 May 2006)</li>
+  <li><a
+    href="http://www.wso2.net/tutorials/axis2/java/2006/06/18/operation-service-message-is-destined-to">How
+    Apache Axis2 Finds the Operation and Service a Message is Destined
+    To</a>- By Eran Chinthaka(18 June 2006)</li>
+  <li><a
+    href="http://www.wso2.net/tutorials/axis2/java/2006/07/28/debug-ws">How
+    to Debug a Web Service?</a>- By Ajith Ranabahu (28 July 2006)</li>
+</ul>
 
 <h2>Presentations</h2>
-
-<table border="2">
-  <!--<caption><h3>Articles and Tutorials- Axis2</h3>
-                            </caption>-->
-  <tbody>
-    <tr>
-      <th scope="col">Document</th>
-      <th scope="col">Author(s)</th>
-      <th scope="col">Published Date</th>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.wso2.net/presentations/axis2/java/2006/06/05/why-axis2-the-future-of-web-services">Why
-        Axis2: The Future of Web Services</a></td>
-      <td>Eran Chinthaka</td>
-      <td>05 June 2006</td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.wso2.net/presentations/axis2/java/2006/08/30/enterprise-applications">Building
-        Enterprise Applications with Axis2-Tutorial from ApacheCon Asia
-        2006</a></td>
-      <td>Deepal Jayasinghe, Ruchith Fernando</td>
-      <td>30 Aug 2006</td>
-    </tr>
-    <tr>
-      <td><a
-        href="http://www.wso2.net/presentations/axis2/java/2006/06/05/introducing-axis2">Introducing
-        Axis2</a></td>
-      <td>Ajith Ranabahu</td>
-      <td>05 June 2006</td>
-    </tr>
-  </tbody>
-</table>
-<br />
-
+<ul>
+  <li><a
+    href="http://www.wso2.net/presentations/axis2/java/2006/06/05/why-axis2-the-future-of-web-services">Why
+    Axis2: The Future of Web Services</a>- By Eran Chinthaka (05 June
+  2006)</li>
+  <li><a
+    href="http://www.wso2.net/presentations/axis2/java/2006/08/30/enterprise-applications">Building
+    Enterprise Applications with Axis2-Tutorial from ApacheCon Asia 2006</a>-
+    By Deepal Jayasinghe, Ruchith Fernando (30 Aug 2006)</li>
+  <li><a
+    href="http://www.wso2.net/presentations/axis2/java/2006/06/05/introducing-axis2">Introducing
+    Axis2</a>- By Ajith Ranabahu (05 June 2006)</li>
+</ul>
 
 <h2>Questions &amp; Answers</h2>
-
-<table border="2">
-  <!--<caption><h3>Articles and Tutorials- Axis2</h3>
-                            </caption>-->
-  <tbody>
-    <tr>
-      <th scope="col">Document</th>
-      <th scope="col">Author(s)</th>
-      <th scope="col">Published Date</th>
-    </tr>
-    <tr>
-      <td><a href="http://www.wso2.net/kb/67">Setting up Apache Axis2 in
-        eclipse IDE</a></td>
-      <td>Ruchith Fernando</td>
-      <td>04 April 2006</td>
-    </tr>
-    <tr>
-      <td><a href="http://www.wso2.net/kb/83">How do I Embed SimpleHTTPServer
-        in My Application and Deploy a POJO?</a></td>
-      <td>Davanum Sirinivas</td>
-      <td>09 May 2006</td>
-    </tr>
-    <tr>
-      <td><a href="http://www.wso2.net/kb/209">How to configure Axis2's HTTP
-        Transport Sender at Client Side?</a></td>
-      <td>Saminda Abeysinghe</td>
-      <td>11July 2006</td>
-    </tr>
-    <tr>
-      <td><a href="http://www.wso2.net/kb/175">How to do REST invocation with
-        Axis2/Java ServiceClient?</a></td>
-      <td>Eran Chinthaka</td>
-      <td>17 June 2006</td>
-    </tr>
-    <tr>
-      <td><a href="http://www.wso2.net/kb/90">How to Embed an Axis2 based Web
-        Service in your Webapp?</a></td>
-      <td>Davanum Sirinivas</td>
-      <td>17 May 2006</td>
-    </tr>
-  </tbody>
-</table>
-<br />
+<ul>
+  <li><a href="http://www.wso2.net/kb/67">Setting up Apache Axis2 in eclipse
+    IDE</a>- By Ruchith Fernando (04 April 2006)</li>
+  <li><a href="http://www.wso2.net/kb/83">How do I Embed SimpleHTTPServer in
+    My Application and Deploy a POJO?</a>- By Davanum Sirinivas (09 May
+  2006)</li>
+  <li><a href="http://www.wso2.net/kb/209">How to configure Axis2's HTTP
+    Transport Sender at Client Side?</a>- By Saminda Abeysinghe (11July
+  2006)</li>
+  <li><a href="http://www.wso2.net/kb/175">How to do REST invocation with
+    Axis2/Java ServiceClient?</a>- By Eran Chinthaka (17 June 2006)</li>
+  <li><a href="http://www.wso2.net/kb/90">How to Embed an Axis2 based Web
+    Service in your Webapp?</a>- By Davanum Sirinivas(17 May 2006)</li>
+</ul>
 </body>
 </html>

Modified: webservices/axis2/branches/java/1_1/xdocs/index.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/index.html?view=diff&rev=468041&r1=468040&r2=468041
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/index.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/index.html Thu Oct 26 08:37:42 2006
@@ -39,6 +39,7 @@
 
 
 
+
   </style>
 </head>
 
@@ -210,6 +211,12 @@
 to prefix the subject of the mail with [Axis2].</p>
 
 <h2>Features of Axis2 Latest Version</h2>
+
+<p>Apache Axis2 Version 1.1 comes to you with better Axis2 Databinding
+Framework (ADB) support, <a
+href="http://www.w3.org/TR/SOAP-attachments">attachments API</a>, Spring and
+complete support for SOAP with Attachments (SwA). Check out the complete
+features list below.</p>
 
 <h3>Programming Model</h3>
 <ul>



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