Using EJB CMP entity beans

EAServer includes a sample EJB 2.0 CMP entity bean, in the installation subdirectory html/classes/Sample/cmp20sample. The sample defines two components to demonstrate the use of container managed persistence for entity beans, including EJB-QL queries for finder and select methods. This sample also shows the use of local interfaces to call the entity bean from a session bean. For instructions on deploying and running the sample, see the readme.txt file included with the source files.