Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In this chapter, you were introduced to the second type of EJB: entity beans. Two types of entity beans are used: bean-managed persistence (BMP) and container-managed persistence (CMP).
Entity beans with BMP provide more flexibility for handling and storing the data in the underlying database. For BMP entity beans, you need to provide information on how to load the JDBC driver for the underlying database.