You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »

Tuscany is based on specifications defined by the Open SOA Collaboration:

  • Service Component Architecture (SCA) - An essential characteristic of SOA is the ability to assemble new and existing services to create brand new applications that may consist of different technologies. Service Component Architecture defines a simple, service-based model for construction, assembly and deployment of network of services (existing and new ones) that is language-neutral. Tuscany is working on SCA specification 1.0.
  • Service Data Object (SDO) provides a uniform interface for handling different forms of data, including XML documents, that can exist in a network of services and provides the mechanism for tracking changes. Apache Tuscany provides Java and C++ implementations for SDO. Learn more about SDO. Tuscany supports SDO specification 2.1.
  • Data Access Service (DAS) provides a simple SDO interface to relational databases. Apache Tuscany provides a Java implementation for DAS. Learn more about DAS.
  • No labels