Developing Enterprise JavaBeans (EJB) applications
In this chapter, we introduce Enterprise JavaBeans (EJB) and demonstrate by example how to create, maintain, and test EJB components. We explain how to develop session beans and describe the relationships between the session beans and the Java Persistence API (JPA) entity beans. Then we integrate the EJB with a front-end web application for the sample application. We include examples for creating, developing, and testing the EJB using Rational Application Developer.
The chapter is organized into ...