EJB Tutorial Sample

The EJB Tutorial Sample demonstrates a complete WebLogic Workshop application that integrates EJBs, EJB controls, and page flow technologies.

The EJB Tutorial Sample application allows a user to enter information about bands and a band's recordings, and obtain user rating information on recordings. The application contains the following components:

The Tutorial: Enterprise JavaBeans gives step by step instructions for building this application from scratch.

Note. The Enterprise JavaBean tutorial uses additional client applications to test intermediate stages of EJB construction. In addition, different database tables are used to store information and other JNDI names are used to avoid naming conflicts. However, in all other aspects the EJB Tutorial sample and EJB Project tutorial applications are identical.

Concepts Demonstrated by this Sample

Location of Sample Files

This sample is located at:

BEA_HOME\weblogic81\samples\platform\EJBTutorial_Sample\EJBTutorial_Sample.work

To Run the Sample

  1. Start WebLogic Server in the workshop domain.
  2. Open EJBTutorial_Sample/EJBTutorial_WebApp/Controller.jpf and click the Start button.

Related Topics

Tutorial: Enterprise JavaBeans