Author: antelder
Date: Wed Mar 15 01:48:27 2006
New Revision: 386020

URL: http://svn.apache.org/viewcvs?rev=386020&view=rev
Log:
Correct the readme file text

Modified:
    incubator/tuscany/java/samples/helloworld/helloworldjsonrpc/readme.htm

Modified: incubator/tuscany/java/samples/helloworld/helloworldjsonrpc/readme.htm
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/helloworld/helloworldjsonrpc/readme.htm?rev=386020&r1=386019&r2=386020&view=diff
==============================================================================
--- incubator/tuscany/java/samples/helloworld/helloworldjsonrpc/readme.htm 
(original)
+++ incubator/tuscany/java/samples/helloworld/helloworldjsonrpc/readme.htm Wed 
Mar 15 01:48:27 2006
@@ -120,10 +120,10 @@
 
         <tr>
             <td>HelloWorldJSONRPC.html</td>
-            <td>Handles Web form input.. Obtains the module context which was 
defined by the
-                sca.module file. From the module context locates the
-                HelloWorldServiceComponent and then calls&nbsp; the 
getGreetings
-                method to invoke the component.&nbsp;and formats 
&nbsp;returned&nbsp;results.</td>
+            <td>The HTML page for the sample. Creates a text box for the user 
to enter their name, a button to click to get the greeting, and a text field to 
show the response.
+                The helloworld.js script function getGreeting is used to 
invoke the SCA service when the button is clicked.
+                To initialize the SCA environment the sca.js script must be 
defined as the first script in the HTML with the following line:<br>
+                    &lt;script type="text/javascript" 
src="SCA/scripts/sca.js"></script&gt;
         </tr>
 
         <tr>


Reply via email to