Enterprise Java Beans (EJB) defines a Java based component model. |
Enterprise beans are deployed into EJB Containers and defines their transaction and security needs in another file with the component meta-data. |
The implementation and meta-data files are deployed within the ejb-jar file for the assembly and deployment agents. |
Enterprise Bean encapsulates the business logic. |