Chapter 7 Creating J2EE Applications for IBM WebSphere 5.0


Enterprise JavaBeans

Enterprise JavaBean (EJB) is a component model for Java.

There are several types of EJBs: Entity Bean, Session Bean, and Message Driven Bean.

Entity Bean is used for persistent objects. There are two types of persistence management:

J2EE 1.3 has a new EJB 2.0 component model. The EJB 2.0 specification introduces a number of improvements: better definition for CMP, local interfaces, EJB Query Language (EJB-QL), and ejbSelect methods.

 


Copyright (C) 2006. Sybase Inc. All rights reserved.