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/04 13:38:51 UTC

svn commit: r452851 - in /webservices/axis2/trunk/java/xdocs/1_1: userguide-new.html webadminguide.html

Author: chatra
Date: Wed Oct  4 04:38:50 2006
New Revision: 452851

URL: http://svn.apache.org/viewvc?view=rev&rev=452851
Log:
more updates

Modified:
    webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html
    webservices/axis2/trunk/java/xdocs/1_1/webadminguide.html

Modified: webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html?view=diff&rev=452851&r1=452850&r2=452851
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html Wed Oct  4 04:38:50 2006
@@ -209,9 +209,9 @@
   </li>
 </ol>
 
-<p>The complete code of the example Web service -MyService which will be used
-in this exercise is found in the "Axis2_HOME/samples/userguide/src" directory
-under "userguide/example1" package.</p>
+<p>The complete code of the example Web service - MyService which will be
+used in this exercise is found in the "Axis2_HOME/samples/userguide/src"
+directory under "userguide/example1" package.</p>
 
 <h3><a name="Writing_Web_Services_Using Axis2's_Primary_APIs">1. Writing Web
 Services Using Axis2's Primary APIs</a></h3>

Modified: webservices/axis2/trunk/java/xdocs/1_1/webadminguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/webadminguide.html?view=diff&rev=452851&r1=452850&r2=452851
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/webadminguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/webadminguide.html Wed Oct  4 04:38:50 2006
@@ -167,12 +167,12 @@
 <p>The functionality of the 'Available Services' option is almost same as the
 functionality of Axis2 Web Application Home page 'Services' option where it
 displays a list of deployed services and their operations. But as an
-additional feature, the 'Available Services' page will list details of modules
-that are engaged to the deployed services and their operations on a global,
-service or on an operation level.</p>
+additional feature, the 'Available Services' page will list details of
+modules that are engaged to the deployed services and their operations on a
+global, service or on an operation level.</p>
 
-<p>Using the 'Disengange' link one can disengange the corresponding module,
-as long as the module is not globally engaged (enganged to all services and
+<p>Using the 'Disengage' link one can disengage the corresponding module, as
+long as the module is not globally engaged (engaged to all services and
 operations).</p>
 
 <p>Click on a specific service and it will give you the WSDL file of that
@@ -188,8 +188,9 @@
 
 <h3>Available Service Groups</h3>
 
-<p>Service group is a logical collection of related services and the 'Available
-Service Groups' link will list all the available service groups in the system.</p>
+<p>Service group is a logical collection of related services and the
+'Available Service Groups' link will list all the available service groups in
+the system.</p>
 
 <p align="center"><img alt="" src="images/servicegroups.jpg"></p>
 <a name="avmodules"></a>
@@ -213,8 +214,8 @@
 
 <h3>Available Phases</h3>
 
-<p>The 'Available Phases' link will display all the available phases. In Axis2
-there are two levels of phases:</p>
+<p>The 'Available Phases' link will display all the available phases. In
+Axis2 there are two levels of phases:</p>
 <ul>
   <li>System predefined phases (not allowed to be changed)</li>
   <li>User defined phases</li>
@@ -238,8 +239,8 @@
 inside the phases depending on both phase and handler orders. This kind of
 information is extremely useful in debugging the system, as there is no other
 way to list out handlers in the global chains. If you engage a new module,
-the new handlers will be added to the global chains and will be displayed on this
-page.</p>
+the new handlers will be added to the global chains and will be displayed on
+this page.</p>
 
 <p align="center"><img alt="" src="images/globalchain.jpg"></p>
 <br>
@@ -255,9 +256,9 @@
 <br>
 
 
-<p>Select service of which service handlers you wish to view from the list box,
-and click on the 'View' button to view handlers. The page below shows service
-handlers of service <em>version</em></p>
+<p>Select service of which service handlers you wish to view from the list
+box, and click on the 'View' button to view handlers. The page below shows
+service handlers of service <em>version</em></p>
 
 <p align="center"><img alt="" src="images/serviceHandlers.jpg"></p>
 <br>
@@ -265,11 +266,12 @@
 
 <h3>Engaging Modules</h3>
 
-<p>The 'Engaging Modules' link allows to engage modules either globally (to all
-services), to a service group, to a service or to an operation depending on
-the module implementation. If the module was designed to engage the handlers
-globally then handlers in the module can be included in any phase in the
-system. It can be either a system predefined phase or a user defined phase.</p>
+<p>The 'Engaging Modules' link allows to engage modules either globally (to
+all services), to a service group, to a service or to an operation depending
+on the module implementation. If the module was designed to engage the
+handlers globally then handlers in the module can be included in any phase in
+the system. It can be either a system predefined phase or a user defined
+phase.</p>
 
 <p>On the other hand, if the module was implemented in such a way that it is
 going to be deployed to a service or to an operation, then the module cannot
@@ -286,10 +288,10 @@
 
 <h3>Inactivate Service</h3>
 
-<p>The 'Inactivate Service' link under 'Services' list will lead to the page below.
-Inactivate service functionality provide a way to remove unnecessary services
-from the running system, but the removal is transient which means if you
-restart the system the service will be available.</p>
+<p>The 'Inactivate Service' link under 'Services' list will lead to the page
+below. Inactivate service functionality provide a way to remove unnecessary
+services from the running system, but the removal is transient which means if
+you restart the system the service will be available.</p>
 
 <p>To inactivate service, select service from list box, tick 'Inactivate
 service' check box, then click on 'Inactivate' button. 'Clear' button will
@@ -301,10 +303,10 @@
 
 <h3>Activate Service</h3>
 
-<p>The 'Activate Service' link under 'Services' list will lead to the page below.
-Activate service functionality provides a way to activate services while the
-system is running, but the activation is transient which means if you restart
-the system the service will be inactive.</p>
+<p>The 'Activate Service' link under 'Services' list will lead to the page
+below. Activate service functionality provides a way to activate services
+while the system is running, but the activation is transient which means if
+you restart the system the service will be inactive.</p>
 
 <p>To activate service, select service from list box, tick 'Activate Service'
 check box, then click on 'Activate' button. 'Clear' button will clear the
@@ -320,9 +322,10 @@
 operations. These changes will be transient too, which means if you restart
 the system changes will not be reflected.</p>
 
-<p>The 'Edit Parameters' link under the 'Services' list on the navigation bar will
-link to the page where you can select services to edit Parameters. Once the service is
-selected click on the 'Edit Parameters' button. This will lead to the page below.</p>
+<p>The 'Edit Parameters' link under the 'Services' list on the navigation bar
+will link to the page where you can select services to edit Parameters. Once
+the service is selected click on the 'Edit Parameters' button. This will lead
+to the page below.</p>
 
 <p align="center"><img alt="" src="images/editserviecpara.jpg"></p>
 



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