You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/05/24 12:09:26 UTC

svn commit: r541255 - /incubator/tuscany/branches/sca-java-0.90/samples/helloworld-jsonrpc/src/main/webapp/HelloWorldJSONRPC.html

Author: antelder
Date: Thu May 24 03:09:25 2007
New Revision: 541255

URL: http://svn.apache.org/viewvc?view=rev&rev=541255
Log:
Change the jsonrpc sample html to not use links to the service

Modified:
    incubator/tuscany/branches/sca-java-0.90/samples/helloworld-jsonrpc/src/main/webapp/HelloWorldJSONRPC.html

Modified: incubator/tuscany/branches/sca-java-0.90/samples/helloworld-jsonrpc/src/main/webapp/HelloWorldJSONRPC.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.90/samples/helloworld-jsonrpc/src/main/webapp/HelloWorldJSONRPC.html?view=diff&rev=541255&r1=541254&r2=541255
==============================================================================
--- incubator/tuscany/branches/sca-java-0.90/samples/helloworld-jsonrpc/src/main/webapp/HelloWorldJSONRPC.html (original)
+++ incubator/tuscany/branches/sca-java-0.90/samples/helloworld-jsonrpc/src/main/webapp/HelloWorldJSONRPC.html Thu May 24 03:09:25 2007
@@ -61,8 +61,7 @@
         <td colspan="2">
            This example uses the JavaScript served from 
            <a href="services/SCA/scripts">services/SCA/scripts</a> 
-           to make JSON-RPC requests to the service located at 
-           <a href="services/HelloWorldService">services/HelloWorldService</a>
+           to make JSON-RPC requests to the service located at services/HelloWorldService.
       </tr>
       <tr>
         <td>Request</td>
@@ -92,8 +91,7 @@
       <tr>
         <td colspan="2">
            <p>This example uses the <a href="http://dojotoolkit.org/">Dojo Toolkit</a>
-           to create a JavaScript object <code>helloWorldService</code> for the service at
-           <a href="services/HelloWorldService">services/HelloWorldService</a>
+           to create a JavaScript object <code>helloWorldService</code> for the service at services/HelloWorldService 
            using <a href="http://manual.dojotoolkit.org/WikiHome/DojoDotBook/Book9">Dojo's RPC classes</a>
            and providing them with <a href="services/HelloWorldService?smd">services/HelloWorldService?smd</a>
            for <a href="http://dojo.jot.com/SMD">Simple Method Description (SMD)</a> input.</p>



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