CORBA Component Model |
CORBA Component Model (CCM) is an addition to the family of CORBA definitions. It was introduced with CORBA 3, and it describes standard application framework for CORBA components. It could be described as language independent Enterprise Java Beans (EJB) .
The CCM has a component container, where software components can be installed. The container offers a set of services, that the components can use. These services include (but are not limited to) authentication, persistance and transaction management. These are all the most used services a distributed system requires, and by moving the implementation of these services from the software components to the component container, the complexity of the components is dramatically reduced.
= See also =
*Cadena *OpenCCM
= External links =
|
|