Enterprise JavaBeans (EJB) Applications
Enterprise beans are Java components that typically implement the business logic of J2EE applications, as well as accessing data. The EJB container provides all the runtime services needed to administer enterprise beans. The container is an interface between EJB components and the application server.
The container provides many low-level services, including threading and transaction support. From an administrative perspective, the container handles data access for the contained beans.
