1 | A container is the "EJBHome" for EJB components. |
2 | The container provides the secure, transactional environment. |
3 | It manages the object life cycle of the bean (component), and the state management. |
4 | The container provides the implementation of the bean's EJBHome interface and Remote interface. |
5 | It is responsible for making the Bean's EJBHome interface available in JNDI, the Java Naming and Directory Interface. |