Author: rineholt
Date: Wed Nov 1 06:51:14 2006
New Revision: 469923
URL: http://svn.apache.org/viewvc?view=rev&rev=469923
Log:
doco
Added:
incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/readme.html
- copied, changed from r469907,
incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws-async/readme.html
Modified:
incubator/tuscany/branches/sca-java-M2/samples/readme.html
incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/pom.xml
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=469923&r1=469922&r2=469923
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/readme.html (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/readme.html Wed Nov 1
06:51:14 2006
@@ -22,7 +22,7 @@
"text/html; charset=us-ascii">
<meta http-equiv="Content-Style-Type" content="text/css">
- <title>Tuscany Hello World Async Sample</title>
+ <title>Tuscany SCA Samples</title>
<link rel="stylesheet" href="css/base.css" type="text/css">
</head>
@@ -68,20 +68,16 @@
Calculator RMI Service.</td>
</tr>
+
<tr>
<td >
<a href=
"standalone/greeterwsclient-oneway/readme.html" target=
- "_blank">greeterwsclient-oneway</a>
+ "_blank">greeterwsclient-oneway</a> and
+ <a href=
+ "standalone/greeterwsclient-oneway/readme.html" target=
+ "_blank">greeterws-oneway</a>
</td>
-
- <td >A sample client
- for a HelloWorld Web Service.</td>
- </tr>
-
- <tr>
- <td >
- greeterws-oneway</td>
<td >A sample Greeter
OneWay Web Service.</td>
Modified:
incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/pom.xml?view=diff&rev=469923&r1=469922&r2=469923
==============================================================================
---
incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/pom.xml
(original)
+++
incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/pom.xml
Wed Nov 1 06:51:14 2006
@@ -34,14 +34,14 @@
<dependency>
<groupId>org.apache.tuscany.sca.kernel</groupId>
<artifactId>tuscany-api</artifactId>
- <version>${scaVersion}</version>
+ <version>${scaImplVersion}</version>
<scope>compile</scope> <!-- runtime is need for webapp integration
to include jar -->
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca.runtime</groupId>
<artifactId>webapp</artifactId>
- <version>${scaVersion}</version>
+ <version>${scaImplVersion}</version>
<scope>runtime</scope> <!-- runtime is need for webapp integration
to include jar -->
</dependency>
@@ -77,7 +77,7 @@
<dependency>
<groupId>org.apache.tuscany.sca.services.bindings</groupId>
<artifactId>axis2</artifactId>
- <version>${scaVersion}</version>
+ <version>${scaImplVersion}</version>
</dependency>
</extensions>
</configuration>
Copied:
incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/readme.html
(from r469907,
incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws-async/readme.html)
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/readme.html?view=diff&rev=469923&p1=incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws-async/readme.html&r1=469907&p2=incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/readme.html&r2=469923
==============================================================================
---
incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws-async/readme.html
(original)
+++
incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/readme.html
Wed Nov 1 06:51:14 2006
@@ -24,26 +24,22 @@
"text/html; charset=us-ascii">
<meta http-equiv="Content-Style-Type" content="text/css">
- <title>Tuscany Hello World Async Sample</title>
+ <title>Tuscany Greeter Oneway Web servce Sample</title>
<link rel="stylesheet" href="../../css/base.css" type="text/css">
</head>
<body>
- <!-- LINK rel="stylesheet" href="ait.css" type="text/css" -->
- <!-- maven --><!-- end maven -->
- <h3>Tuscany Hello World Async Sample</h3>
+ <h3>Tuscany Greeter Oneway Web service Sample</h3>
<h4>Overview</h4>
- <p>The Tuscany Tuscany Hello World Aysnc sample application
- shows using the Tuscany SCA runtime in a web service application.
- The service is executed asynchronisely.</p>
+ <p>This sample shows using an SCA one way Service using a web service
binding.</p>
<h4>Location</h4>
<p>This sample is located in the <a href=
- ".">samples\webapp\helloworldws-async</a> directory. All
+ ".">samples\webapp\greeterws-oneway</a> directory. All
the following commands should be issued while working in the
sample directory. </p>
@@ -72,7 +68,7 @@
</pre>
<p>This should result in the creation of the war file
- <span style="font-weight:
bold;">target\sample-helloworldws-async-1.0-incubator-M2.war</span></p>
+ <span style="font-weight:
bold;">target\sample-greeterws-oneway-1.0-incubator-M2.war</span></p>
<h4>Setup</h4>
@@ -90,7 +86,7 @@
<p>Alternatively you can copy the WAR files to Tomcat's webapps
directory. Copy <span style=
- "font-weight:
bold;">target\sample-helloworldws-async-1.0-incubator-M2.war</span>
+ "font-weight:
bold;">target\sample-greeterws-oneway-1.0-incubator-M2.war</span>
<span style="font-style: italic;"><tomcat
dir></span>/webapps/.</p>
@@ -104,7 +100,7 @@
<p>Once you've started your web server, following the directions
in <a href=
- "../../standalone/helloworldwsclient-async/readme.html" target=
+ "../../standalone/greeterwsclient-oneway/readme.html" target=
"_blank">client side demo</a> to execute the service.</p><br>
</body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]