summaryrefslogtreecommitdiffstats
path: root/tags/site-090106-pre667/site-publish/sca_index.html
diff options
context:
space:
mode:
Diffstat (limited to 'tags/site-090106-pre667/site-publish/sca_index.html')
-rw-r--r--tags/site-090106-pre667/site-publish/sca_index.html209
1 files changed, 0 insertions, 209 deletions
diff --git a/tags/site-090106-pre667/site-publish/sca_index.html b/tags/site-090106-pre667/site-publish/sca_index.html
deleted file mode 100644
index ddbcfddc83..0000000000
--- a/tags/site-090106-pre667/site-publish/sca_index.html
+++ /dev/null
@@ -1,209 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-
-<!--
-Copyright 1999-2004 The Apache Software Foundation
-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.
--->
-
-
-<!-- Content Stylesheet for Site -->
-
-
-<!-- start the processing -->
-<!-- ====================================================================== -->
-<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
-<!-- Main Page Section -->
-<!-- ====================================================================== -->
-<html>
-<head>
- <link rel="stylesheet" href="./css/base.css"/>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
-
-
-
-
-
- <title>Tuscany - Tuscany SCA</title>
-</head>
-
-<body bgcolor="#ffffff" text="#000000" link="#525D76">
- <table border="0" width="100%" cellspacing="0">
- <!-- TOP IMAGE -->
- <tr>
- <td align='LEFT'><td align="left">
-<a href="http://incubator.apache.org/tuscany/"><img src="./images/tuscanylogo_candidate2.jpg" alt="Tuscany" border="0" height="32" width="120"/></a>
-</td>
-</td>
- <td align='LEFT'><td width="80%" align="left" valign="bottom" bgcolor="#ffffff">
- <font color="#625972" size="+3" face="arial,helvetica,sanserif">
- <b><bannertitle>Tuscany SCA</bannertitle></b>
-</font>
-</td>
-</td>
- </tr>
- </table>
- <hr noshade="" size="1"/>
- <table border="0" cellspacing="0">
- <tr>
- <td> <a href="./index.html">Home</a>
-</td>
- <td> <a href="./sca_index.html">SCA</a>
-</td>
- <td> <a href="./sdo_index.html">SDO</a>
-</td>
- <td> <a href="./das_index.html">DAS</a>
-</td>
- </tr>
- </table>
- <table border="0" width="100%" cellspacing="4">
- <tr>
- <!-- LEFT SIDE NAVIGATION -->
- <td width="20%" valign="top" nowrap="true">
-
- <!-- ============================================================ -->
-
- <p><strong>General</strong></p>
- <ul>
- <li> <a href="./index.html">Home</a>
-</li>
- <li> <a href="./news.html">News</a>
-</li>
- <li> <a href="./documentation.html">Documentation</a>
-</li>
- <li> <a href="./license.html">License</a>
-</li>
- <li> <a href="http://www.apache.org/" target="_blank">ASF</a>
-</li>
- <li> <a href="./downloads.html">Downloads</a>
-</li>
- </ul>
- <p><strong>Community</strong></p>
- <ul>
- <li> <a href="./get-involved.html">Get Involved</a>
-</li>
- <li> <a href="./mail-lists.html">Mailing Lists</a>
-</li>
- <li> <a href="./faq.html">FAQ</a>
-</li>
- <li> <a href="./issue-tracking.html">Issue Tracking</a>
-</li>
- <li> <a href="http://wiki.apache.org/ws/Tuscany" target="_blank">Wiki</a>
-</li>
- <li> <a href="http://apache-tuscany.blogspot.com" target="_blank">Blog</a>
-</li>
- </ul>
- <p><strong>Development</strong></p>
- <ul>
- <li> <a href="http://wiki.apache.org/ws/Tuscany/TuscanyJava/Roadmap" target="_blank">Road Map / TODO</a>
-</li>
- <li> <a href="./source-code.html">Source Code</a>
-</li>
- <li> <a href="./java-projects.html">Java projects</a>
-</li>
- <li> <a href="./cpp-projects.html">C++ projects</a>
-</li>
- </ul>
- </td>
- <td width="80%" align="left" valign="top">
- <table border="0" cellspacing="0" cellpadding="2" width="100%">
- <tr><td bgcolor="#726982">
- <font color="#ffffff" face="arial,helvetica,sanserif">
- <a name="Service Component Architecture"><strong>Service Component Architecture</strong></a>
- </font>
- </td></tr>
- <tr><td>
- <blockquote>
- <p> SCA provides developers with a simple, business-oriented, model for creating systems based on a service oriented
- architecture. It manages infrastructure complexities such as transactions, security and reliable
- messaging and frees the developer to focus on providing business function. The solutions developed
- using SCA can be changed declaratively to alter infrastructure capabilities or application configuration
- properties to meet changing business requirements. For example, infrastructure capabilities such as
- security policies may change from one environment to another and can be changed without the need for
- re-implementation. Application configuration may also be changed in this way, for example, the currency
- quoted by a stock quote feed may be changed though the SCA configuration mechanism.</p>
- <p> SCA divides up the steps in building a service-oriented application into two major parts:</p>
- <br />
- <p>* The Implementation of components which provide services and consume other services. SCA supports
- service implementations written using any one of many programming languages, both including conventional
- object-oriented and procedural languages such as Javatm, PHP, C ++. XML-centric languages such as BPEL
- and XSLT, and also declarative languages such as SQL and XQuery. SCA also supports a range of programming
- styles, including asynchronous and message-oriented styles, in addition to the synchronous
- call-and-return style.</p>
- <p>* The Assembly of sets of components to build composite business applications that addresses specific
- business requirements. This is performed by wiring together the service implementation components. </p>
- <img src="./images/sca_composite.jpg" width="100%" height="100%" align="" usemap="#scaMap" />
- <map name="scaMap">
- <area shape="rect" coords="153,26,358,128" href="sca-interface.html" alt="Interface" />
- <area shape="rect" coords="640,23,845,125" href="sca-interface.html" alt="Interface" />
-
- <area shape="rect" coords="140,539,317,684" href="sca-binding.html" alt="Binding" />
- <area shape="rect" coords="684,540,863,684" href="sca-binding.html" alt="Binding" />
-
- <area shape="rect" coords="434,540,596,686" href="sca-implementation.html" alt="Implementation" />
-
- <area shape="rect" coords="197,435,272,481" href="sca-wire.html" alt="Wire" />
- <area shape="rect" coords="493,436,566,480" href="sca-wire.html" alt="Wire" />
- <area shape="rect" coords="758,437,833,480" href="sca-wire.html" alt="Wire" />
-
- <area shape="rect" coords="301,287,464,392" href="sca-component.html" alt="Component A" />
- <area shape="rect" coords="567,287,729,390" href="sca-component.html" alt="Component B" />
-
- <area shape="poly" coords="21,287, 143,287, 183,332, 142,376, 22,376, 61,332" href="sca-service.html" alt="Service" />
- <area shape="poly" coords="833,288, 954,288, 994,333, 954,376, 833,375, 871,331" href="sca-reference.html" alt="Reference" />
-
- <area shape="rect" coords="457,52,580,95" href="sca-property.html" alt="Property" />
-
- <area shape="rect" coords="93,170,906,509" href="sca-composite.html" alt="Composite" />
-
-</map>
- </blockquote>
- </p>
- </td></tr>
- <tr><td><br/></td></tr>
- </table>
- </td>
- </tr>
- </table>
- <hr noshade="" size="1"/>
- <table border="0" width="100%" cellspacing="0">
- <tr>
- <td><img src="./images/apache-incubator-logo.png" alt="Apache Incubator Logo"/></td>
- <td class="disclaimer">
- <em>Copyright &copy; 2006, The Apache Software Foundation</em><br/>
- Apache Tuscany is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Web Services PMC.
- Incubation is required of all newly accepted projects until a further review indicates that the infrastructure,
- communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
- While incubation status is not necessarily a reflection of the completeness or stability of the code,
- it does indicate that the project has yet to be fully endorsed by the ASF.
- </td>
- </tr>
- </table>
-</body>
-</html>
-<!-- end the processing -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-