Container Model - II
Container type defines a framework for a component developer. These interfaces are not CORBA objects therefore distinguished as local objects.
Container implementation type specifies the interaction pattern with the POA and CORBA services based on policies.
These descriptions are given in a component descriptor (XML).
These descriptions are used by the container factory to create a POA when the container is defined.
External types: Home interface and the application interfaces. Home interface contains factories for creating new objects and finders for existing objects. (EJBHome+EJBObject).