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 2006/11/01 20:25:40 UTC

svn commit: r470045 - in /incubator/tuscany/branches/sca-java-M2/samples: standalone/greeterwsclient-oneway/ standalone/helloworldwsclient-async/ standalone/inner.composite/ standalone/simplecallback/ standalone/supplychain/ webapp/greeterws-oneway/ we...

Author: antelder
Date: Wed Nov  1 11:25:39 2006
New Revision: 470045

URL: http://svn.apache.org/viewvc?view=rev&rev=470045
Log:
Update descriptions for the async samples (from Ignacio)

Modified:
    incubator/tuscany/branches/sca-java-M2/samples/standalone/greeterwsclient-oneway/readme.html
    incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.html
    incubator/tuscany/branches/sca-java-M2/samples/standalone/inner.composite/readme.html
    incubator/tuscany/branches/sca-java-M2/samples/standalone/simplecallback/readme.html
    incubator/tuscany/branches/sca-java-M2/samples/standalone/supplychain/readme.html
    incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/readme.html
    incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws-async/readme.html

Modified: incubator/tuscany/branches/sca-java-M2/samples/standalone/greeterwsclient-oneway/readme.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/standalone/greeterwsclient-oneway/readme.html?view=diff&rev=470045&r1=470044&r2=470045
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/standalone/greeterwsclient-oneway/readme.html (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/standalone/greeterwsclient-oneway/readme.html Wed Nov  1 11:25:39 2006
@@ -1,124 +1,129 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
--->
-
-<html>
-<head>
-  <meta http-equiv="Content-Type" content=
-  "text/html; charset=us-ascii">
-  <meta http-equiv="Content-Style-Type" content="text/css">
-
-  <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 Greeter OneWay Webservice Client Sample</h3>
-
-  <h4>Overview</h4>
-
-  <p>This sample shows using the Tuscany SCA
-  runtime in a J2SE environment &nbsp;loading a component that
-  implements a one way web service call.</p>
-
-  <h4>Location</h4>
-
-  <p>This sample is located &nbsp;in 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>
-
-  <h4>Prerequisites</h4>
-
-  <p>Obtain the following prerequisites and install according to
-  their documentation.</p>
-
-  <ul>
-    <li><a href="http://java.sun.com/javase/downloads/index.jsp"
-    target="_blank">JDK 5.0</a></li>
-
-    <li><a href="http://maven.apache.org/download.html" target=
-    "_blank">Maven 2.0.4</a></li>
-  </ul>
-
-  <h4>Building</h4>
-
-  <p>To build the sample&nbsp; issue :</p>
-  <pre>
-<code>mvn<br></code>
-</pre>
-
-  <p>The result after executing is in the <span style=
-  "font-weight: bold;">target</span> subdirectory the <span style=
-  "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/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
-  following command:</p>
-  <pre>
-<code>mvn dependency:unpack <br></code>
-</pre>
-
-  <p>After completion there should be a <span style=
-  "font-weight: bold;">target\distribution</span> subdirectory
-  created that has the Tuscany standalone runtime.</p>
-
-  <p>Each sample  can require one or more  Tuscany  runtime
-  extensions. For this sample copy from <span style=
-  "font-weight: bold;">target\distribution\contrib</span> to the
-  <span style=
-  "font-weight: bold;">target\distribution\extensions</span>
-  directory the following extensions:</p>
-
-  <table style="text-align: left;" class="extensiontable" border=
-  "1" cellpadding="2" cellspacing="2">
-    <tbody>
-      <tr>
-        <td class="extensiontable">axis2-1.0-incubator-M2.jar</td>
-
-        <td class="extensiontable" align="undefined" valign=
-        "undefined">Axis webservices binding</td>
-      </tr>
-
-    </tbody>
-  </table>
-
-  <h4>Running</h4>
-
-  <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-greeterwsclient-oneway-1.0-incubator-M2.jar</code>
-</pre>
-
-  <h4>Results</h4>
-
-  <p>The sample when run should simply display to the standard
-  output:<br>
-  <samp>Hello World</samp></p>
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
+
+<html>
+<head>
+  <meta http-equiv="Content-Type" content=
+  "text/html; charset=us-ascii">
+  <meta http-equiv="Content-Style-Type" content="text/css">
+
+  <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 Greeter One-Way Client Sample</h3>
+
+  <h4>Overview</h4>
+
+  <p>The Tuscany Greeter One-Way client sample shows using the Tuscany SCA
+  runtime in a J2SE environment &nbsp;loading a component client that
+  performs an asynchronous one-way web service call.
+  The client uses a one-way (asynchronous) interface
+  that is supported by the web services binding (binding.ws) that
+  it specifies. The component definition is given implicitly by
+  the Java code and the use of the <code>@OneWay</code> annotation.</p>
+  </p>
+
+  <h4>Location</h4>
+
+  <p>This sample is located &nbsp;in 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>
+
+  <h4>Prerequisites</h4>
+
+  <p>Obtain the following prerequisites and install according to
+  their documentation.</p>
+
+  <ul>
+    <li><a href="http://java.sun.com/javase/downloads/index.jsp"
+    target="_blank">JDK 5.0</a></li>
+
+    <li><a href="http://maven.apache.org/download.html" target=
+    "_blank">Maven 2.0.4</a></li>
+  </ul>
+
+  <h4>Building</h4>
+
+  <p>To build the sample&nbsp; issue :</p>
+  <pre>
+<code>mvn<br></code>
+</pre>
+
+  <p>The result after executing is in the <span style=
+  "font-weight: bold;">target</span> subdirectory the <span style=
+  "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/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
+  following command:</p>
+  <pre>
+<code>mvn dependency:unpack <br></code>
+</pre>
+
+  <p>After completion there should be a <span style=
+  "font-weight: bold;">target\distribution</span> subdirectory
+  created that has the Tuscany standalone runtime.</p>
+
+  <p>Each sample  can require one or more  Tuscany  runtime
+  extensions. For this sample copy from <span style=
+  "font-weight: bold;">target\distribution\contrib</span> to the
+  <span style=
+  "font-weight: bold;">target\distribution\extensions</span>
+  directory the following extensions:</p>
+
+  <table style="text-align: left;" class="extensiontable" border=
+  "1" cellpadding="2" cellspacing="2">
+    <tbody>
+      <tr>
+        <td class="extensiontable">axis2-1.0-incubator-M2.jar</td>
+
+        <td class="extensiontable" align="undefined" valign=
+        "undefined">Axis webservices binding</td>
+      </tr>
+
+    </tbody>
+  </table>
+
+  <h4>Running</h4>
+
+  <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-greeterwsclient-oneway-1.0-incubator-M2.jar</code>
+</pre>
+
+  <h4>Results</h4>
+
+  <p>The sample when run should simply display to the standard
+  output:<br>
+  <samp>Hello John</samp></p>
+</body>
+</html>

Modified: 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/helloworldwsclient-async/readme.html?view=diff&rev=470045&r1=470044&r2=470045
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.html (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.html Wed Nov  1 11:25:39 2006
@@ -1,130 +1,131 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
--->
-
-<html>
-<head>
-  <meta http-equiv="Content-Type" content=
-  "text/html; charset=us-ascii">
-  <meta http-equiv="Content-Style-Type" content="text/css">
-
-  <title>Tuscany Hello World Async 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>
-
-  <h4>Overview</h4>
-
-  <p>The Tuscany helloworld sample shows using the Tuscany SCA
-  runtime in a J2SE environment &nbsp;loading a component that
-  implements asynchronous web service call.</p>
-
-  <h4>Location</h4>
-
-  <p>This sample is located &nbsp;in the
-  samples\standalone\helloworldwsclient-async directory. All the
-  following commands should be issued while working in the sample
-  directory.</p>
-
-  <h4>Prerequisites</h4>
-
-  <p>Obtain the following prerequisites and install according to
-  their documentation.</p>
-
-  <ul>
-    <li><a href="http://java.sun.com/javase/downloads/index.jsp"
-    target="_blank">JDK 5.0</a></li>
-
-    <li><a href="http://maven.apache.org/download.html" target=
-    "_blank">Maven 2.0.4</a></li>
-  </ul>
-
-  <h4>Building</h4>
-
-  <p>To build the sample&nbsp; issue :</p>
-  <pre>
-<code>mvn<br></code>
-</pre>
-
-  <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>
-
-  <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
-  execute successfully</p>
-
-  <p>Set up the Tuscany standalone runtime environment using the
-  following command:</p>
-  <pre>
-<code>mvn dependency:unpack <br></code>
-</pre>
-
-  <p>After completion there should be a <span style=
-  "font-weight: bold;">target\distribution</span> subdirectory
-  created that has the Tuscany standalone runtime.</p>
-
-  <p>Each sample  can require one or more  Tuscany  runtime
-  extensions. For this sample copy from <span style=
-  "font-weight: bold;">target\distribution\contrib</span> to the
-  <span style=
-  "font-weight: bold;">target\distribution\extensions</span>
-  directory the following extensions:</p>
-
-  <table style="text-align: left;" class="extensiontable" border=
-  "1" cellpadding="2" cellspacing="2">
-    <tbody>
-      <tr>
-        <td class="extensiontable">axis2-1.0-incubator-M2.jar</td>
-
-        <td class="extensiontable" align="undefined" valign=
-        "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>
-
-  <h4>Running</h4>
-
-  <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>
-</pre>
-
-  <h4>Results</h4>
-
-  <p>The sample when run should simply display to the standard
-  output:<br>
-  <samp>Hello World</samp></p>
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
+
+<html>
+<head>
+  <meta http-equiv="Content-Type" content=
+  "text/html; charset=us-ascii">
+  <meta http-equiv="Content-Style-Type" content="text/css">
+
+  <title>Tuscany Hello World Async 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>
+
+  <h4>Overview</h4>
+
+  <p>The Tuscany helloworld sample shows using the Tuscany SCA runtime in a J2SE environment &nbsp;loading a component client that
+     performs an asynchronous web service call with callback. The client uses a bi-directional (asynchronous) interface
+     that is supported by the web services binding (binding.ws) that it specifies. The component definition is given 
+     implicitly by the Java code and the use of the <code>@Callback</code> annotation.</p>
+
+  <h4>Location</h4>
+
+  <p>This sample is located &nbsp;in the
+  samples\standalone\helloworldwsclient-async directory. All the
+  following commands should be issued while working in the sample
+  directory.</p>
+
+  <h4>Prerequisites</h4>
+
+  <p>Obtain the following prerequisites and install according to
+  their documentation.</p>
+
+  <ul>
+    <li><a href="http://java.sun.com/javase/downloads/index.jsp"
+    target="_blank">JDK 5.0</a></li>
+
+    <li><a href="http://maven.apache.org/download.html" target=
+    "_blank">Maven 2.0.4</a></li>
+  </ul>
+
+  <h4>Building</h4>
+
+  <p>To build the sample&nbsp; issue :</p>
+  <pre>
+<code>mvn<br></code>
+</pre>
+
+  <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>
+
+  <h4>Setup</h4>
+
+  <p>This sample depends on the <a href=
+  "../../webapp/helloworldws-async/readme.html" target=
+  "_blank">Tuscany Hello World Async WS sample</a> already running to
+  execute successfully</p>
+
+  <p>Set up the Tuscany standalone runtime environment using the
+  following command:</p>
+  <pre>
+<code>mvn dependency:unpack <br></code>
+</pre>
+
+  <p>After completion there should be a <span style=
+  "font-weight: bold;">target\distribution</span> subdirectory
+  created that has the Tuscany standalone runtime.</p>
+
+  <p>Each sample  can require one or more  Tuscany  runtime
+  extensions. For this sample copy from <span style=
+  "font-weight: bold;">target\distribution\contrib</span> to the
+  <span style=
+  "font-weight: bold;">target\distribution\extensions</span>
+  directory the following extensions:</p>
+
+  <table style="text-align: left;" class="extensiontable" border=
+  "1" cellpadding="2" cellspacing="2">
+    <tbody>
+      <tr>
+        <td class="extensiontable">axis2-1.0-incubator-M2.jar</td>
+
+        <td class="extensiontable" align="undefined" valign=
+        "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>
+
+  <h4>Running</h4>
+
+  <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>
+</pre>
+
+  <h4>Results</h4>
+
+  <p>The sample when run should simply display to the standard
+  output:<br>
+  <samp>Hello John</samp></p>
+</body>
+</html>

Modified: incubator/tuscany/branches/sca-java-M2/samples/standalone/inner.composite/readme.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/standalone/inner.composite/readme.html?view=diff&rev=470045&r1=470044&r2=470045
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/standalone/inner.composite/readme.html (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/standalone/inner.composite/readme.html Wed Nov  1 11:25:39 2006
@@ -34,7 +34,13 @@
 
   <h4>Overview</h4>
 
-  <p>The Tuscany Inner Composite sample shows ...</p>
+  <p>The Tuscany Inner Composite sample illustrates an asynchronous
+  callback scenario across atomic components contained in separate
+  composites. The containing (inner) composites are themselves contained in
+  a single composite and an explicit wire connects them. Thus, the
+  corresponding composite reference and service do not specify a
+  binding (not even binding.sca), and the connection and invocation
+  occur in the same process.</p>
 
   <h4>Location</h4>
 

Modified: incubator/tuscany/branches/sca-java-M2/samples/standalone/simplecallback/readme.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/standalone/simplecallback/readme.html?view=diff&rev=470045&r1=470044&r2=470045
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/standalone/simplecallback/readme.html (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/standalone/simplecallback/readme.html Wed Nov  1 11:25:39 2006
@@ -34,7 +34,12 @@
 
   <h4>Overview</h4>
 
-  <p>The Tuscany Simple Callback sample shows ...</p>
+  <p>The Tuscany Simple Callback sample illustrates a simple asynchronous
+  callback scenario, similar to the one illustrated in the Client
+  and Implementation Model for Java SCA specification. Two atomic
+  components are wired together that implement a bi-directional
+  interface. The component definitions are given implicitly by
+  the Java code and the use of <code>@Callback</code> annotations.</p>
 
   <h4>Location</h4>
 

Modified: incubator/tuscany/branches/sca-java-M2/samples/standalone/supplychain/readme.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/standalone/supplychain/readme.html?view=diff&rev=470045&r1=470044&r2=470045
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/standalone/supplychain/readme.html (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/standalone/supplychain/readme.html Wed Nov  1 11:25:39 2006
@@ -34,7 +34,13 @@
 
   <h4>Overview</h4>
 
-  <p>The Tuscany Supply Chain sample shows ...</p>
+  <p>The Tuscany Supply Chain sample illustrates a one-way
+  invocation example in the context of a simple supply chain
+  scenario. The scenario consists of the following components:<br>
+  Customer, Retailer, Warehouse and Shipper. Request/response
+  invocations flow down the chain from the Customer to the
+  Shipper, and a one-way (asynchronous) invocation flows back
+  from the Shipper to the Customer.</p>
 
   <h4>Location</h4>
 

Modified: incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/readme.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/readme.html?view=diff&rev=470045&r1=470044&r2=470045
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/readme.html (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/webapp/greeterws-oneway/readme.html Wed Nov  1 11:25:39 2006
@@ -1,106 +1,111 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
--->
-
-<html>
-<head>
-  <meta http-equiv="Content-Type" content=
-  "text/html; charset=us-ascii">
-  <meta http-equiv="Content-Style-Type" content="text/css">
-
-  <title>Tuscany Greeter Oneway Web servce Sample</title>
-  <link rel="stylesheet" href="../../css/base.css" type="text/css">
-</head>
-
-<body>
-
-  <h3>Tuscany Greeter Oneway Web service Sample</h3>
-
-  <h4>Overview</h4>
-
-  <p>This sample shows using an SCA one way Service using a web service binding.</p>
-
-  <h4>Location</h4>
-
-  <p>This sample is located&nbsp;in the&nbsp; <a href=
-  ".">samples\webapp\greeterws-oneway</a> directory. &nbsp;All
-  the following commands should be issued while working in the
-  sample directory.&nbsp;</p>
-
-  <h4>Prerequisites</h4>
-
-  <p>Obtain the following prerequisites and install according to
-  their documentation.</p>
-
-  <ul>
-    <li><a href="http://java.sun.com/javase/downloads/index.jsp"
-    target="_blank">JDK 5.0</a></li>
-
-    <li><a href="http://maven.apache.org/download.html" target=
-    "_blank">Maven 2.0.4</a></li>
-
-    <li><a href="http://tomcat.apache.org/download-55.cgi" target=
-    "_blank">Apache Tomcat 5.xx</a> latest version binary core
-    distribution.&nbsp;</li>
-  </ul>
-
-  <h4>Building</h4>
-
-  <p>To build the sample issue :</p>
-  <pre>
-<code>mvn</code>
-</pre>
-
-  <p>This should result in the creation of the war file
-  <span style="font-weight: bold;">target\sample-greeterws-oneway-1.0-incubator-M2.war</span></p>
-
-  <h4>Setup</h4>
-
-  <p>If you have enabled remote deployment in Tomcat by adding the
-  line:</p>
-
-  <p><code>&lt;user username="admin" password=""
-  roles="manager"/&gt;</code></p>
-
-  <p>into <span style="font-style: italic;">&lt;tomcat
-  dir&gt;</span>\conf\tomcat-users.xml you can deploy the WARs to
-  Tomcat using the tomcat-maven-plugin:</p>
-
-  <p><code>mvn tomcat:deploy</code></p>
-
-  <p>Alternatively you can copy the WAR files to Tomcat's webapps
-  directory. Copy <span style=
-  "font-weight: bold;">target\sample-greeterws-oneway-1.0-incubator-M2.war</span>
-  <span style="font-style: italic;">&lt;tomcat
-  dir&gt;</span>/webapps/.</p>
-
-  <h4>Running</h4>
-
-  <p>Start the tomcat server by issuing the following command ind
-  the <span style="font-style: italic;">&lt;tomcat
-  dir&gt;</span>\bin directory:</p>
-
-  <p><code>starup</code></p>
-
-  <p>Once you've started your web server, following the directions
-  in <a href=
-  "../../standalone/greeterwsclient-oneway/readme.html" target=
-  "_blank">client side demo</a> to execute the service.</p><br>
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
+
+<html>
+<head>
+  <meta http-equiv="Content-Type" content=
+  "text/html; charset=us-ascii">
+  <meta http-equiv="Content-Style-Type" content="text/css">
+
+  <title>Tuscany Greeter Oneway Web servce Sample</title>
+  <link rel="stylesheet" href="../../css/base.css" type="text/css">
+</head>
+
+<body>
+
+  <h3>Tuscany Greeter One-Way Sample</h3>
+
+  <h4>Overview</h4>
+
+  <p>The Tuscany Tuscany Greeter One-Way sample application&nbsp;
+  shows the use of the Tuscany SCA runtime in a web service application.
+  The service implements a one-way (asynchronous) interface
+  that is supported by the web services binding (binding.ws) that
+  it specifies. The component definition is given implicitly by
+  the Java code and the use of the <code>@OneWay</code> annotation.</p>
+
+  <h4>Location</h4>
+
+  <p>This sample is located&nbsp;in the&nbsp; <a href=
+  ".">samples\webapp\greeterws-oneway</a> directory. &nbsp;All
+  the following commands should be issued while working in the
+  sample directory.&nbsp;</p>
+
+  <h4>Prerequisites</h4>
+
+  <p>Obtain the following prerequisites and install according to
+  their documentation.</p>
+
+  <ul>
+    <li><a href="http://java.sun.com/javase/downloads/index.jsp"
+    target="_blank">JDK 5.0</a></li>
+
+    <li><a href="http://maven.apache.org/download.html" target=
+    "_blank">Maven 2.0.4</a></li>
+
+    <li><a href="http://tomcat.apache.org/download-55.cgi" target=
+    "_blank">Apache Tomcat 5.xx</a> latest version binary core
+    distribution.&nbsp;</li>
+  </ul>
+
+  <h4>Building</h4>
+
+  <p>To build the sample issue :</p>
+  <pre>
+<code>mvn</code>
+</pre>
+
+  <p>This should result in the creation of the war file
+  <span style="font-weight: bold;">target\sample-greeterws-oneway-1.0-incubator-M2.war</span></p>
+
+  <h4>Setup</h4>
+
+  <p>If you have enabled remote deployment in Tomcat by adding the
+  line:</p>
+
+  <p><code>&lt;user username="admin" password=""
+  roles="manager"/&gt;</code></p>
+
+  <p>into <span style="font-style: italic;">&lt;tomcat
+  dir&gt;</span>\conf\tomcat-users.xml you can deploy the WARs to
+  Tomcat using the tomcat-maven-plugin:</p>
+
+  <p><code>mvn tomcat:deploy</code></p>
+
+  <p>Alternatively you can copy the WAR files to Tomcat's webapps
+  directory. Copy <span style=
+  "font-weight: bold;">target\sample-greeterws-oneway-1.0-incubator-M2.war</span>
+  <span style="font-style: italic;">&lt;tomcat
+  dir&gt;</span>/webapps/.</p>
+
+  <h4>Running</h4>
+
+  <p>Start the tomcat server by issuing the following command ind
+  the <span style="font-style: italic;">&lt;tomcat
+  dir&gt;</span>\bin directory:</p>
+
+  <p><code>starup</code></p>
+
+  <p>Once you've started your web server, following the directions
+  in <a href=
+  "../../standalone/greeterwsclient-oneway/readme.html" target=
+  "_blank">client side demo</a> to execute the service.</p><br>
+</body>
+</html>

Modified: 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/helloworldws-async/readme.html?view=diff&rev=470045&r1=470044&r2=470045
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws-async/readme.html (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldws-async/readme.html Wed Nov  1 11:25:39 2006
@@ -1,110 +1,113 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
--->
-
-<html>
-<head>
-  <meta http-equiv="Content-Type" content=
-  "text/html; charset=us-ascii">
-  <meta http-equiv="Content-Style-Type" content="text/css">
-
-  <title>Tuscany Hello World Async 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>
-
-  <h4>Overview</h4>
-
-  <p>The Tuscany Tuscany Hello World Aysnc sample application&nbsp;
-  shows using the Tuscany SCA runtime in a web service application.
-  The service is executed asynchronisely.</p>
-
-  <h4>Location</h4>
-
-  <p>This sample is located&nbsp;in the&nbsp; <a href=
-  ".">samples\webapp\helloworldws-async</a> directory. &nbsp;All
-  the following commands should be issued while working in the
-  sample directory.&nbsp;</p>
-
-  <h4>Prerequisites</h4>
-
-  <p>Obtain the following prerequisites and install according to
-  their documentation.</p>
-
-  <ul>
-    <li><a href="http://java.sun.com/javase/downloads/index.jsp"
-    target="_blank">JDK 5.0</a></li>
-
-    <li><a href="http://maven.apache.org/download.html" target=
-    "_blank">Maven 2.0.4</a></li>
-
-    <li><a href="http://tomcat.apache.org/download-55.cgi" target=
-    "_blank">Apache Tomcat 5.xx</a> latest version binary core
-    distribution.&nbsp;</li>
-  </ul>
-
-  <h4>Building</h4>
-
-  <p>To build the sample issue :</p>
-  <pre>
-<code>mvn</code>
-</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>
-
-  <h4>Setup</h4>
-
-  <p>If you have enabled remote deployment in Tomcat by adding the
-  line:</p>
-
-  <p><code>&lt;user username="admin" password=""
-  roles="manager"/&gt;</code></p>
-
-  <p>into <span style="font-style: italic;">&lt;tomcat
-  dir&gt;</span>\conf\tomcat-users.xml you can deploy the WARs to
-  Tomcat using the tomcat-maven-plugin:</p>
-
-  <p><code>mvn tomcat:deploy</code></p>
-
-  <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>
-  <span style="font-style: italic;">&lt;tomcat
-  dir&gt;</span>/webapps/.</p>
-
-  <h4>Running</h4>
-
-  <p>Start the tomcat server by issuing the following command ind
-  the <span style="font-style: italic;">&lt;tomcat
-  dir&gt;</span>\bin directory:</p>
-
-  <p><code>starup</code></p>
-
-  <p>Once you've started your web server, following the directions
-  in <a href=
-  "../../standalone/helloworldwsclient-async/readme.html" target=
-  "_blank">client side demo</a> to execute the service.</p><br>
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
+
+<html>
+<head>
+  <meta http-equiv="Content-Type" content=
+  "text/html; charset=us-ascii">
+  <meta http-equiv="Content-Style-Type" content="text/css">
+
+  <title>Tuscany Hello World Async 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>
+
+  <h4>Overview</h4>
+
+   <p>The Tuscany Tuscany Hello World Aysnc sample application&nbsp;
+   shows the use of the Tuscany SCA runtime in a web service application.
+   The service implements a bi-directional (asynchronous) interface
+   that is supported by the web services binding (binding.ws) that
+   it specifies. The component definition is given implicitly by
+   the Java code and the use of the <code>@Callback</code> annotation.</p>
+
+  <h4>Location</h4>
+
+  <p>This sample is located&nbsp;in the&nbsp; <a href=
+  ".">samples\webapp\helloworldws-async</a> directory. &nbsp;All
+  the following commands should be issued while working in the
+  sample directory.&nbsp;</p>
+
+  <h4>Prerequisites</h4>
+
+  <p>Obtain the following prerequisites and install according to
+  their documentation.</p>
+
+  <ul>
+    <li><a href="http://java.sun.com/javase/downloads/index.jsp"
+    target="_blank">JDK 5.0</a></li>
+
+    <li><a href="http://maven.apache.org/download.html" target=
+    "_blank">Maven 2.0.4</a></li>
+
+    <li><a href="http://tomcat.apache.org/download-55.cgi" target=
+    "_blank">Apache Tomcat 5.xx</a> latest version binary core
+    distribution.&nbsp;</li>
+  </ul>
+
+  <h4>Building</h4>
+
+  <p>To build the sample issue :</p>
+  <pre>
+<code>mvn</code>
+</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>
+
+  <h4>Setup</h4>
+
+  <p>If you have enabled remote deployment in Tomcat by adding the
+  line:</p>
+
+  <p><code>&lt;user username="admin" password=""
+  roles="manager"/&gt;</code></p>
+
+  <p>into <span style="font-style: italic;">&lt;tomcat
+  dir&gt;</span>\conf\tomcat-users.xml you can deploy the WARs to
+  Tomcat using the tomcat-maven-plugin:</p>
+
+  <p><code>mvn tomcat:deploy</code></p>
+
+  <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>
+  <span style="font-style: italic;">&lt;tomcat
+  dir&gt;</span>/webapps/.</p>
+
+  <h4>Running</h4>
+
+  <p>Start the tomcat server by issuing the following command ind
+  the <span style="font-style: italic;">&lt;tomcat
+  dir&gt;</span>\bin directory:</p>
+
+  <p><code>starup</code></p>
+
+  <p>Once you've started your web server, following the directions
+  in <a href=
+  "../../standalone/helloworldwsclient-async/readme.html" target=
+  "_blank">client side demo</a> to execute the service.</p><br>
+</body>
+</html>



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