February 2013
Intermediate to advanced
656 pages
21h 26m
English
Now consider an alternative model as shown in Figure 10.2, in which there are four distinct Aggregates. Each of the dependencies is associated by inference using a common ProductId, which is the identity of Product considered the parent of the other three.
Figure 10.2. Product and related concepts are modeled as separate Aggregate types.
Breaking the single large Aggregate into four will change some method contracts on Product. With the large-cluster Aggregate design the method signatures looked like this:
public class Product ... { ... public void planBacklogItem( String ...
Read now
Unlock full access