Versions Compared

Key

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

Spring BigBank Sample Scenario

Scenario 1
This scenario represents the implementation from Spring Bigbank Samples.
Scenario 1. Before we get into more details we need to understand how the Spring Framework can be used with SCA.

How Spring Framework is used with SCA?

*A Spring Application Context is used as an implementation within an SCA composite component.
*A component that uses Spring for an implementation can wire SCA services and references without introducing SCA metadata into the Spring configuration. The Spring context knows very little about the SCA environment. All policy enforcement occurs in the SCA runtime implementation and does not enter into the Spring space.
*It should be possible to generate an SCA Composite from any Spring context and use that composite within an SCA assembly.

Anchor
Scenario1
Scenario1
1. Use implementation.composite as a component implementation - Implicit declaration

...