SCA composites
This page provides a starting point for finding information about Service Component Architecture (SCA) composites, which consist of components that implement business functions in the form of services.
You typically do not deploy SCA composites directly onto a product server. To deploy SCA composites, you import SCA composites as assets to the product repository and add the assets to business-level applications.
Subtopics
- (dist)(zos) Use existing Java EE modules and components as SCA implementations
We can use the Service Component Architecture (SCA) programming model to invoke business services in Java EE components.
- (dist)(zos) Use Spring 2.5.5 containers in SCA applications
We can use the Service Component Architecture (SCA) programming model to invoke beans that follow the Java 2 Platform, Standard Edition (J2SE) programming model in a Spring 2.5.5 container. The product supports components implemented with Spring Framework that use <implementation.spring> in composite definitions.
Related information: