EJB Deployment   «Prev  Next»

Lesson 8

EJB Deployment Conclusion

Module Summary and Topics

In this module, you performed the three major tasks required to deploy a bean on an EJB platform. These steps were:
  1. Create the Deployment Descriptor
  2. Generate the EJB jar file
  3. Deploy the jar file on the EJB platform

The J2EE platform

You used the J2EE reference implementation to perform these tasks because it is the official reference implementation from JavaSoft and it is readily available and free. It is not suitable for production systems, only development and testing.

Write Customer Client - Exercise

Now, click the Exercise link to write a Customer program that is a client to a BankAccount bean. Write Customer Client - Exercise

You have used the classes that you downloaded to deploy and test the Hello session bean.

Write Customer Client - Exercise

Click the Exercise link below to deploy the BankAccount bean and test it with the provided BankCustomer client. Write Customer Client - Exercise
In the next module, you will be introduced to the code for the home and EJBObject interfaces.