Enterprise Beans Configuration

Enterprise Beans Configuration:
Start DB2 Enterprise Beans configuration. [PDF Instructions (5 pages, ~24k)]
Start Oracle Enterprise Beans configuration. [PDF Instructions (5 pages, ~24k)]
Start Sybase Enterprise Beans configuration. [PDF Instructions (5 pages, ~24k)]
Start SQLServer Enterprise Beans configuration. [PDF Instructions (5 pages, ~24k)]

Summary of Enterprise Beans Configuration tasks:

  • Step 1: Create a Database User.
  • Step 2: Specify a data source for the enterprise beans container.
  • Step 3: Install and deploy the beans (specifies the JAR file in which the beans are located).
  • Step 4: Configure the YourCo database.

The set of sample enterprise beans has eight beans to deploy.

Five enterprise beans have container-managed persistence (CMP). These require database access to store their data:

  • Account.jar
  • Audit.jar (YourCo)
  • History.jar (YourCo)
  • Increment.jar
  • Leave.jar (YourCo)

Three enterprise beans do not require database access:

  • Access.jar (YourCo)
  • Hello.jar
  • Transfer.jar