September 2003
Intermediate to advanced
368 pages
10h 16m
English
Session Façade
Increase performance by organizing remote business data in the most efficient manner (Figure B-12).

Manipulates business data using a façade.
Remote object that provides access to business data.
Stores business data (Figure B-13).

The client calls a business method of the remote session façade. The façade locates and manipulates business objects locally and returns the result to the client.
Session façades are most effective when using Session EJBs and EJB local home objects. This combination allows the façade to manipulate EJBs locally, significantly reducing network overhead. Façades usually communicate with clients using DTOs.
Read now
Unlock full access