Implementing the Session Facade Pattern

The session facade pattern contains and centralizes complex interactions between lower-level EJBs (often entity beans). It provides a single interface for the business services of your application.

To implement the session facade pattern using the modeling tools:

  1. Create a session bean, if you have not already done so.
  2. Create a local reference between the beans:

Related topics

Implementing Business Logic
Creating Oracle ADF Data Controls for EJB Components
Developing Enterprise JavaBean Applications

 

 

 

Copyright © 1997, 2004, Oracle. All rights reserved.