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/16 11:57:24 UTC

svn commit: r464434 - in /webservices/axis2/branches/java/1_1/modules/samples/script: SGCCalculator/readme.html amazonQS/README.txt googleSearch/README.txt googleSpellcheck/README.txt yahooRESTSearch/README.txt

Author: chatra
Date: Mon Oct 16 02:57:20 2006
New Revision: 464434

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

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/script/SGCCalculator/readme.html
    webservices/axis2/branches/java/1_1/modules/samples/script/amazonQS/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/script/googleSearch/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/script/googleSpellcheck/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/script/yahooRESTSearch/README.txt

Modified: webservices/axis2/branches/java/1_1/modules/samples/script/SGCCalculator/readme.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/script/SGCCalculator/readme.html?view=diff&rev=464434&r1=464433&r2=464434
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/script/SGCCalculator/readme.html (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/script/SGCCalculator/readme.html Mon Oct 16 02:57:20 2006
@@ -1,86 +1,129 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
-	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252">
-	<TITLE></TITLE>
-	<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.4  (Win32)">
-	<META NAME="AUTHOR" CONTENT="Chamikara Jayalath">
-	<META NAME="CREATED" CONTENT="20050923;21203268">
-	<META NAME="CHANGEDBY" CONTENT="Chamikara Jayalath">
-	<META NAME="CHANGED" CONTENT="20050923;22064610">
-</HEAD>
-<BODY LANG="en-US" DIR="LTR">
-<H2><U><B>Sample application to demonstrate the functionality of
-service groups</B></U></H2>
-<P>Service Groups are a brand new concept introduced by Axis2. With
-Service Groups, users can group several services together. This
-concept gives two main advantages to users.</P>
-<OL>
-	<LI><P>Several related sevices can be easily managed and deployed.</P>
-	<LI><P>Can share information between different services of the same
-	Servie Group at run time.</P>
-</OL>
-<P>This sample application demonstrate how you can create a service
-group and how you can use the functionalities offered by axis2 to
-share information between services of the same group at runtime.</P>
-<P><BR><BR>
-</P>
-<P><U>The idea</U></P>
-<P STYLE="text-decoration: none">The ides behind the sample is pretty
-simple. We have developed a Calculator service group with three
-services AddService, SubstractService and MultiplyService. Each
-service has two operations. For e.g. AddServices has a 'add'
-operation and a 'addPrevious' operation.  
-</P>
-<P STYLE="text-decoration: none">The 'add' operation is used to add
-two integers and produce a result. When a operation is run the result
-will be saved in the current ServiceGroupContext which is the Context
-that has to be used to share information between services of the same
-service group.</P>
-<P STYLE="text-decoration: none">When the addPrevious operation is
-run (which takes a single integer as the parameter) the saved value
-of the last operation will be added to the integer valus that comes
-as a parameter.</P>
-<P STYLE="text-decoration: none">You can even call operations of the
-other two services. These services can also use the value saved from
-the previous operation.</P>
-<P STYLE="text-decoration: none">You can use the client class
-provided to run this in a interactive manner.</P>
-<P><U>How to run the sample</U></P>
-<P>Please run axis2 and deploy the provided Calculator.aar service by
-simply droping it to the Axis2_webapp/WEB-INF/services directory (see
-axis user guide for more details).</P>
-<P>Run the run.bat file.</P>
-<P>You will see the following screen.</P>
-<P><BR><BR>
-</P>
-<P><IMG SRC="images/image1.JPG" NAME="Graphic1" ALIGN=LEFT WIDTH=701 HEIGHT=168 BORDER=0><BR CLEAR=LEFT><BR><BR>
-</P>
-<P>Select 'n' to start a new round.</P>
-<P><BR><BR>
-</P>
-<P><IMG SRC="images/image2.JPG" NAME="Graphic2" ALIGN=LEFT WIDTH=701 HEIGHT=211 BORDER=0><BR CLEAR=LEFT><BR><BR>
-</P>
-<P>Now select the service. + for AddService, - for SubstractService,
-* for MultiplyService. And press enter. 
-</P>
-<P>Enter the two parameters.</P>
-<P>You will see the result.</P>
-<P><BR><BR>
-</P>
-<P><IMG SRC="images/image3.JPG" NAME="Graphic3" ALIGN=LEFT WIDTH=701 HEIGHT=231 BORDER=0><BR CLEAR=LEFT><BR><BR>
-</P>
-<P>Now select the option 'c' to continue the round. Select the
-operation. You have to give a single parameter and press enter.</P>
-<P>The result will be generated using the entered valus and the
-result of the previous operation (which is obtained from the
-ServiceGroupContext).</P>
-<P><BR><BR>
-</P>
-<P><IMG SRC="images/image4.JPG" NAME="Graphic4" ALIGN=LEFT WIDTH=701 HEIGHT=307 BORDER=0><BR CLEAR=LEFT><BR><BR>
-</P>
-<P>You can continue this interactively any number of times.</P>
-<P><BR><BR>
-</P>
-</BODY>
-</HTML>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=windows-1252">
+  <title></title>
+  <meta name="AUTHOR" content="Chamikara Jayalath">
+  <meta name="CREATED" content="20050923;21203268">
+  <meta name="CHANGEDBY" content="Chamikara Jayalath">
+  <meta name="CHANGED" content="20050923;22064610">
+</head>
+
+<body lang="en-US" dir="ltr">
+<h2>Sample Application to Demonstrate the Functionality of Service
+Groups</h2>
+
+<p>Service Groups are a brand new concept introduced by Axis2. With Service
+Groups, users can group several services together. This concept gives two
+main advantages to users.</p>
+<ol>
+  <li><p>Several related sevices can be easily managed and deployed.</p>
+  </li>
+  <li><p>Can share information between different services of the same Servie
+    Group at run time.</p>
+  </li>
+</ol>
+
+<p>This sample application demonstrate how you can create a service group and
+how you can use the functionalities offered by axis2 to share information
+between services of the same group at runtime.</p>
+
+<p><br>
+<br>
+</p>
+
+<p><u>The idea</u></p>
+
+<p style="text-decoration: none">The ides behind the sample is pretty simple.
+We have developed a Calculator service group with three services AddService,
+SubstractService and MultiplyService. Each service has two operations. For
+e.g. AddServices has a 'add' operation and a 'addPrevious' operation.</p>
+
+<p style="text-decoration: none">The 'add' operation is used to add two
+integers and produce a result. When a operation is run the result will be
+saved in the current ServiceGroupContext which is the Context that has to be
+used to share information between services of the same service group.</p>
+
+<p style="text-decoration: none">When the addPrevious operation is run (which
+takes a single integer as the parameter) the saved value of the last
+operation will be added to the integer valus that comes as a parameter.</p>
+
+<p style="text-decoration: none">You can even call operations of the other
+two services. These services can also use the value saved from the previous
+operation.</p>
+
+<p style="text-decoration: none">You can use the client class provided to run
+this in a interactive manner.</p>
+
+<p><u>How to run the sample</u></p>
+
+<p>Please run axis2 and deploy the provided Calculator.aar service by simply
+droping it to the Axis2_webapp/WEB-INF/services directory (see axis user
+guide for more details).</p>
+
+<p>Run the run.bat file.</p>
+
+<p>You will see the following screen.</p>
+
+<p><br>
+<br>
+</p>
+
+<p><img src="images/image1.JPG" name="Graphic1" align="left" width="701"
+height="168" border="0"><br clear="left">
+<br>
+<br>
+</p>
+
+<p>Select 'n' to start a new round.</p>
+
+<p><br>
+<br>
+</p>
+
+<p><img src="images/image2.JPG" name="Graphic2" align="left" width="701"
+height="211" border="0"><br clear="left">
+<br>
+<br>
+</p>
+
+<p>Now select the service. + for AddService, - for SubstractService, * for
+MultiplyService. And press enter.</p>
+
+<p>Enter the two parameters.</p>
+
+<p>You will see the result.</p>
+
+<p><br>
+<br>
+</p>
+
+<p><img src="images/image3.JPG" name="Graphic3" align="left" width="701"
+height="231" border="0"><br clear="left">
+<br>
+<br>
+</p>
+
+<p>Now select the option 'c' to continue the round. Select the operation. You
+have to give a single parameter and press enter.</p>
+
+<p>The result will be generated using the entered valus and the result of the
+previous operation (which is obtained from the ServiceGroupContext).</p>
+
+<p><br>
+<br>
+</p>
+
+<p><img src="images/image4.JPG" name="Graphic4" align="left" width="701"
+height="307" border="0"><br clear="left">
+<br>
+<br>
+</p>
+
+<p>You can continue this interactively any number of times.</p>
+
+<p><br>
+<br>
+</p>
+</body>
+</html>

Modified: webservices/axis2/branches/java/1_1/modules/samples/script/amazonQS/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/script/amazonQS/README.txt?view=diff&rev=464434&r1=464433&r2=464434
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/script/amazonQS/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/script/amazonQS/README.txt Mon Oct 16 02:57:20 2006
@@ -1,18 +1,19 @@
-Sample for Amazon Simple Queuing Service
-========================================
-
-Running the Sample:
--------------------
-
-First way, Type <ant> command to run the sample. Here, Out operations GUI pop-up
-first, Once you closed it, In operations GUI will be poped-up.
-
-Second way is the scrip files. Use run.sh or run.bat to run the sample pertaining
-to the system you are using.
-
-Help:
------
-
-Please refer to the sample help page for more details
-
-
+Sample for Amazon Simple Queuing Service
+========================================
+
+Running the Sample:
+-------------------
+There are two methods to run the sample
+
+1. Type <ant> command to run the sample. Here, Out operations GUI pops-up
+first. Once you've closed it, In operations GUI will pop-up.
+
+2. Using the scrip files. Use run.sh or run.bat to run the sample pertaining
+to the system you are using.
+
+Help:
+-----
+
+Please refer to the sample help page at "AXIS2_HOME\modules\samples\xdocs\amazonQS" for more details
+
+

Modified: webservices/axis2/branches/java/1_1/modules/samples/script/googleSearch/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/script/googleSearch/README.txt?view=diff&rev=464434&r1=464433&r2=464434
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/script/googleSearch/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/script/googleSearch/README.txt Mon Oct 16 02:57:20 2006
@@ -1,15 +1,16 @@
-Sample for Google - Search - API
-========================================
-
-Running the Sample:
--------------------
-
-First way, Type <ant> command to run the sample.
-
-Second way is the scrip files. Use run.sh or run.bat to run the sample pertaining
-to the system you are using.
-
-Help:
------
-
-Please refer to the sample help page for more details
\ No newline at end of file
+Sample for Google - Search - API
+========================================
+
+Running the Sample:
+-------------------
+There are two methods to run the sample.
+
+1. Type <ant> command
+
+2. Uing the scrip files. Use run.sh or run.bat to run the sample pertaining
+to the system you are using.
+
+Help:
+-----
+
+Please refer to the sample help page at "AXIS2_HOME\modules\samples\xdocs\googleSearch" for more details
\ No newline at end of file

Modified: webservices/axis2/branches/java/1_1/modules/samples/script/googleSpellcheck/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/script/googleSpellcheck/README.txt?view=diff&rev=464434&r1=464433&r2=464434
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/script/googleSpellcheck/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/script/googleSpellcheck/README.txt Mon Oct 16 02:57:20 2006
@@ -1,15 +1,16 @@
-Sample for Google - Spellcheck API
-========================================
-
-Running the Sample:
--------------------
-
-First way, Type <ant> command to run the sample.
-
-Second way is the scrip files. Use run.sh or run.bat to run the sample pertaining
-to the system you are using.
-
-Help:
------
-
-Please refer to the sample help page for more details
\ No newline at end of file
+Sample for Google - Spellcheck API
+========================================
+
+Running the Sample:
+-------------------
+There are two methods to run the sample
+
+1. Type <ant> command to run the sample.
+
+2. Using the script files. Use run.sh or run.bat to run the sample pertaining
+to the system you are using.
+
+Help:
+-----
+
+Please refer to the sample help page at "AXIS2_HOME\modules\samples\xdocs\googleSpellcheck\" for more details.
\ No newline at end of file

Modified: webservices/axis2/branches/java/1_1/modules/samples/script/yahooRESTSearch/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/script/yahooRESTSearch/README.txt?view=diff&rev=464434&r1=464433&r2=464434
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/script/yahooRESTSearch/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/script/yahooRESTSearch/README.txt Mon Oct 16 02:57:20 2006
@@ -1,15 +1,12 @@
-Sample for Yahoo - Search - REST
-========================================
-
-Running the Sample:
--------------------
-
-First way, Type <ant> command to run the sample.
-
-Second way is the scrip files. Use run.sh or run.bat to run the sample pertaining
-to the system you are using.
-
-Help:
------
-
-Please refer to the sample help page for more details
\ No newline at end of file
+Sample for Yahoo - Search - REST
+========================================
+
+Running the Sample:
+-------------------
+There are two methods to run the sample
+
+1. Type <ant> command.
+
+2. Using the scrip files. Use run.sh or run.bat to run the sample pertaining
+to the system you are using.
+



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