
© Copyright IBM Corp. 2004. All rights reserved. 435
Chapter 16. Container Managed
Persistence over Anything
It is well known that WebSphere Application Server supports Container Managed
Persistence (CMP) for Enterprise Java Beans (EJB) over many different
databases. In the EJB V2.0 specification, under the Goals section, one of the
goals is to provide improved support for the persistence of entity beans. The
process of creating and maintaining a Container Managed Persistence entity
bean to persist in any relational database is well known.
Whenever there is a need to persist data over a non-relational database, the only
option for the developer ...