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 ro...@apache.org on 2006/09/18 18:21:02 UTC

svn commit: r447455 - /webservices/axis2/trunk/java/xdocs/latest/spring.html

Author: robertlazarski
Date: Mon Sep 18 09:20:59 2006
New Revision: 447455

URL: http://svn.apache.org/viewvc?view=rev&rev=447455
Log:
Minor cleanup

Modified:
    webservices/axis2/trunk/java/xdocs/latest/spring.html

Modified: webservices/axis2/trunk/java/xdocs/latest/spring.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/latest/spring.html?view=diff&rev=447455&r1=447454&r2=447455
==============================================================================
--- webservices/axis2/trunk/java/xdocs/latest/spring.html (original)
+++ webservices/axis2/trunk/java/xdocs/latest/spring.html Mon Sep 18 09:20:59 2006
@@ -338,7 +338,8 @@
   <li><strong><a name="262"></a>The Spring inside an AAR init class</strong></li>
 </ul>
 <p>One way to initialize Spring is to use the org.apache.axis2.engine.Service. IMPORTANT: this interface at the
-time of this writing is being discussed for refactoring. We'll update the Spring docs ASAP, just be aware that this interface name perhaps will change, though the functionality will be probably be in place somewhere. The 
+time of this writing is being discussed for refactoring. We'll update the Spring docs ASAP, just be aware that 
+this interface name perhaps will change, though the functionality will be probably be in place somewhere. The 
 important part for us is the startUp() method and setting Spring to use the Service classloader: </p>
 
 <source><pre>package spring;
@@ -399,7 +400,7 @@
 &lt;serviceGroup&gt;
   &lt;service name="SpringInit"&gt;
     &lt;description&gt;
-        This is a sample Web Service with two operations,echo and ping.
+        This is a spring sample Web Service with two operations.
     &lt;/description&gt;
     &lt;parameter name="ServiceClass" locked="false"&gt;spring.SpringInit&lt;/parameter&gt;
     &lt;parameter name="load-on-startup" locked="false"&gt;true&lt;/parameter&gt;



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