Author: chatra
Date: Tue May 2 04:53:58 2006
New Revision: 398919
URL: http://svn.apache.org/viewcvs?rev=398919&view=rev
Log:
updating correcting tools docs
Added:
webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/images/java2wsdl-screen0.jpg
(with props)
Removed:
webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/ServiceArchiveToolReference.html
Modified:
webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/servicearchiver-plugin.html
webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/wsdl2java-plugin.html
Added: webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/images/java2wsdl-screen0.jpg
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/images/java2wsdl-screen0.jpg?rev=398919&view=auto
==============================================================================
Binary file - no diff available.
Propchange: webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/images/java2wsdl-screen0.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/servicearchiver-plugin.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/servicearchiver-plugin.html?rev=398919&r1=398918&r2=398919&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/servicearchiver-plugin.html (original)
+++ webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/servicearchiver-plugin.html Tue
May 2 04:53:58 2006
@@ -1,40 +1,63 @@
-<title>Service Archive Generator Wizard - Eclipse Plug-in</title>
-<h1>Service Archive Generator Wizard - Eclipse Plug-in</h1>
+<html>
+<head>
+ <meta http-equiv="content-type" content="">
+ <title>Service Archive Generator Wizard - Eclipse Plug-in</title>
+</head>
-<p><a href="http://ws.apache.org/axis2/download.cgi" target="_blank">[Download
Plugin
-Tool]</a></p>
+<body>
+<h1>Service Archive Generator Wizard - eclipse Plug-in</h1>
-<p>This document will guide you through the installation of the eclipse
-plugin and how the tool can be used. </p>
+<p>This document will guide you through the installation and usage of the
+archive generator eclipse plug-in.</p>
+
+<p><a href="http://ws.apache.org/axis2/tools/index.html"
+target="_blank">[Download Plugin Tool]</a></p>
<h2>Content</h2>
<ul>
<li><a href="#intro">Introduction</a></li>
<li><a href="#installation">Installation</a></li>
- <li><a href="#operation">Operations</a></li>
+ <li><a href="#operation">Operation</a></li>
</ul>
<a name="intro"></a>
+
<h2>Introduction</h2>
-<p>As part of the Axis2 tool set, the service archive generator is an important tool
that
-allows the generation of service archives.This document explains the
-usage of the archive generator plug-in. The full documentation that includes the installation
is avaialble
-at the Axis2 web site</p>
+
+<p>As part of the Axis2 tool set, the service archive generator is an
+important tool that allows the generation of service archives ("aar" file or
+a "jar" files) that can be deployed as a Web services to the Axis2. </p>
+<a name="installation"></a>
+
+<h2>Installation</h2>
+
+<p>Download the binary version of the plug-in and extract the content of the
+zip file into the Eclipse installation folder. (The plug-in will actually go
+into the plugins directory in the Eclipse installation root). Restarting
+Eclipse will set the plug-in automatically.</p>
+<a name="operation"></a>
+
<h2>Operation</h2>
-<p>If the plug-in is properly installed you should see a new wizard under the
-"New" section.(use the File -> New -> Other or Ctrl + N )
</p>
-<p align="center">
-<img border="0" src="images/ServiceWizardSelection.jpg" ></p>
+
+<p>If the plug-in is properly installed you should see a new wizard under the
+"New" section.(use the File -> New -> Other or Ctrl + N )</p>
+
+<p align="center"><img border="0" src="images/ServiceWizardSelection.jpg"></p>
+
<p>Selecting the wizard and pressing the next button will start the service
generator wizard. Following is the first wizard page.</p>
-<p align="center"><img border="0" src="images/ServicePage1.jpg" ></p>
-<p>Once the class file folder is given (which should be a folder in the file
-system) the next button will be enabled. Page 2 of the wizard requires you to
-locate the wsdl file. Note that the WSDL file cannot be skipped in this version of the tool</p>
-<p align="center">
-<img border="0" src="images/service_page2.jpg"></p>
+
+<p align="center"><img border="0" src="images/ServicePage1.jpg"></p>
+
+<p>Once the class file folder is given (which should be a folder in the file
+system) the next button will be enabled. Page 2 of the wizard requires you to
+locate the wsdl file. Note that the WSDL file cannot be skipped in this
+version of the tool</p>
+
+<p align="center"><img border="0" src="images/service_page2.jpg"></p>
+
<p align="center">Select the service.XML file in the next wizard page</p>
-<p align="center"><img border="0" src="images/service_page3.jpg" ></p>
+<p align="center"><img border="0" src="images/service_page3.jpg"></p>
<!--
<p>Note that The service XML file can be generated if needed. To proceed
to the service generaion page, check the "generate automatically" checkbox. </p>
@@ -55,27 +78,51 @@
<p>Once the method selection is complete the wizard has enough information to generate
a basic services.xml file. If further customization is required, there's no choice but to
manually edit it!</p>
-->
-<p>The next step is to add the libraries. The library addition page looks like this
</p>
-<p align="center"><img border="0" src="images/service_page5.jpg" ></p>
-<p>The library name (with full path) can be either typed on the text box or browsed
for using the browse button. </p>
-<p align="center"><img border="0" src="images/service_page5_browsed.jpg" ></p>
-<p>Hit the Add button to add the library to the list. The added libraries should be
displayed in the list box</p>
-<p align="center"><img border="0" src="images/service_page5_hl.jpg" ></p>
-<p align="center"><img border="0" src="images/service_page5_added.jpg" ></p>
-<p>If any library needs to be removed, highlight it in the list and hit remove. Click
next to proceed to the last page of the wizard</p>
-<p align="center"><img border="0" src="images/service_page5_remove.jpg" ></p>
-<p>The last page of the wizard asks for the output location and the output archive
name.<p>
-<p align="center"><img border="0" src="images/service_page6.jpg" ></p>
-<p>Once all the parameters are filled, hit the finish button to complete the wizard
and generate the
-service archive.</p>
+
+<p>The next step is to add the libraries. The library addition page looks
+like this</p>
+
+<p align="center"><img border="0" src="images/service_page5.jpg"></p>
+
+<p>The library name (with full path) can be either typed on the text box or
+browsed for using the browse button.</p>
+
+<p align="center"><img border="0" src="images/service_page5_browsed.jpg"></p>
+
+<p>Hit the Add button to add the library to the list. The added libraries
+should be displayed in the list box</p>
+
+<p align="center"><img border="0" src="images/service_page5_hl.jpg"></p>
+
+<p align="center"><img border="0" src="images/service_page5_added.jpg"></p>
+
+<p>If any library needs to be removed, highlight it in the list and hit
+remove. Click next to proceed to the last page of the wizard</p>
+
+<p align="center"><img border="0" src="images/service_page5_remove.jpg"></p>
+
+<p>The last page of the wizard asks for the output location and the output
+archive name.</p>
+
+<p></p>
+
+<p align="center"><img border="0" src="images/service_page6.jpg"></p>
+
+<p>Once all the parameters are filled, hit the finish button to complete the
+wizard and generate the service archive.</p>
+
<p align="center"><img border="0" src="images/success_msg.jpg"></p>
-<p> If you see the above message, then you've successfully generated the service archive!
This service archive can be hot deployed to the axis2</p>
+
+<p>If you see the above message, then you've successfully generated the
+service archive! This service archive can be hot deployed to the axis2</p>
+
<h1>Appendix</h1>
<ul>
- <li>Eclipse reference - <a href="http://www.eclipse.org/">
- http://www.eclipse.org/</a></li>
- <li>Custom Ant Tasks -
- <a href="http://ant.apache.org/manual/develop.html">
- http://ant.apache.org/manual/develop.html</a></li>
+ <li>Eclipse reference - <a> http://www.eclipse.org/</a></li>
+ <li>Custom Ant Tasks - <a
+ href="http://ant.apache.org/manual/develop.html">
+ http://ant.apache.org/manual/develop.html</a></li>
</ul>
-<hr/>
+<hr>
+</body>
+</html>
Modified: webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/wsdl2java-plugin.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/wsdl2java-plugin.html?rev=398919&r1=398918&r2=398919&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/wsdl2java-plugin.html (original)
+++ webservices/axis2/trunk/java/xdocs/latest/tools/eclipse/wsdl2java-plugin.html Tue May
2 04:53:58 2006
@@ -5,14 +5,13 @@
</head>
<body>
-<h1>Code Generator Wizard - Eclipse Plug-in</h1>
+<h1>Code Generator Wizard - eclipse Plug-in</h1>
<h2>Introduction</h2>
<p>The Axis2 code generator comes built-in with an <a
-href="http://www.eclipse.org">Eclipse</a> plug-in. This document explains the
-usage of the code generator plug-in. The full documentation that includes the
-installation is avaialble at the Axis2 web site</p>
+href="http://www.eclipse.org">eclipse</a> plug-in. This document explains the
+usage of this code generator plug-in.</p>
<h2>Operation - WSDL2Java</h2>
@@ -21,12 +20,13 @@
<p><img border="0" src="images/wsdl2java-screen0.jpg"></p>
-<p>Selecting the wizard and pressing the next button will start the code
+<p>Selecting the wizard and pressing the Next button will start the code
generator wizard. Following is the first wizard page.</p>
<p><img border="0" src="images/wsdl2java-screen1.jpg"></p>
-<p>Selecting the generate code from WSDL option leads to the next page.</p>
+<p>Selecting the 'Generate Java source code from WSDL file' option and
+clicking Next leads to the following page.</p>
<p><img border="0" src="images/wsdl2java-screen2.jpg"></p>
@@ -56,7 +56,7 @@
<p>Select the option which says generate a WSDL file from the Java file</p>
-<p><img border="0" src="images/wsdl2java-screen1.jpg"></p>
+<p><img border="0" src="images/java2wsdl-screen0.jpg"></p>
<p>Selecting that option leade to the next page</p>
@@ -70,22 +70,23 @@
<p>Once the classloading is successful the next screen allows the parameters
to be modified</p>
+
<p><img border="0" src="images/java2wsdl-screen2.jpg"></p>
<p>After that the output location and the WSDL file name can be selected</p>
+
<p><img border="0" src="images/java2wsdl-screen3.jpg"></p>
-<p>You are now done with generating a WSDL file from a java class and its that simple!</p>
+<p>You are now done with generating a WSDL file from a java class and its
+that simple!</p>
<h1>Appendix</h1>
<ul>
- <li>Eclipse reference - <a href="http://www.eclipse.org/">
+ <li>eclipse reference - <a href="http://www.eclipse.org/">
http://www.eclipse.org/</a></li>
<li>Custom Ant Tasks - <a
href="http://ant.apache.org/manual/develop.html">
http://ant.apache.org/manual/develop.html</a></li>
</ul>
-
-
</body>
</html>
|