|
Batch Session Bean | Efficiently update multiple server-side objects |
Bimodal Data Access | Quickly access read-only lists of objects, while maintaing consistent, transactional access to individual objects |
Data Access Object (DAO) | Provide flexible, extensible access to data and other resources |
Front Component | Simplify implementation and maintenance of user interface presentation and workflow |
Model View Controller (MVC) | Facilitate maintenance, extensibility, flexibility, and encapsulation by decoupling software layers from one another. |
Paged List | Access remote collections in a network-efficient way |
Session Entity Facade | Provide a single API to a collection of enterprise beans
|
Value Object | Reduce network traffic and improve response time for access to coarse-grained, read-only data |