EJB Examples

This sample database contains a collection of live code examples that illustrates techniques for implementing Enterprise JavaBeans (EJBs) in your applications.

These examples reside in the Examples37_EJB database.

This page covers the following topics:

 
Top of page

Description of the EJB Examples database

The Enterprise JavaBeans Specification provides a framework that allows you to build reusable Java-based components that are remotely accessible, transactional, and secure.

In the EJB Examples database, you will find examples that demonstrate the following techniques for implementing EJBs in real-world applications:

 
Top of page

How to get started

To run EJB examples:

  1. After installing the EJB Examples database, start the Main Designer.

  2. Select the EJB Examples database in the left pane of the Main Designer.

  3. Select the Run Database icon:

    The application starts up in your browser:

  4. Browse through the list in the left navigation pane and select examples of interest.

    The example you select opens in the right pane, where you can interact with its controls:

 
Top of page

EJB techniques

     To learn how to implement EJB technologies and access sample code that you can incorporate in your applications, go to Application Techniques in the help system: Enterprise JavaBean Techniques.

 
Top of page

Where to find more information

     For introductory information about EJBs, see the following chapters in Getting Started:

    For technical information about implementing EJBs, see the following chapters in the Programmer's Guide:

    For technical information about deploying EJBs, see the following chapter in the Facilities Guide of the server's Core Help:


Copyright © 2001, SilverStream Software, Inc. All rights reserved.