Author: rineholt
Date: Wed Nov 1 06:07:29 2006
New Revision: 469911
URL: http://svn.apache.org/viewvc?view=rev&rev=469911
Log:
doco
Added:
incubator/tuscany/branches/sca-java-M2/samples/standalone/greeterwsclient-oneway/readme.html
- copied, changed from r469898,
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.html
Modified:
incubator/tuscany/branches/sca-java-M2/samples/readme.html
Modified: incubator/tuscany/branches/sca-java-M2/samples/readme.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/readme.html?view=diff&rev=469911&r1=469910&r2=469911
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/readme.html (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/readme.html Wed Nov 1
06:07:29 2006
@@ -70,7 +70,10 @@
<tr>
<td >
- greeterwsclient-oneway</td>
+ <a href=
+ "standalone/greeterwsclient-oneway/readme.html" target=
+ "_blank">greeterwsclient-oneway</a>
+ </td>
<td >A sample client
for a HelloWorld Web Service.</td>
Copied:
incubator/tuscany/branches/sca-java-M2/samples/standalone/greeterwsclient-oneway/readme.html
(from r469898,
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.html)
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/standalone/greeterwsclient-oneway/readme.html?view=diff&rev=469911&p1=incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.html&r1=469898&p2=incubator/tuscany/branches/sca-java-M2/samples/standalone/greeterwsclient-oneway/readme.html&r2=469911
==============================================================================
---
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.html
(original)
+++
incubator/tuscany/branches/sca-java-M2/samples/standalone/greeterwsclient-oneway/readme.html
Wed Nov 1 06:07:29 2006
@@ -24,24 +24,25 @@
"text/html; charset=us-ascii">
<meta http-equiv="Content-Style-Type" content="text/css">
- <title>Tuscany Hello World Async Client Sample</title>
+ <title>Tuscany Greeter OneWay Webservice Client Sample</title>
<!-- LINK rel="stylesheet" href="ait.css" type="text/css" -->
<link rel="stylesheet" href="../../css/base.css" type="text/css">
</head>
<body>
- <h3>Tuscany Hello World Async Client Sample</h3>
+ <h3>Tuscany Greeter OneWay Webservice Client Sample</h3>
<h4>Overview</h4>
- <p>The Tuscany helloworld sample shows using the Tuscany SCA
+ <p>This sample shows using the Tuscany SCA
runtime in a J2SE environment loading a component that
- implements asynchronous web service call.</p>
+ implements a one way web service call.</p>
<h4>Location</h4>
<p>This sample is located in the
- samples\standalone\helloworldwsclient-async directory. All the
+ <span style=
+ "font-weight: bold;">samples\standalone\greeterwsclient-oneway</span>
directory. All the
following commands should be issued while working in the sample
directory.</p>
@@ -67,13 +68,13 @@
<p>The result after executing is in the <span style=
"font-weight: bold;">target</span> subdirectory the <span style=
- "font-weight:
bold;">sample-helloworldwsclient-async-1.0-incubator-M2.jar</span></p>
+ "font-weight:
bold;">sample-greeterwsclient-oneway-1.0-incubator-M2.jar</span></p>
<h4>Setup</h4>
<p>This sample depends on the <a href=
- "../../webapp/helloworldws-async/readme.html" target=
- "_blank">Tuscany Hello World WS sample</a> already running to
+ "../../webapp/greeterws-oneway/readme.html" target=
+ "_blank">greeterws-oneway</a> already running to
execute successfully</p>
<p>Set up the Tuscany standalone runtime environment using the
@@ -103,13 +104,6 @@
"undefined">Axis webservices binding</td>
</tr>
- <tr>
- <td class="extensiontable" align="undefined" valign=
- "undefined">databinding-sdo-1.0-incubator-M2.jar</td>
-
- <td class="extensiontable" align="undefined" valign=
- "undefined">SDO data biinding.</td>
- </tr>
</tbody>
</table>
@@ -118,7 +112,7 @@
<p>Execute the following command: (<span style=
"font-style: italic;">cut and paste to command line</span>)</p>
<pre>
-<code>java -jar target/distribution/bin/launcher.jar
target/sample-helloworldwsclient-async-1.0-incubator-M2.jar</code>
+<code>java -jar target/distribution/bin/launcher.jar
target/sample-greeterwsclient-oneway-1.0-incubator-M2.jar</code>
</pre>
<h4>Results</h4>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]