I\'m just getting started in DDD, and I\'m having some trouble figuring out how to accommodate the relational nature of my data. I have what I believe would be considered my ag
The article Robert linked to is a good one. I would add that if ProductComponent exists only in the context of AccountElement and AccountElement exists only in the context of Account, then by extension ProductComponent is in the context of Account.