Tutorial Series: EJB 2.1 Techniques
September 2003
This series of tutorials uses a sample application to demonstrate
programming techniques that take advantage of features defined in the EJB 2.0
and 2.1 specifications. The application, called Financial Brokerage Service
10g (FBS 10g), also demonstrates some new features of Oracle Application
Server 10g. While describing parts of the larger application, each tutorial
is self-contained, and each explains how to use a technique or perform a task.
You can download
the complete FBS 10g, including source code and installation instructions, from
OTN.
You can also browse the source code online.
Contents
-
About the Financial Brokerage Service
-
Using EJB Local Interfaces
-
Using Container-Managed Relationships
-
Using Container-Managed Persistence
-
Using EJB Query Language
-
Controlling Access with Servlet
Filters
-
Using Web Services
-
Using Web Service Endpoints
-
Using Message-Driven Beans
-
Using Timers
|