Sun Microsystems Logo

 

 
 

Examples of Entity Beans using Container Managed Persistence
ejb/cmp

Enterprise JavaBean Examples demonstrating container managed persistence.

simple/

A simple CMP example.

roster/

The roster application has five components. The RosterAppClient component is a J2EE application client that accesses the RosterEJB session bean through the bean's remote interfaces. RosterEJB accesses three entity beans--PlayerEJB, TeamEJB, and LeagueEJB--through their local interfaces.