Multiple choice technology architecture

Simpliflies the client access to the business tier components and eliminates client's direct dependency on multiple business objects

  1. Service Locator

  2. Session Façade

  3. Application Service

  4. Business Delegate

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Session Facade simplifies client access to business tier components by providing a unified interface that aggregates multiple business objects. It eliminates the client's need to interact with multiple fine-grained business components directly. Service Locator finds and creates services, Application Service provides business logic, and Business Delegate reduces tier coupling.