Multiple choice technology architecture

provides a powerful mechanism to implement transparent persistence for your object model

  1. Web Service Broker

  2. Domain Store

  3. Data Access Object

  4. Service Activator

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

The Domain Store pattern provides transparent persistence for an object model by abstracting the mapping between objects and their persistent storage. It handles the complexity of saving, loading, and managing object state without exposing persistence details to business logic. Web Service Broker exposes business services as web services, DAO provides data access operations, and Service Activator enables async processing.