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 2006/11/01 13:06:57 UTC

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

Author: chatra
Date: Wed Nov  1 04:06:56 2006
New Revision: 469882

URL: http://svn.apache.org/viewvc?view=rev&rev=469882
Log:
completed index.html of the documentation. Added userguide section. Also made minor improvements on userguide.html

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/index.html
    webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.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=469882&r1=469881&r2=469882
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/index.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/index.html Wed Nov  1 04:06:56 2006
@@ -40,10 +40,26 @@
     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>
+  <li><a href="userguide.html#ws_codegen">Creating a new Web Service with Code Generation</a> -Axis2
+    provides two ways to create new Web Services, using code generation and
+    using XML based primary APIs. This section explains how to start from a
+    WSDL, and create a new Service with code generation</li>
+  <li><a href="xmlbased-server.html">Writing Web Services Using Axis2's Primary APIs</a>
+    -Explains how to create new Web Services using XML based primary API</li>
+  <li><a href="userguide.html#client">Writing a Web Service Client with Code Generation </a>-Axis2
+    also provides a more complex, yet powerful XML based client API which is
+    intended for advanced users. However, if you are a new user we recommend
+    using the code generation approach presented below</li>
+  <li><a href="dii.html">Writing Web Service Clients Using Axis2's Primary APIs</a>-
+    This section presents complex yet powerful XML based client API which is
+    intended for advanced users to write Web services clients</li>
+  <li><a href="userguide.html#config">Configuring Axis2</a>-Axis2 configuration is based on a
+    repository and standard archives formats. Here you will find details on
+    how to configure Axis2. You will also find reference documents that lead
+    to greater detail in this area.</li>
+  <li><a href="userguide.html#advanced">Advanced Topics</a>-Will link you to more advanced topics
+    under Axis2 support such as Transports, Attachments, Pluggable Data
+    Binding, Security, REST Web services.</li>
 </ul>
 
 <h2>How Tos</h2>
@@ -117,10 +133,9 @@
 
 <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>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>
@@ -140,6 +155,9 @@
     Guide</a>-Introduction to Axis2's modular architecture</li>
   <li><a href="api/index.html">Online Java Docs</a>-Java API
   documentation</li>
+  <!--<li><a href="advance-userguide.html">Advanced User Guide</a>- This is a
+    quick start guide for more experienced users and developers on how to
+    install, create Web services and Web service clients using Axis2.</li>-->
 </ul>
 
 <h2>References</h2>

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html?view=diff&rev=469882&r1=469881&r2=469882
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/userguide.html Wed Nov  1 04:06:56 2006
@@ -56,12 +56,12 @@
 fine. <a href="installationguide.html" target="_blank">Installation Guide</a>
 gives you step by step instructions on just how to build axis2.war and deploy
 it in your servlet container.</p>
-
+<a name="ws_codegen"></a>
 <h2>Creating a New Web Service</h2>
 
 <p>If you are looking for "How to Write a Web Service Client using Axis2?"
 please go to the <a href="#client">next section</a>. Axis2 provides two ways
-to create new Web Services, using code generation and using XML based primary
+to create new Web Services, using <strong>code generation</strong> and using XML based primary
 APIs. The following section explains how to start from a WSDL, and create a new
 Service with code generation. For the XML based primary API please refer to
 the section <a href="xmlbased-server.html">Writing Web Services Using Axis2's
@@ -178,11 +178,11 @@
 <a name="client"></a>
 <h2>Writing a Web Service Client</h2>
 
-<p>Axis2 also provides a more complex, yet powerful <strong>XML based client
-API</strong> which is intended for advanced users. Read <a
+<p>Axis2 also provides a more complex, yet powerful XML based client
+API which is intended for advanced users. Read <a
 href="dii.html">Writing Web Service Clients Using Axis2's Primary APIs</a> to
-learn more about it. However, if you are a new user we recommend using the code
-generation approach presented below.</p>
+learn more about it. However, if you are a new user we recommend using the <strong>code
+generation</strong> approach presented below.</p>
 
 <h3>Generate Stubs</h3>
 



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