Enterprise JavaBeans Overview

JavaSoft defined the Enterprise JavaBeans (EJB) specification to give Java developers a foundation for building distributed business components. EJBs are Java components that implement business logic and follow a contract designated in the EJB specification. EJBs live inside an EJB container, which provides a set of standard services, including transactions, persistence, security, and concurrency. This means that the application programmer is freed from developing these services from scratch.

EJB also provides portability for its components. Any EJB that conforms to the EJB 1.1 or EJB 2.0 specifications works correctly in the WebLogic Server. While the WebLogic Server supports both EJB 1.1 and EJB 2.0, these chapters ...

Get J2EE™ Applications and BEA™ WebLogic Server™ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.