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/11/12 08:38:39 UTC

svn commit: r473899 - /webservices/axis2/branches/java/1_1/modules/samples/pojoguidespring/README.txt

Author: chatra
Date: Sat Nov 11 23:38:39 2006
New Revision: 473899

URL: http://svn.apache.org/viewvc?view=rev&rev=473899
Log:
improved consistency

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/pojoguidespring/README.txt

Modified: webservices/axis2/branches/java/1_1/modules/samples/pojoguidespring/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/pojoguidespring/README.txt?view=diff&rev=473899&r1=473898&r2=473899
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/pojoguidespring/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/pojoguidespring/README.txt Sat Nov 11 23:38:39 2006
@@ -11,7 +11,9 @@
 Introduction
 ============
 
-This sample shows how to expose the getters and setters of WeatherSpringService that takes Weather type Java Object as the argument and the return type. It uses the Spring framework to initialize the weather property of the WeatherSpringService.
+This sample shows how to expose the getters and setters of WeatherSpringService that 
+takes Weather type Java Object as the argument and the return type. It uses the Spring 
+framework to initialize the weather property of the WeatherSpringService.
 
 
 Pre-Requisites
@@ -20,17 +22,18 @@
 Apache Ant 1.6.2 or later
 
 Spring-1.2.6.jar or later 
-You need to have this jar in your build and runtime class path. The easiest way to do this is to copy it to AXIS2HOME/lib directory.
+You need to have this jar in your build and runtime class path. The easiest way to do this 
+is to copy it to Axis2_HOME/lib directory.
 
 Building the Service
 ====================
 
-Type: $ant
+Type $ant from Axis2_HOME/samples/pojoguidespring
 
 
 Running the Client
 ==================
-Type: $ant rpc.client
+Type $ant rpc.client from from Axis2_HOME/samples/pojoguidespring
 
 Help
 ====



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