EJB Timer Service Example
-------------------------

The following are the steps to build, deploy, and run this sample.
Make sure that the J2EE 1.4 server is running before deployment.

To compile the source files of the beans, build the assembly
file, and deploy it, execute: 

1) asant all

Alternatively, these steps can be executed individually:

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

This will deploy the CleanDayLimitOrdersEjb bean to the server. 

2) asant client_jar 

This will build the client-side jar file.

3) asant run_client

This will run the client.

4) asant clean

This will remove any generated files and .class files for a clean
rebuild, but not the archive files (.ear, .jar).

5) asant undeploy

This will undeploy CleanDayLimitOrdersEjb from the J2EE 1.4 application
server.
