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/11/10 15:39:14 UTC

svn commit: r473355 - in /webservices/axis2/branches/java/1_1/modules/samples: databinding/ faulthandling/ googlespellcheck/ jms/ mtom/ pojo/ pojoguide/ pojoguidespring/ servicelifecycle/ soapwithattachments/ userguide/ version/ yahoorestsearch/

Author: chatra
Date: Fri Nov 10 06:39:13 2006
New Revision: 473355

URL: http://svn.apache.org/viewvc?view=rev&rev=473355
Log:
added templates to incomplete README.txt and improved on consistency with all the rest

Added:
    webservices/axis2/branches/java/1_1/modules/samples/pojoguide/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/pojoguidespring/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/userguide/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/version/README.txt
Modified:
    webservices/axis2/branches/java/1_1/modules/samples/databinding/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/faulthandling/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/jms/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/yahoorestsearch/README.txt

Modified: webservices/axis2/branches/java/1_1/modules/samples/databinding/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/databinding/README.txt?view=diff&rev=473355&r1=473354&r2=473355
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/databinding/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/databinding/README.txt Fri Nov 10 06:39:13 2006
@@ -59,3 +59,8 @@
 - Get StAX events from the castor objects and construct OMElements from them. Those StAX events
   are fed into StAXOMBuilder which can create OM tree from it.
 - Feed those OMElement in to generated code.
+
+Help
+====
+Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.
+

Modified: webservices/axis2/branches/java/1_1/modules/samples/faulthandling/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/faulthandling/README.txt?view=diff&rev=473355&r1=473354&r2=473355
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/faulthandling/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/faulthandling/README.txt Fri Nov 10 06:39:13 2006
@@ -40,4 +40,8 @@
 
 Advanced Guide
 ==============
-For more details kindly see doc/FaultHandlingSampleGuide.html
\ No newline at end of file
+For more details kindly see doc/FaultHandlingSampleGuide.html
+
+Help
+====
+Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.

Modified: webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt?view=diff&rev=473355&r1=473354&r2=473355
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/googlespellcheck/README.txt Fri Nov 10 06:39:13 2006
@@ -29,6 +29,11 @@
 an error. Therefore, if the spell check editor just outputs the input words/phrase, that is because
 of this behavior of the SimplifiedSpellCheck service.
 
+Help
+====
+Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.
+
+
 
 
 

Modified: webservices/axis2/branches/java/1_1/modules/samples/jms/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/jms/README.txt?view=diff&rev=473355&r1=473354&r2=473355
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/jms/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/jms/README.txt Fri Nov 10 06:39:13 2006
@@ -0,0 +1,25 @@
+Sample: JMS
+===========
+
+Introduction
+============
+
+
+Pre-Requisites
+==============
+
+Apache Ant 1.6.2 or later
+
+Building the Service
+====================
+
+Type "ant" from Axis2_HOME/samples/jms directory.
+
+
+Running the Client
+==================
+
+
+Help
+====
+Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.
\ No newline at end of file

Modified: webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt?view=diff&rev=473355&r1=473354&r2=473355
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt Fri Nov 10 06:39:13 2006
@@ -14,11 +14,11 @@
 
 Running the Sample:
 ===================
-1. Use ant generate.service or just ant command in the AXIS2_DIST/sample/mtom/ to build the service.
-2. Generated service gets copied to the AXIS2_DIST/repository/services automatically.
-3. Run the AXIS2_DIST/bin/axis2server.{sh.bat} to start the standalone axis2 server. (Alternatively
+1. Use ant generate.service or just ant command in the Axis2_HOME/sample/mtom/ to build the service.
+2. Generated service gets copied to the Axis2_HOME/repository/services automatically.
+3. Run the Axis2_HOME/bin/axis2server.{sh.bat} to start the standalone axis2 server. (Alternatively
   you can drop the sample to the services directory of a Axis2 server running in a servlet container)
-4. Use ant run.client -Dfile "file to be send" -Ddest "destination file name" > to build and run the
+4. Use ant run.client -Dfile "file to be send" -Ddest "destination file name" to build and run the
  client.
 
 

Modified: webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt?view=diff&rev=473355&r1=473354&r2=473355
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt Fri Nov 10 06:39:13 2006
@@ -48,6 +48,10 @@
 To generate the stub, compile and run, type
 $ant adb.client -Dwsdl=http://<yourhost>:<yourport>/axis2/services/AddressBookService?wsdl
 
+Help
+====
+Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.
+
 
 
 

Added: webservices/axis2/branches/java/1_1/modules/samples/pojoguide/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/pojoguide/README.txt?view=auto&rev=473355
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/pojoguide/README.txt (added)
+++ webservices/axis2/branches/java/1_1/modules/samples/pojoguide/README.txt Fri Nov 10 06:39:13 2006
@@ -0,0 +1,25 @@
+POJO Web Services using Apache Axis2- Sample 1
+=============================================
+
+Introduction
+============
+
+
+Pre-Requisites
+==============
+
+Apache Ant 1.6.2 or later
+
+Building the Service
+====================
+
+Type "ant" from Axis2_HOME/samples/pojoguide directory.
+
+
+Running the Client
+==================
+
+
+Help
+====
+Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.
\ No newline at end of file

Added: 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=auto&rev=473355
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/pojoguidespring/README.txt (added)
+++ webservices/axis2/branches/java/1_1/modules/samples/pojoguidespring/README.txt Fri Nov 10 06:39:13 2006
@@ -0,0 +1,25 @@
+POJO Web Services using Apache Axis2- Sample 2
+==============================================
+
+Introduction
+============
+
+
+Pre-Requisites
+==============
+
+Apache Ant 1.6.2 or later
+
+Building the Service
+====================
+
+Type "ant" from Axis2_HOME/samples/pojoguidespring directory.
+
+
+Running the Client
+==================
+
+
+Help
+====
+Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.
\ No newline at end of file

Modified: webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/README.txt?view=diff&rev=473355&r1=473354&r2=473355
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/README.txt Fri Nov 10 06:39:13 2006
@@ -1,34 +1,45 @@
 Sample: ServiceLifeCycle
-=========================================================
+=========================
 
 Introduction:
 ============
 
-This sample demonstrate usage of service lifecycle and bit of session managment. The main idea is to show where and how do you use service lifecycle interface and session related methods. 
+This sample demonstrate usage of service lifecycle and bit of session managment. 
+The main idea is to show where and how do you use service lifecycle interface and 
+session related methods. 
 
 
 Prerequisites
 =============
 Apache Ant 1.6.2 or later
-If you want to access the service in REST manner you have to deploy the service in tocat like application server. And it will not work in SimpleHttpServer.
 
+If you want to access the service in REST manner you have to deploy the service in 
+application server such as Apache Tomcat. Note that it will not work with axis2server.
 
-Running the Sample:
-===================
 
-Deploying the sevrice  : 
-  Deploy into tomcat :
-     to build and copy the service arcive file into tomcat just run  copy.to.tomcat goal which will copy the aar file into
+
+Deploying the Sevrice
+===================== 
+
+Deploy into Sample repository:
+    
+ * Type ant generate.service or simply ant from Axis2_HOME/samples/servicelifecycle
+
+Deploy into Tomcat :
+     
+ * To build and copy the service archive file into Tomcat, type ant copy.to.tomcat from 
+Axis2_HOME/samples/servicelifecycle which will copy the aar file into
 tomcat/web-app/axis2/WEB-INF/services directory.
-   Deploy into Sample repositor
-      run ant generate.service
 
-Running the client :
-invoke
-ant run.client
+Running the Client
+==================
+Type ant run.client from Axis2_HOME/samples/servicelifecycle.
 
 And then follow the instructions as mentioned in the console.
 
+Advanced Guide
+==============
+For more details kindly see doc/servicelifecycleguide.html
 
 Help
 ====

Modified: webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/README.txt?view=diff&rev=473355&r1=473354&r2=473355
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/README.txt Fri Nov 10 06:39:13 2006
@@ -1,53 +1,58 @@
-Sample for SOAP with Attachments
-================================
-
-Introduction
-============
-This sample demonstrates the capabilities and power of SOAP with Attachment support and the
-Attachment API of AXIS2. More information about Axis2 attachment implementation can be found at 
-http://ws.apache.org/axis2/1_1/mtom-guide.html. 
-
-This sample includes a service and a client which can be used to upload a file to the server using 
-SOAP message containing a SOAP with Attachment type binary attachment. The service is written and 
-deployed using the RCPMessageReceiver and a POJO(Plain Old Java Object). The POJO service class uses 
-the Attachment API of the MessageContext to retrieve the received attachment.The client program is 
-written using the OperationClient API of Axis2 together with the Attachment API of MessageContext.
-
-
-Objectives
-==========
-
-    * Writing a POJO (Plain Old Java Object) based service to access attachments.
-    * Implement a Axis2 OperationClient based Web Service client to invoke the service with SOAP 
-    with Attachment type attachments.
-    * Invoke the deployed service.
-
-
-Running the Sample:
-===================
-The files belonging to this sample are contained in the samples/soapwithattachments folder of the 
-extracted Axis2 binary distribution, which will be called here after as SWA_SAMPLE_DIR. The 
-location of the extracted binary distribution will be refered as AXIS2_DIST. There is a 
-"build.xml" Ant script in the SWA_SAMPLE_DIR that contains build targets for building the service 
-archive and running the client application - all described in steps below. 
-
-1. Generate the service
-Use "ant generate.service" command in the SWA_SAMPLE_DIR to build the service. Generated service 
-will automatically gets copied in to the AXIS2_DIST/repository/services directory. Source file 
-ralating to this service can be found at 
-SWA_SAMPLE_DIR/src/sample/soapwithattachments/service/AttachmentService.java. The services.xml used
-when building this service can be found at SWA_SAMPLE_DIR/resources directory. 
-
-2. Deploy the service
-Run the AXIS2_DIST/bin/axis2server.{sh.bat} script to start the standalone axis2 server. This server 
-will deploy all the srvices available at AXIS2_DIST/repository/services directoryt. Alternatively you
-can drop the sample-swa.aar service archive to the services directory of a running Axis2 servlet)
-
-3. Running the client
-Use "ant run.client -Dfile <file to be send> -Ddest <destination file name>" command in the 
-SWA_SAMPLE_DIR to build and run the client. Source file ralating to the client can be found at 
-SWA_SAMPLE_DIR/src/sample/soapwithattachments/client/SWAClient.java.
-
-
-Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.
-
+Sample: SOAP with Attachments
+================================
+
+Introduction
+============
+This sample demonstrates the capabilities and power of SOAP with Attachment support and the
+Attachment API of AXIS2. More information about Axis2 attachment implementation can be found at 
+http://ws.apache.org/axis2/1_1/mtom-guide.html. 
+
+This sample includes a service and a client which can be used to upload a file to the server using 
+SOAP message containing a SOAP with Attachment type binary attachment. The service is written and 
+deployed using the RCPMessageReceiver and a POJO(Plain Old Java Object). The POJO service class uses 
+the Attachment API of the MessageContext to retrieve the received attachment.The client program is 
+written using the OperationClient API of Axis2 together with the Attachment API of MessageContext.
+
+
+Objectives
+==========
+
+ * Writing a POJO (Plain Old Java Object) based service to access attachments.
+ * Implement a Axis2 OperationClient based Web Service client to invoke the service with SOAP 
+   with Attachment type attachments.
+    * Invoke the deployed service.
+
+Prerequisites
+=============
+Install Apache Ant 1.6.2 or later
+
+
+Running the Sample:
+===================
+The files belonging to this sample are contained in the samples/soapwithattachments folder of the 
+extracted Axis2 binary distribution, which will be called here after as SWA_SAMPLE_DIR. The 
+location of the extracted binary distribution will be refered as AXIS2_DIST. There is a 
+"build.xml" Ant script in the SWA_SAMPLE_DIR that contains build targets for building the service 
+archive and running the client application - all described in steps below. 
+
+1. Generate the service
+Use "ant generate.service" command in the SWA_SAMPLE_DIR to build the service. Generated service 
+will automatically gets copied in to the AXIS2_DIST/repository/services directory. Source file 
+ralating to this service can be found at 
+SWA_SAMPLE_DIR/src/sample/soapwithattachments/service/AttachmentService.java. The services.xml used
+when building this service can be found at SWA_SAMPLE_DIR/resources directory. 
+
+2. Deploy the service
+Run the AXIS2_DIST/bin/axis2server.{sh.bat} script to start the standalone axis2 server. This server 
+will deploy all the srvices available at AXIS2_DIST/repository/services directoryt. Alternatively you
+can drop the sample-swa.aar service archive to the services directory of a running Axis2 servlet)
+
+3. Running the client
+Use "ant run.client -Dfile <file to be send> -Ddest <destination file name>" command in the 
+SWA_SAMPLE_DIR to build and run the client. Source file ralating to the client can be found at 
+SWA_SAMPLE_DIR/src/sample/soapwithattachments/client/SWAClient.java.
+
+Help
+====
+Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.
+

Added: webservices/axis2/branches/java/1_1/modules/samples/userguide/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/userguide/README.txt?view=auto&rev=473355
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/userguide/README.txt (added)
+++ webservices/axis2/branches/java/1_1/modules/samples/userguide/README.txt Fri Nov 10 06:39:13 2006
@@ -0,0 +1,25 @@
+Axis2 User's Guide Sample
+===================
+
+Introduction
+============
+
+
+Pre-Requisites
+==============
+
+Apache Ant 1.6.2 or later
+
+Building the Service
+====================
+
+Type "ant" from Axis2_HOME/samples/userguide directory.
+
+
+Running the Client
+==================
+
+
+Help
+====
+Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.
\ No newline at end of file

Added: webservices/axis2/branches/java/1_1/modules/samples/version/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/version/README.txt?view=auto&rev=473355
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/version/README.txt (added)
+++ webservices/axis2/branches/java/1_1/modules/samples/version/README.txt Fri Nov 10 06:39:13 2006
@@ -0,0 +1,25 @@
+Sample: Version
+===============
+
+Introduction
+============
+
+
+Pre-Requisites
+==============
+
+Apache Ant 1.6.2 or later
+
+Building the Service
+====================
+
+Type "ant" from Axis2_HOME/samples/version directory.
+
+
+Running the Client
+==================
+
+
+Help
+====
+Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.
\ No newline at end of file

Modified: webservices/axis2/branches/java/1_1/modules/samples/yahoorestsearch/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/yahoorestsearch/README.txt?view=diff&rev=473355&r1=473354&r2=473355
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/yahoorestsearch/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/yahoorestsearch/README.txt Fri Nov 10 06:39:13 2006
@@ -19,3 +19,7 @@
 ==================
 
 Type "ant" from Axis2_HOME/samples/yahoorestsearch directory.
+
+Help
+====
+Please contact axis-user list (axis-user@ws.apache.org) if you have any trouble running the sample.



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