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/11 07:16:37 UTC

svn commit: r473649 - in /webservices/axis2/branches/java/1_1/modules/samples: pojoguide/README.txt quickstart/README.txt quickstartadb/README.txt quickstartaxiom/README.txt quickstartxmlbeans/README.txt

Author: chatra
Date: Fri Nov 10 22:16:37 2006
New Revision: 473649

URL: http://svn.apache.org/viewvc?view=rev&rev=473649
Log:
added templates for README.txt documents for the quick start guide samples

Added:
    webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/quickstartadb/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/quickstartaxiom/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/quickstartxmlbeans/README.txt
Modified:
    webservices/axis2/branches/java/1_1/modules/samples/pojoguide/README.txt

Modified: 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=diff&rev=473649&r1=473648&r2=473649
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/pojoguide/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/pojoguide/README.txt Fri Nov 10 22:16:37 2006
@@ -2,8 +2,12 @@
 =============================================
 
 Introduction
+============
 
-This sample shows how to how to expose a Java class as a web service.  The WeatherService Java class provides methods to get and set a Weather type Java objects.  The client uses RPCServiceClient to invoke those two methods just like Java object method invocations.
+This sample shows how to expose a Java class as a web service.  
+The WeatherService Java class provides methods to get and set a Weather 
+type Java objects. The client uses RPCServiceClient to invoke those two 
+methods just as Java object method invocation.
 
 Pre-Requisites
 ==============

Added: webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt?view=auto&rev=473649
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt (added)
+++ webservices/axis2/branches/java/1_1/modules/samples/quickstart/README.txt Fri Nov 10 22:16:37 2006
@@ -0,0 +1,25 @@
+Axis2 Quick Start Guide- Sample 1
+=================================
+
+Introduction
+============
+
+
+Pre-Requisites
+==============
+
+Apache Ant 1.6.2 or later
+
+Building the Service
+====================
+
+Type "ant" from Axis2_HOME/samples/quickstart 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/quickstartadb/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/quickstartadb/README.txt?view=auto&rev=473649
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/quickstartadb/README.txt (added)
+++ webservices/axis2/branches/java/1_1/modules/samples/quickstartadb/README.txt Fri Nov 10 22:16:37 2006
@@ -0,0 +1,25 @@
+Axis2 Quick Start Guide- Sample 2 (ADB)
+======================================
+
+Introduction
+============
+
+
+Pre-Requisites
+==============
+
+Apache Ant 1.6.2 or later
+
+Building the Service
+====================
+
+Type "ant" from Axis2_HOME/samples/quickstartadb 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/quickstartaxiom/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/quickstartaxiom/README.txt?view=auto&rev=473649
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/quickstartaxiom/README.txt (added)
+++ webservices/axis2/branches/java/1_1/modules/samples/quickstartaxiom/README.txt Fri Nov 10 22:16:37 2006
@@ -0,0 +1,25 @@
+Axis2 Quick Start Guide - Sample 3 (AXIOM)
+==========================================
+
+Introduction
+============
+
+
+Pre-Requisites
+==============
+
+Apache Ant 1.6.2 or later
+
+Building the Service
+====================
+
+Type "ant" from Axis2_HOME/samples/quickstartaxiom 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/quickstartxmlbeans/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/quickstartxmlbeans/README.txt?view=auto&rev=473649
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/quickstartxmlbeans/README.txt (added)
+++ webservices/axis2/branches/java/1_1/modules/samples/quickstartxmlbeans/README.txt Fri Nov 10 22:16:37 2006
@@ -0,0 +1,25 @@
+Axis2 Quick Start Guide- Sample 4 (XML Beans)
+============================================
+
+Introduction
+============
+
+
+Pre-Requisites
+==============
+
+Apache Ant 1.6.2 or later
+
+Building the Service
+====================
+
+Type "ant" from Axis2_HOME/samples/quickstartxmlbeans 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



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