« Patterns d'Intégration | Page d'accueil | Les Apports Métiers de l'Architecture Orientée Services »

25/02/2005

Pattern Business

Pattern Synopsis
Business DelegateEncapsulates access to a business service.
Service LocatorEncapsulates service and component lookups.
Session FaçadeEncapsulates business-tier components and exposes a coarse-grained service to remote clients.
Application ServiceCentralizes and aggregates behavior to provide a uniform service layer.
Business ObjectSeparates business data and logic using an object model.
Composite EntityImplements persistent Business Objects (374) using local entity beans and POJOs.
Transfer ObjectCarries data across a tier.
Transfer Object AssemblerAssembles a composite transfer object from multiple data sources.
Value List HandlerHandles the search, caches the results, and provide the ability to traverse and select items from the results.

Les commentaires sont fermés.