WAS v8.5 > End-to-end pathsSCA composites
This page provides a starting point for finding information about 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
- Use existing Java EE modules and components as SCA implementations
We can use the SCA programming model to invoke business services in Java EE components.- Use Spring 2.5.5 containers in SCA applications
We can use the SCA programming model to invoke beans that follow the Java 2 Platform, Standard Edition (J2SE) programming model in a Spring 2.5.5 container. WAS v8.5 supports components implemented with Spring Framework that use <implementation.spring> in composite definitions.
Related information:
SCA composites
Develop SCA composites