Entity Beans - Container
Container
- multiple EJB classes can be installed in a single container,
- it makes the home interface for each installed bean class available through JNDI context.
Home Interface
- create a new EJB
- look up existing EJB objects
- remove an EJB Object
- gets the MetaData
- handle for the home object