The Java Middleware Architecture
EJBs represent the middleware technology for the multitiered J2EE architecture. As such, it is useful to review where this technology fits within the overall multitiered technology we are developing.
Ultimately, the goal of EJBs is to provide a distributed software component—a remote object that can be accessed or invoked by remote clients. These components operate within a container which provides a specific set of services for the component. These services, as detailed in the next section of this chapter, represent the value added to this basic remote object invocation capability by J2EE.
The J2EE specification provides for EJB components. These components are special Java objects that can be invoked and run ...
Get J2EE™ and Beyond: Design, Develop, and Deploy World-Class Java™ Software 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.