Multiple choice technology architecture

Used to model, represent, and manage a set of interrelated persistent objects rather than representing them as individual fine-grained beans.

  1. Composite Entity

  2. Service to Worker

  3. Domain store

  4. Value list handler

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

Composite Entity is a J2EE pattern used to model, represent, and manage interrelated persistent objects as a coarse-grained entity rather than fine-grained beans. This reduces the number of actual calls and improves performance.