/
/ $Header: README.txt 18-mar-2003.17:24:50 onaim Exp $
/
/ REAMD.txt
/
/ Copyright (c) Oracle Corporation 2000, 2001. All Rights Reserved.
/
/   NAME
/     README.txt - <one-line expansion of the name>
/
/   DESCRIPTION
/     <short description of component this file declares/defines>
/
/   NOTES
/     <other useful comments, qualifications, etc.>
/
/   MODIFIED   (MM/DD/YY)
/   onaim       03/18/03 - Updating ejb demo directory structure
/   ielayyan    05/11/01 - Creation
/

PURPOSE
~~~~~~~
bmpapp demonstrates EJB bean managed persistence.

EXPLANATION
~~~~~~~~~~~
This sample shows how to develop a BMP EJB that is called
from a servlet/JSP. Alternatively, a standalone Java client is also demonstrated
in this example. It performs common operations such as list, add, delete
for the employee number, name, and salary.

ADDITIONAL INFO
~~~~~~~~~~~~~~~
Please see ../README.txt for generic instructions.
