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