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 ru...@apache.org on 2005/08/11 08:03:15 UTC

svn commit: r231406 - in /webservices/axis/trunk/java/xdocs: CodegenToolReference.html faq.html installationguide.html maven-help.html releases.html tcp-transport.html userguide.html

Author: ruchithf
Date: Wed Aug 10 23:03:03 2005
New Revision: 231406

URL: http://svn.apache.org/viewcvs?rev=231406&view=rev
Log:
Updated xdocs

Modified:
    webservices/axis/trunk/java/xdocs/CodegenToolReference.html
    webservices/axis/trunk/java/xdocs/faq.html
    webservices/axis/trunk/java/xdocs/installationguide.html
    webservices/axis/trunk/java/xdocs/maven-help.html
    webservices/axis/trunk/java/xdocs/releases.html
    webservices/axis/trunk/java/xdocs/tcp-transport.html
    webservices/axis/trunk/java/xdocs/userguide.html

Modified: webservices/axis/trunk/java/xdocs/CodegenToolReference.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/CodegenToolReference.html?rev=231406&r1=231405&r2=231406&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/CodegenToolReference.html (original)
+++ webservices/axis/trunk/java/xdocs/CodegenToolReference.html Wed Aug 10 23:03:03 2005
@@ -1,3 +1,5 @@
+<title>Code Generator Wizard - Eclipse Plug-in</title>
+<p><strong><i>Please note that this plugin is not available with Axis2-0.91 release</i></strong></p>
 <h1>Code Generator Wizard - Eclipse Plug-in</h1>
 <h2>Introduction</h2>
 <p>The Axis2 code generator comes built-in with an

Modified: webservices/axis/trunk/java/xdocs/faq.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/faq.html?rev=231406&r1=231405&r2=231406&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/faq.html (original)
+++ webservices/axis/trunk/java/xdocs/faq.html Wed Aug 10 23:03:03 2005
@@ -4,7 +4,7 @@
 	<h1>General</h1>
 	<ol>
 	<LI><strong>I see OMElements in all the signatures, in the stubs, Client API and in skeltons. Where is data binding?</strong><br>
-	<p>Axis2 does not have Databinding burns in to it, and it is a Problem that is already tackled by things like XML Beans and JAXB. Axis2 do not do data binding at this stage (M2) and work on pure XML. But the future relases (M3) will have support to plug in the databinding tool.If you want to to RPC over XML Axis2 is not there yet(soo it will be .. not yet), but if you are intersting in a SOAP Messaging Axis2 is the tool for that.</p> 
+	<p>Axis2 supports databinding using XML-Beans from 0.9 release. For more information please read the <a href="userguide.html">user guide</a></p> 
 	</p>
 	</LI>
 	
@@ -32,14 +32,14 @@
 	</LI>
 	
 	<LI><strong>When I try to do a non blocking call with use Seperate Listener true I get the error <i>to do two Transport Channels the Addressing Modules must be engeged</i>, Why is this?</strong><br>
-	<p>To do the two transport Channel invocation you need addressing module engage. enable it by uncommenting the entry in the client.xml file or Call.engageModule(QName).</p> 
+	<p>To do the two transport Channel invocation you need to engage the addressing module. You can enable it by uncommenting the entry in the axis2.xml file or Call.engageModule(QName).</p> 
 	</p>
 	</LI>
 	
 	<LI><a name="b5"><strong>What is the Axis Repository?</strong></a><br>
 	<p>Repository store the configuration of Axis2, the users should specify the repository folder starting the Aixs Server (HTTP ot TCP). In the case of tomcat it is the webapps/axis2/WEB-INF folder. Following picture shows a sample repository.</p> 
 	<img src="images/faq/1.jpg"/>
-	<p>modules and services have a archive format defined and they are automatically picked up by Axis2 when they are copied to corresponding folders. </p>
+	<p>Modules and services have a archive format defined and they are automatically picked up by Axis2 when they are copied to corresponding folders. </p>
 	</LI>
 	</ol>	
 	

Modified: webservices/axis/trunk/java/xdocs/installationguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/installationguide.html?rev=231406&r1=231405&r2=231406&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/installationguide.html (original)
+++ webservices/axis/trunk/java/xdocs/installationguide.html Wed Aug 10 23:03:03 2005
@@ -108,7 +108,7 @@
 <p align="center"><strong><img src="images/clip_image012.jpg"></strong></p>
 <p>If the service has deployment time error it will listed out those services as faulty services. 
 And If you click on the link it will show your the deployment fault</p>
-<p align="center"><strong><img src="images/faultService.jpg"></strong></p>
+<p align="center"><strong><img src="images/faultservice.jpg"></strong></p>
 <p>Deployment time error message</P>
 <p align="center"><strong><img src="images/faultmsg.jpg"></strong></p>
 

Modified: webservices/axis/trunk/java/xdocs/maven-help.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/maven-help.html?rev=231406&r1=231405&r2=231406&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/maven-help.html (original)
+++ webservices/axis/trunk/java/xdocs/maven-help.html Wed Aug 10 23:03:03 2005
@@ -2,7 +2,7 @@
 "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<title>Untitled Document</title>
+<title>Quick Guide to Maven for Axis 2.0</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 
@@ -11,10 +11,10 @@
 <h2 align="left">Introduction</h2>
 <p align="left"><a href="http://maven.apache.org">Maven</a> is used as the build tool of Axis 2.0. This document will provide a quick guide to use maven with your developments.</p>
 <h2 align="left">Commands</h2>
-<table width="370" border="1" align="center">
+<table border="1" align="center">
   <tr>
-    <th width="103" scope="col"><div align="left">Command</div></th>
-    <th width="251" scope="col"><div align="left">Description</div></th>
+    <th scope="col"><div align="left">Command</div></th>
+    <th scope="col"><div align="left">Description</div></th>
   </tr>
   <tr>
     <td><div align="left">maven</div></td>
@@ -22,11 +22,11 @@
   </tr>
   <tr>
     <td>maven clean </td>
-    <td>Clean all the stuff build so far, that are in the target folder. This will not clean the jar repository. </td>
+    <td>Clean all the stuff build so far, that are in the target folder. This will not clean the jar repository</td>
   </tr>
   <tr>
     <td><div align="left">maven test </div></td>
-    <td><div align="left">run only the tests. Will do automatic compilation of changed sources as well </div></td>
+    <td><div align="left">run only the tests. Will do automatic compilation of changed sources as well</div></td>
   </tr>
   <tr>
     <td><div align="left">maven -g </div></td>
@@ -42,7 +42,11 @@
   </tr>
   <tr>
     <td><div align="left">maven eclipse</div></td>
-    <td><div align="left">generate project files for eclipse. </div></td>
+    <td><div align="left">generate project files for eclipse</div></td>
+  </tr>
+  <tr>
+    <td><div align="left">maven -dmaven.test.skip=true</div></td>
+    <td><div align="left"></div>Builds Axis2 and skips all the tests</td>
   </tr>
 </table>
 <p align="left">&nbsp;</p>

Modified: webservices/axis/trunk/java/xdocs/releases.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/releases.html?rev=231406&r1=231405&r2=231406&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/releases.html (original)
+++ webservices/axis/trunk/java/xdocs/releases.html Wed Aug 10 23:03:03 2005
@@ -18,18 +18,26 @@
 		<tr>
 		  <td align="center" valign="middle"><a name="M2"></a>M2</td>
 		  <td>Source Distribution <a href="http://cvs.apache.org/dist/axis/v2.0-M2/axis2-M2-src.zip">zip</a><br>
-Binary Distribution <a href="http://cvs.apache.org/dist/axis/v2.0-M2/axis2-M2-bin.zip">zip</a> <br>
-<a href="dist/axis2.war">War Distribution</a> </td>
+Binary Distribution <a href="http://cvs.apache.org/dist/axis/v2.0-M2/axis2-M2-bin.zip">zip</a></td>
 		  <td>08 - 06 - 2005 </td>
 		  <td>Milestone Release #2</td>
 	  </tr>
 		<tr>
 		  <td align="center" valign="middle"><a name="09"></a>0.9</td>
 		  <td>Source Distribution <a href="http://www.apache.org/dist/ws/axis2/0_9/axis2-0.9-src.zip">zip</a><br>
-Binary Distribution <a href="http://www.apache.org/dist/ws/axis2/0_9/axis2-0.9-bin.zip">zip</a> <br>
-<a href="dist/axis2.war">War Distribution</a> </td>
+Binary Distribution <a href="http://www.apache.org/dist/ws/axis2/0_9/axis2-0.9-bin.zip">zip</a></td>
 		  <td>05 - 07 - 2005</td>
 		  <td> 0.9 Release</td>
-	  </tr>
+	  </tr>
+	  
+	  	<tr>
+		  <td align="center" valign="middle"><a name="091"></a>0.91</td>
+		  <td>Source Distribution <a href="http://www.apache.org/dist/ws/axis2/0_9/axis2-0.91-src.zip">zip</a><br>
+Binary Distribution <a href="http://www.apache.org/dist/ws/axis2/0_9/axis2-0.91-bin.zip">zip</a> <br>
+<a href="dist/axis2.war">War Distribution</a> </td>
+		  <td>????</td>
+		  <td> 0.91 Release</td>
+	  </tr>
+	  
 	</table>
 </div>

Modified: webservices/axis/trunk/java/xdocs/tcp-transport.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/tcp-transport.html?rev=231406&r1=231405&r2=231406&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/tcp-transport.html (original)
+++ webservices/axis/trunk/java/xdocs/tcp-transport.html Wed Aug 10 23:03:03 2005
@@ -1,4 +1,5 @@
-<html>
+<html>
+<head><title>TCP transport</title></head>
 <body>
 <h1>TCP transport</h1> 
 

Modified: webservices/axis/trunk/java/xdocs/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/userguide.html?rev=231406&r1=231405&r2=231406&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/userguide.html (original)
+++ webservices/axis/trunk/java/xdocs/userguide.html Wed Aug 10 23:03:03 2005
@@ -117,7 +117,7 @@
 user guide samples are located at the <b> <span class="style9">
 <font color="#000000">&quot;samples/userguide/src&quot;</font></span></b> directory 
 of the binary distribution. So.. let's  explore the samples.</p>
-<p>Note: Please note that the rest of this user guide assumes that the user has downloaded the binary distribution of Axis2. If you have already downloaded the source tree of Axis2 then please create the binary distribution by simply using the maven command <strong>maven dist-bin </strong>This will create the &quot;axis2-0.9-bin.zip&quot; and &quot;axis2-0.9-bin.tar&quot;  in the &quot;target/dist&quot; directory. Extract the zip or the tar ball to any 
+<p>Note: Please note that the rest of this user guide assumes that the user has downloaded the binary distribution of Axis2. If you have already downloaded the source tree of Axis2 then please create the binary distribution by simply using the maven command <strong>maven dist-bin </strong>This will create the &quot;axis2-0.91-bin.zip&quot; and &quot;axis2-0.91-bin.tar&quot;  in the &quot;target/dist&quot; directory. Extract the zip or the tar ball to any 
 directory in your machine and for the explanations purposes we will name this 
 directory as &quot;Axis2Home&quot;. </p>
 <h2> Web Services Using Axis2</h2>