Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.
<link to Java SCA>
<link to C++ SCA>

...