Entity Relationship Examples
----------------------------

The J2EE 1.4 Reference Implementation and the accompanied J2EE 1.4 Tutorial 
provide a lot of examples of Entity Relationships, both BMP and CMP. To 
avoid putting redundant efforts, we have decided to leverage the excellent
J2EE 1.4 Tutorial examples for this chapter.

To try out the code, look into <J2EE 1.4 Tutorial Folder>/examples/ejb/cmproster
example for CMP relationships implementation and <J2EE 1.4 Tutorial Folder>/examples/ejb
/storagebin for BMP relationships implementation.

You can refer to J2EE 1.4 Tutorial online at 
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/ or download it for offline use
from http://java.sun.com/j2ee/1.4/download.html#tutorial