Summary

The CORBA specification makes components available on two levels of functionality. This chapter focuses on the basic level, because of its compatibility with the EJB standard.

It is shown how the concept of a CORBA object is replaced by the equivalent concept of a component managed by a component home and embedded in a container. A new dialect of IDL, extended IDL, is defined that includes grammatical constructions for components, introduced by the component and home keywords.

There are four fundamental categories of component: session, service, entity, and process. The choice of component category has considerable influence on the component’s implementation and life-cycle properties. For example, session and service components are transient, ...

Get Pure CORBA now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.