From 200a40b332420f94992eb39a6d0ea1cf1490ffc4 Mon Sep 17 00:00:00 2001 From: coreyg Date: Fri, 21 Nov 2014 09:30:19 +0000 Subject: Adding tuscany's website to their svn repo for svnpubsub git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1640879 13f79535-47bb-0310-9956-ffa450edef68 --- site/trunk/site-publish/sca-overview-sandbox.html | 130 ++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 site/trunk/site-publish/sca-overview-sandbox.html (limited to 'site/trunk/site-publish/sca-overview-sandbox.html') diff --git a/site/trunk/site-publish/sca-overview-sandbox.html b/site/trunk/site-publish/sca-overview-sandbox.html new file mode 100644 index 0000000000..2eeecd7839 --- /dev/null +++ b/site/trunk/site-publish/sca-overview-sandbox.html @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + Apache Tuscany : SCA Overview - sandbox + + + + + + + + + + + + + + + +
+ + + + +   + +
+ + +
+
+ + + + + + + + + +
+  Apache Tuscany > Trash > old-Sandbox > SCA Overview - sandbox + + User List | Dev List | Issue Tracker   +
+ + + + + + + +
+ + +
+ +
+
+

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.

+ +

SCA divides up the steps in building a service-oriented application into two major parts:

+ +
    +
  • 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.
  • +
+ + +
    +
  • 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.
  • +
+ + +

Tuscany implements SCA in Java and C++. For more information about each implementation or to get involved please refer to the following links.
+SCA Java
+<link to C++ SCA>

+ +

A PHP implementation for SCA is also available at <link for PECL>.

+
+
+
+ + +
+ + + + + + website stats + + + + + + -- cgit v1.2.3