CORBAComponents vs. EJB 1.1
Multiple interfaces
- CORBA Component model uses facet definition and component can implements multiple interfaces.
- Beans can implement multiple interfaces.
Uses Relationship:
- Uses relationship description is defined in CORBA Component model with receptacles so that two or more component can be connected to each other and invoke operations based on the interface type.
CORBA Component model introduces an event model and components can be connected to each other with these event channels. EJB most likely will promote JMS in this area. But there is no specific design for event based connection of components.