Transfer Object Assembler

Use a Transfer Object Assembler to build an application model as a composite Transfer Object. The Transfer Object Assembler aggregates multiple Transfer Objects from various business components and services and returns it to the client.
This pattern is divided into a number of sections for simplicity like a problem, forces, solution, class diagram, sequence diagram etc.
Table of contents
Problem
Forces
Solution
Structure - Class Diagram, Sequence Diagram
Participants and Responsibilities
Implementation
Consequences
Applicability
References

Problem

(Problem section describes the design issues faced by the developer)
You want to obtain an application model that aggregates transfer objects from several business components.



Comments