CORBAComponents vs. EJB 1.1
Component types:
- both defines a stateless, conversational, and persistent component types while CORBA Component introduces an additional process component type that is durable, persistent component with no primary key.
Threading model:
- CORBA Component supports single (serialize) and multithreaded calls while EJB serializes all the calls on the bean.