summaryrefslogtreecommitdiffstats
path: root/tags/java-M1-20060518/java/samples/sca/readme.htm
diff options
context:
space:
mode:
Diffstat (limited to 'tags/java-M1-20060518/java/samples/sca/readme.htm')
-rw-r--r--tags/java-M1-20060518/java/samples/sca/readme.htm95
1 files changed, 0 insertions, 95 deletions
diff --git a/tags/java-M1-20060518/java/samples/sca/readme.htm b/tags/java-M1-20060518/java/samples/sca/readme.htm
deleted file mode 100644
index 2e3af5de93..0000000000
--- a/tags/java-M1-20060518/java/samples/sca/readme.htm
+++ /dev/null
@@ -1,95 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<HTML>
-<HEAD>
-
-<!-- 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 CONTENT="text/html; charset=iso-8859-1" HTTP-EQUIV="Content-Type">
- <META CONTENT="text/css" HTTP-EQUIV="Content-Style-Type">
- <TITLE>Tuscany SCA Samples</TITLE>
- <STYLE MEDIA="all" TYPE="text/css">
-@import url("../../javadoc/css/maven-base.css");
-@import url("../../javadoc/css/maven-theme.css");
-@import url("../../javadoc/css//site.css");
- </STYLE>
- <LINK HREF="./css/print.css" MEDIA="print" REL="stylesheet"
- TYPE="text/css">
-</HEAD>
-<BODY>
-<H2>Tuscany SCA Technology Samples</H2> To configure and build&nbsp; see
-<A HREF="../../GettingStarted.htm">Sample setup</A><BR>
-<BR>
-<DIV CLASS="section">
- <H3>Sample Summary</H3>
- <TABLE CLASS="bodyTable">
- <CAPTION STYLE="text-decoration: underline;">Tuscany samples summary</CAPTION>
-
- <TBODY>
- <TR CLASS="a">
- <TD> <A HREF="helloworld/readme.htm" TARGET="_blank">helloworld</A></TD>
- <TD>Sample showing a J2SE client using the Tuscany SCA runtime and
- invoking a component.
- </TD>
- </TR>
- <TR CLASS="b">
- <TD><A HREF="helloworldweb/readme.htm" TARGET="_blank">helloworldweb</A>&nbsp;</TD>
- <TD>Sample showing a J2EE web app client using the Tuscany SCA
- runtime and invoking a component.
- </TD>
- </TR>
- <TR CLASS="a">
- <TD><A HREF="helloworldws/readme.htm" TARGET="_blank">helloworldws</A>&nbsp;</TD>
- <TD>Sample showing a Tuscany SCA component exposed as a Web
- service endpoint.
- </TD>
- </TR>
- <TR CLASS="b">
- <TD><A HREF="helloworldwsclient/readme.htm" TARGET="_blank">helloworldwsclient</A>&nbsp;</TD>
- <TD>Sample showing a J2SE client using the Tuscany SCA runtime and
- invoking a remote Web service
- </TD>
- </TR>
- <TR CLASS="a">
- <TD><A HREF="helloworldws-celtix/readme.htm">helloworldws-celtix</A></TD>
- <TD>HelloWorld Sample using Celtix.</TD>
- </TR>
- <TR CLASS="b">
- <TD><A HREF="helloworld-jms/server/readme.htm">helloworld-jms server</A></TD>
- <TD>HelloWorld JMS server sample using Celtix.</TD>
- </TR>
- <TR CLASS="a">
- <TD><A HREF="helloworld-jms/client/readme.htm">helloworld-jms client</A></TD>
- <TD>HelloWorld JMS client sample using Celtix.</TD>
- </TR>
- <TR CLASS="b">
- <TD><A HREF="helloworlde4xws/readme.htm">helloworlde4xws</A></TD>
- <TD>Sample showing a JavaScript/E4X component exposed as a Web
- service</TD>
- </TR>
- <TR CLASS="a">
- <TD><A HREF="helloworldjsonrpc/readme.htm">helloworldjsonrpc</A></TD>
- <TD>Sample HelloWorld Web application using JSON-RPC</TD>
- </TR>
- <TR CLASS="b">
- <TD><A HREF="helloworldjsclient/readme.htm">helloworldjsclient</A></TD>
- <TD>Another JSON-RPC web app sample showing a Web service client</TD>
- </TR>
- <TR CLASS="a">
- <TD><A HREF="calculator/readme.htm">calculator</A></TD>
- <TD>Sample showing &nbsp;Tuscany SCA runtime using multiple
- components.</TD>
- </TR>
- <TR CLASS="b">
- <TD><A HREF="customerinfo/readme.htm">customerinfo</A></TD>
- <TD>Sample showing &nbsp;a component &nbsp;exposing a WSDL
- &nbsp;portType interface and using the dynamic SDO API</TD>
- </TR>
- <TR CLASS="a">
- <TD><A HREF="supplychain/readme.htm">supplychain</A></TD>
- <TD>Sample showing the use of Tuscany SCA asynchronous API</TD>
- </TR>
- </TBODY>
- </TABLE>
- <BR>
-</DIV>
-</BODY>
-</HTML>