Author: rineholt
Date: Tue Oct 31 05:48:05 2006
New Revision: 469479
URL: http://svn.apache.org/viewvc?view=rev&rev=469479
Log:
style
Modified:
incubator/tuscany/branches/sca-java-M2/samples/css/base.css
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient-async/readme.html
Modified: incubator/tuscany/branches/sca-java-M2/samples/css/base.css
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/css/base.css?view=diff&rev=469479&r1=469478&r2=469479
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/css/base.css (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/css/base.css Tue Oct 31
05:48:05 2006
@@ -8,3 +8,8 @@
font-weight: bold;
}
+ h2 { text-align: center;
+ text-decoration: underline;
+ padding-bottom: 30px;
+ }
+
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=469479&r1=469478&r2=469479
==============================================================================
---
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
Tue Oct 31 05:48:05 2006
@@ -1,61 +1,49 @@
-<!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" -->
- <link rel="stylesheet" href="../../css/base.css" type="text/css">
-</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 asynchronous 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</code>
-</pre>
-
- <h3>Setup</h3>This sample depends on the <a href=
- "..%5C..%5Cwebapp%5Chelloworldws-async%5Creadme.html" 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 </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>
-
- <h3>Results</h3>
-
- <p>The sample when run should simply display to the standard
- output:<br>
- <code>Hello World</code></p>
-</body>
-</html>
+<!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" -->
+ <link rel="stylesheet" href="../../css/base.css" type="text/css"></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 asynchronous 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</code>
+</pre>
+
+ <h3>Setup</h3>This sample depends on the <a
href="..%5C..%5Cwebapp%5Chelloworldws-async%5Creadme.html"
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 </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>
+
+ <h3>Results</h3>
+
+ <p>The sample when run should simply display to the standard
+ output:<br>
+ <code>Hello World</code></p>
+</body></html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]