Chapter 11. Enterprise Java Services
Enterprise JavaBeans (EJB) allow developers to focus on writing the business logic necessary to support their applications without having to deal with the intricacies of the underlying middleware.
EJB containers insulate the enterprise beans from the underlying EJB server and provide a standard application programming interface (API) between the beans and the container. The EJB Specification defines this API. The EJB container provide crucial services such as transactions, security, naming, and persistence.
Enterprise Java Services (EJS) is the WebSphere component that allows the deployment and management of Enterprise JavaBeans in EJB containers.
In this chapter we discuss:
How to prepare WebSphere so that ...
Get WebSphere V3.5 Handbook 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.