Versions Compared

Key

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

...

Extension is a module (or a set of modules),when built with Tuscany SCA, can extend it to work with additional bindings, language implementations, programming models or databindings. Tuscany provides a simple set of SPIs for implementing extensions.

SCA assembly model is defined such that extensions can be added for new interface types or for new implementation types such as ruby and python, or new binding types such as CXF. However, the definition of extension SPIs is left to the implementor. Tuscany SCA Java provides a simple set of SPIs for implementing extensions. It also defines addtional additional extension points such as data bindingsbinding, such as for example support for SDO and JAXB.

...