Versions Compared

Key

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

...

Anchor
sca component
sca component
SCA Component

Provides the code necessary to execute a component
Support for different implementation technologies, samples are
Java class
BPEL Process Definition
PHP script
SCA Composite (recursive composition)
Declares SCA visible and configurable features
Services provided
References to required services
Properties required
Policy Intents required
Maybe used and configured by multiple components
Services and References are typed by Interfaces

The basic building block for SCA is a component implementation. When you're writing code for SCA, you are typically writing code that will either be the implementation of a component or will be used by such an implementation. A component implementation is described by the following attributes:

...