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/04/28 12:40:48 UTC

svn commit: r397849 - in /webservices/axis2/trunk/java/xdocs: faq.html latest/installationguide.html latest/migration.html svn.html

Author: chatra
Date: Fri Apr 28 03:40:43 2006
New Revision: 397849

URL: http://svn.apache.org/viewcvs?rev=397849&view=rev
Log:
committing upgrades and corrections

Modified:
    webservices/axis2/trunk/java/xdocs/faq.html
    webservices/axis2/trunk/java/xdocs/latest/installationguide.html
    webservices/axis2/trunk/java/xdocs/latest/migration.html
    webservices/axis2/trunk/java/xdocs/svn.html

Modified: webservices/axis2/trunk/java/xdocs/faq.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/faq.html?rev=397849&r1=397848&r2=397849&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/faq.html (original)
+++ webservices/axis2/trunk/java/xdocs/faq.html Fri Apr 28 03:40:43 2006
@@ -87,16 +87,16 @@
     stubs, Client API and in skeletons. Where is data binding?</strong><br>
 
     <p>Axis2 supports databinding using XML-Beans from 0.9 release. For more
-    information please read the <a href="1_0/userguide.html">User
-    Guide</a></p>
+    information please read the <a href="1_0/userguide.html"
+    target="_blank">User Guide</a></p>
   </li>
   <li><a name="a2"></a><strong>What is OMElement, What does it
     represents?</strong><br>
 
     <p>OMElement is Axis2 representation of XML, it provide a tree model like
     DOM. If you are familiar with DOM or JDOM you can soon get familiarize
-    with OM quickly. For more information read<a href="1_0/OMTutorial.html">
-    Axiom Tutorial</a></p>
+    with OM quickly. For more information read<a href="1_0/OMTutorial.html"
+    target="_blank"> Axiom Tutorial</a></p>
   </li>
   <li><a name="a3"></a><strong>Integration security tests fail with JDK
     1.5</strong><br>
@@ -158,16 +158,17 @@
     should I look?</strong><br>
 
     <p>Look at the <a
-    href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ServiceClient.java">ServiceClient</a>
-    class, for more information please read the <a
-    href="0_94/userguide.html">user guide</a></p>
+    href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ServiceClient.java"
+    target="_blank">ServiceClient</a> class, for more information please read
+    the <a href="1_0/userguide.html" target="_blank">User's Guide</a></p>
   </li>
   <li><a name="c2"></a><strong>I want to do One Way Messaging, Where should I
     look?</strong><br>
 
     <p>From Axis2 0.94 onwards, both request-response and one way messaging
     will be handled by <a
-    href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ServiceClient.java">ServiceClient</a>.</p>
+    href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ServiceClient.java"
+    target="_blank">ServiceClient</a>.</p>
   </li>
   <li><a name="c3"></a><strong>When I try to do a non blocking call with use
     Separate Listener true I get the error <i>to do two Transport Channels
@@ -183,7 +184,7 @@
 
     <p>If you have engaged addressing , then you have to have wsa:action , so
     you have to called  <br>
-    option.setAction(“urn:myaction”); <br>
+    option.setAction("urn:myaction"); <br>
     It should be not that the action should be a URI.</p>
   </li>
   <li><a name="c5"><strong>What is Axis Repository?</strong></a><br>
@@ -410,9 +411,8 @@
     <p>This happens specifically with tomcat 4.x and 5.0 in a JDK 1.5
     environment. The reason is that the system picks up a wrong transformer
     factory class. This can be solved simply by putting the xalan-2.7.0.jar
-    (found <a
-    href="http://www.apache.org/dist/java-repository/xalan/jars/">here</a>)
-    into the axis2/WEB-INF/lib directory</p>
+    (found <a href="http://www.apache.org/dist/java-repository/xalan/jars/"
+    target="_blank">here</a>) into the axis2/WEB-INF/lib directory</p>
   </li>
 </ol>
 

Modified: webservices/axis2/trunk/java/xdocs/latest/installationguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/latest/installationguide.html?rev=397849&r1=397848&r2=397849&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/latest/installationguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/latest/installationguide.html Fri Apr 28 03:40:43 2006
@@ -16,30 +16,32 @@
 followed by detailed instructions on installation methods.</p>
 
 <p><i>Send your feedback to: <a
-href="mailto:axis-dev@ws.apache.org">axis-dev@ws.apache.org</a></i>. Prefix subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html">here.</a></p>
+href="mailto:axis-dev@ws.apache.org">axis-dev@ws.apache.org</a></i>. Prefix
+subject with [Axis2]. To subscribe to mailing list see <a
+href="http://ws.apache.org/axis2/mail-lists.html">here.</a></p>
 
-<h3>Contents</h3>
+<h2>Contents</h2>
 <ul>
   <li><a href="#Download_Axis2">Download Axis2</a></li>
   <li><p><a href="#requirements">System Requirements</a></p>
   </li>
-  <li><a href="#_Toc96698083">Setting up the Environment and tools</a>
+  <li><a href="#_Toc96698083">Setting up the Environment and Tools</a>
     <ul>
       <li><p><a href="#maven">Maven</a></p>
       </li>
-      <li><a href="#_Toc96698085">The Axis2 source distribution</a></li>
+      <li><a href="#_Toc96698085">The Axis2 Source Distribution</a></li>
     </ul>
   </li>
   <li><p><a href="#_Toc96698086">Installing Axis2 in a Servlet
-    container</a></p>
+    Container</a></p>
     <ul>
-      <li><a href="#upload">Uploading services</a></li>
+      <li><a href="#upload">Uploading Services</a></li>
     </ul>
   </li>
 </ul>
 <a name="Download_Axis2"></a>
 
-<h3>Download Axis2</h3>
+<h2>Download Axis2</h2>
 
 <p>Axis2 is distributed in several convenient distribution packages and can
 be installed either as a standalone server or as part of a J2EE compliant
@@ -59,7 +61,7 @@
       <td>Minimal Distribution - Binary</td>
       <td>This distribution is aimed at advanced users who will be embedding
         Axis2. It will contain the minimal runtime required to act as a Web
-        Service client and/or a server (axis2-core-1.0.jar will contain
+        service client and/or a server (axis2-core-1.0.jar will contain
         compiled versions of common, xml, wsdl and core modules.)</td>
       <td><ul>
           <li>axis2-core-1.0.jar, axis2-adb-1.0.jar</li>
@@ -119,7 +121,7 @@
         most of the servlet containers.</td>
       <td><ul>
           <li>all the contents of the minimal distribution</li>
-          <li>Admin web app</li>
+          <li>Admin Web Application</li>
         </ul>
       </td>
     </tr>
@@ -137,7 +139,7 @@
       <td>This will contain the plugins that are created for Eclipse and
       IDEA.</td>
       <td><ul>
-          <li>Intellij IDEA plugins</li>
+          <li>IntelliJ IDEA plugins</li>
           <li>Eclipse plugins</li>
         </ul>
       </td>
@@ -146,7 +148,7 @@
 </table>
 <a name="requirements"></a>
 
-<h3>System Requirements</h3>
+<h2>System Requirements</h2>
 
 <table border="2">
   <caption></caption>
@@ -198,20 +200,20 @@
 using source distribution.</p>
 <a name="_Toc96698083"></a>
 
-<h3>Setting up the Environment and Tools</h3>
+<h2>Setting Up the Environment and Tools</h2>
 <a name="maven"></a>
 
-<h4>Maven</h4>
+<h3>Maven</h3>
 
-<p>The Axis2 build is based on</p>
-<a href="http://maven.apache.org/maven-1.x/">Maven </a>. Hence the only
+<p>The Axis2 build is based on <a
+href="http://maven.apache.org/maven-1.x/" target="_blank">Maven </a>. Hence the only
 prerequisite to build Axis2 from source distribution is to have Maven
 installed. Extensive instruction guides are available at the Maven site.This
 guide however contains the easiest path for quick environment setting.
 Advanced users who wish to know more about Maven can visit <a
-href="http://maven.apache.org/start/index.html">here </a>.
+href="http://maven.apache.org/start/index.html" target="_blank">here </a>.</p>
 <ul>
-  <li>Windows</li>
+  <li>MS Windows</li>
 </ul>
 <ol>
   <li>Download and run the Windows installer package</li>
@@ -233,14 +235,14 @@
 downloaded expand it to a directory of choice and set the environment
 variable MAVEN_HOME and add MAVEN_HOME/bin to the path as well. More
 instructions for installing Maven in Unix based operating systems can be
-found <a href="http://maven.apache.org/start/install.html">here </a>.</p>
+found <a href="http://maven.apache.org/start/install.html" target="_blank">here </a>.</p>
 
 <p>Once maven is properly installed you can start building Axis2.</p>
 <a name="_Toc96698085"></a>
 
-<h4>The Axis2 source distribution</h4>
+<h3>The Axis2 Source Distribution</h3>
 
-<p>The <a href="http://ws.apache.org/axis2/download.cgi">source distribution
+<p>The <a href="http://ws.apache.org/axis2/download.cgi" target="_blank">source distribution
 </a> is available as a zipped archive. All the necessary build scripts are
 included with the source distribution. Once the source archive is expanded
 into a directory of choice, moving to the particular directory and running
@@ -267,9 +269,9 @@
 deployed.</p>
 <a name="_Toc96698086"></a>
 
-<h3>Installing Axis2 in a Servlet container</h3>
+<h2>Installing Axis2 in a Servlet Container</h2>
 <ol>
-  <li><a href="http://ws.apache.org/axis2/download.cgi">Download</a> Axis2
+  <li><a href="http://ws.apache.org/axis2/download.cgi" target="_blank">Download</a> Axis2
     war file</li>
   <li>Drop the war in the webapps folder. Most servlet containers will
     automatically install war. (some servlet containers may require a restart
@@ -298,12 +300,12 @@
 </ol>
 <a name="upload"></a>
 
-<h4>Uploading services</h4>
+<h3>Uploading Services</h3>
 <ol>
   <p>The Axis2 web application also provides an interface to upload services.
   Once a service is created according to the service specification as
-  described in userguide that jar file can be uploaded using the upload
-  page.</p>
+  described in <a name="userguide.html" target="_blank">User's Guide that jar
+  file can be uploaded using the upload page.</a></p>
 
   <p align="center"><strong><img src="images/clip_image010.jpg"
   alt=""></strong></p>
@@ -341,7 +343,7 @@
 
   <p>Axis2 Administration is all about configuring Axis2 at the run time and
   the configuration will be transient. More descriptions are available in <a
-  href="webadminguide.html">Axis2 Web Administration Guide</a></p>
+  href="webadminguide.html" target="_blank">Axis2 Web Administration Guide</a></p>
 </ol>
 </body>
 </html>

Modified: webservices/axis2/trunk/java/xdocs/latest/migration.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/latest/migration.html?rev=397849&r1=397848&r2=397849&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/latest/migration.html (original)
+++ webservices/axis2/trunk/java/xdocs/latest/migration.html Fri Apr 28 03:40:43 2006
@@ -19,7 +19,7 @@
 <h1>Migrating from Apache Axis 1.x to Axis 2</h1>
 
 <p>For all those users who are familiar with Axis2 1.x series will be
-assisted through this document to swtich to Axis2 series. We begin by listing
+assisted through this document to switch to Axis2 series. We begin by listing
 the improvements in Axis2 in comparison with Axis1. This is followed by
 guidelines for the migration.</p>
 
@@ -32,8 +32,8 @@
 <ul>
   <li><a href="#comp">Compatibility</a></li>
   <li><a href="#start">Getting Started</a></li>
-  <li><a href="#custom_deployment">Custom Deployment of Services, Handlers and
-    Modules</a></li>
+  <li><a href="#custom_deployment">Custom Deployment of Services, Handlers
+    and Modules</a></li>
   <li><a href="#transports">Transports for HTTP Connection</a></li>
   <li><a href="#data_binding">Data Binding Support</a></li>
   <li><a href="#best">Best Usage</a></li>
@@ -316,6 +316,7 @@
 
 <p>See the user guide for more info on axis2 modules.</p>
 <a name="transports"></a>
+
 <h2>Transports for HTTP Connection</h2>
 
 <p>Axis2 comes with two  CommonsHTTPTransportSender which is based on
@@ -330,6 +331,7 @@
 &lt;/transportSender&gt;
 ...</pre>
 <a name="data_binding"></a>
+
 <h2>Data Binding Support</h2>
 
 <p>ADB is used to provide data binding support. In Axis2, xml is manipulated
@@ -410,8 +412,7 @@
          url="wsdl/simple.wsdl"
          serverside="true"
          skeletondeploy="true"
-         nowrapped="true"
-         &gt;
+         nowrapped="true"&gt;
        &lt;/axis-wsdl2java&gt;
    &lt;/target&gt;</pre>
 
@@ -582,7 +583,7 @@
                 SimpleLogin simpleLogin = simpleLoginDocument.getSimpleLogin();
                 String userName = simpleLogin.getUserName();
                 String password = simpleLogin.getUserPassword();
-                // do something with those vars...
+                // do something with those variables...
 
                 retElement.setWebUserName(userName);
                 retElement.setSoapSessionId("my random string");
@@ -661,6 +662,7 @@
 <p>Axis2 clients also have asynchronous options via a Callback and
 alternatively 'Fire and forget'. See the user guide for more details.</p>
 <a name="best"></a>
+
 <h2>Best Usage</h2>
 
 <p>Axis1.x and Axis2 have different ways of seeing the SOAP stack. So the

Modified: webservices/axis2/trunk/java/xdocs/svn.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/svn.html?rev=397849&r1=397848&r2=397849&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/svn.html (original)
+++ webservices/axis2/trunk/java/xdocs/svn.html Fri Apr 28 03:40:43 2006
@@ -10,8 +10,8 @@
 <p>This document will give you information on how to use SVN in order to get
 an SVN checkout/update and making commits to repository etc in the process of
 contributing to Apache projects (specifically Axis2). Instructions on
-configuring IDEs for development and using maven to build the project is also
-included here. </p>
+configuring IDEs for development and using Maven to build the project is also
+included here.</p>
 
 <h2>Content</h2>
 <ul>