Author: rineholt
Date: Mon Oct 30 16:44:58 2006
New Revision: 469329
URL: http://svn.apache.org/viewvc?view=rev&rev=469329
Log:
readme ... is this what we think we need ?
Added:
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.htm
Added:
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.htm
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.htm?view=auto&rev=469329
==============================================================================
---
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.htm
(added)
+++
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.htm
Mon Oct 30 16:44:58 2006
@@ -0,0 +1,68 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<html>
+<head>
+ <meta name="generator" content=
+ "HTML Tidy for Windows (vers 1st July 2004), see www.w3.org">
+ <!-- Copyright (c) 2005 The Apache Software Foundation or its licensors, as
applicable. Licensed 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. -->
+ <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" -->
+
+<style type="text/css" media="all">
[EMAIL PROTECTED] url("../../../../css/maven-base.css");
[EMAIL PROTECTED] url("../../../../css/maven-theme.css");
[EMAIL PROTECTED] url("../../../../css/site.css");
+</style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css"
+ media="print">
+</head>
+
+<body>
+ <h2>Tuscany Hello World Async Client Sample</h2>
+
+ <h3>Overview</h3>
+
+ <p>The Tuscany helloworld sample shows using the Tuscany SCA
+ runtime in a J2SE environment loading a component that
+ implements asynchronize web service call.</p>
+
+ <h3>Location</h3>This sample is located in the
+ samples\standalone\helloworldwsclient-async directory.<br>
+ <br>
+
+ <h3>Building</h3>Obtain <a href=
+ "http://java.sun.com/javase/downloads/index.jsp" target=
+ "_blank">JDK 5.0</a> and <a href=
+ "http://maven.apache.org/download.html" target="_blank">Maven
+ 2.0.4</a> and set up according to their documentation.<br>
+ To build issue :<br>
+ <pre>
+<code>mvn package<br></code>
+</pre>
+
+ <h3>Setup</h3>This sample depends on the <a href=
+ "..%5C..%5Cwebapp%5Chelloworldws-async%5Creadme.htm" target=
+ "_blank">Tuscany Hello World WS sample</a> already running to
+ execute successfully<br>
+ Set up the standalone runtime environment using the
+ following:<br>
+ <pre>
+<code>mvn dependency:unpack <br></code>
+</pre>
+
+ <h3>Running</h3>
+ <pre>
+<code>java -jar target\distribution\bin\launcher.jar
target\sample-helloworldwsclient-async-1.0-incubator-M2.jar</code>
+</pre><br>
+
+ <h3>Results</h3>
+
+ <p>The sample when run should simply display to the standard
+ output:<br>
+ <code>Hello World</code></p><br>
+</body>
+</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]