Stateful Session Bean
----------------------

The following are the steps to build, deploy, and run this sample:

1) asant all

This will compile the source files of the beans, build the assembly
file and deploy it. Make sure that the J2EE 1.4 server is running.

Alternatively, these steps can be executed individually:

1.1) asant compile
1.2) asant jar ear
1.3) asant deploy

This will deploy the bean to the server. 

2) asant client_jar 

This will build the client-side jar file.

3) asant run_client

This will run the standalone client.

4) asant clean

This will remove any generated files and .class files for a 
clean rebuild.
