/
/ $Header: README.txt 25-aug-2003.12:20:02 wliau 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)
/   wliau       08/25/03 - 
/   wliau       08/22/03 - 
/   onaim       03/18/03 - Updating ejb demo directory structure
/   ielayyan    05/11/01 - Creation
/

PURPOSE
~~~~~~~
helloworld demonstrates statless session beans.

EXPLANATION
~~~~~~~~~~~
This sample shows how to develop a stateless session EJB that is called
from a servlet. Alternatively, a standalone Java client is also demonstrated
in this example. 

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