Introduction to Enterprise JavaBeans 3.0 by Lynn Munsinger The EJB 3.0 specification makes it easier than ever to develop Enterprise What is an EJB? An Enterprise JavaBean (EJB) is a reusable, portable J2EE component. EJBs consist Types of EJBs EJBs consist of three main types: Session, Entity, and Message-Driven. A Session Session Beans Session beans generally represent actions in the business process such as A stateful session bean maintains a conversational state across method invocations; Session Bean Example
Entity Beans An entity bean is an object that manages persistent data, potentially uses Entity Bean Example
Message-Driven Beans Message-driven beans (MDBs) provide an easier method to implement asynchronous Message Driven Bean Example
Utilizing EJBs An EJB client is the application that accesses the bean. It does not necessarily EJB Client Example
Summary Developing Enterprise JavaBeans is significantly easier with the EJB 3.0 specification.
|
Tuesday, September 4, 2007
Introduction to Enterprise JavaBeans
Introduction to Enterprise JavaBeans
Subscribe to:
Posts (Atom)