Versions Compared

Key

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

...

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. Tuscany SCA is also architected to be extended to included additional data bindingsHowever, 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 extension points such as data bindings, such as support for SDO and JAXB.

This guide explains the steps to add each of these extension types. Please help us refine the guide as you go through the steps of adding extensions.

Name spaces used by extensions

...