Sun Microsystems Logo

 

 
 

Examples of Entity Beans using Bean Managed Persistence
ejb/bmp

Enterprise JavaBean Examples demonstrating bean managed persistence.

simple/

A simple BMP example.

savingsaccount/

A simple bank using a BMP to persist data in a relational database

enroller/

Enroller sample demonstrates the use of mapping a many-to-many relationship between database tables to a pair of entity beans with bean-managed persistence

order/

Order sample demonstrates the use of mapping a one-to-many relationship between database tables to a helper class and an entity bean with bean-managed persistence.

salesrep/

Salesrep sample demonstrates the use of mapping a one-to-many relationship between database tables to a pair of entity beans with bean-managed persistence

robean/

This sample demonstrates the support for read only beans in Sun ONETM application server.