6.4. Enterprise JavaBeansThere are three types of EJBs:
Although some shops still use entity beans, most of the Java community has moved away from them in favor of other, more flexible third-party ORM solutions. However, the other two types of EJBs still are widely used. We'll talk about Session Beans in this chapter and MDBs in the next. |