Definitions for "Enterprise JavaBean"
A single element in a component-based, object-oriented, and distributed, enterprise application. See also: entity bean and session bean.
Server-side components written in Java that perform the business logic of an application in n-tier distributed applications. They must be deployed on an EJB server and within an EJB container, such as those provided by IBM WebSphere.
a component, just like a traditional JavaBean