Please correct me if I am wrong.
We can say that the domain model to represent:
a) . In the M-structure of the MVC structure, which has M-parts, the Driven Design template is used.
b) The scheme of objects, their attributes and relationships in a certain way. It can also represent the M part in MVC, but in this case, regardless of the template used.
c) Domain model design template, where “the domain model creates a network of interconnected objects”;
d) As a domain object (it can be, for example, an object in our MVC model for a specific domain);
Is it possible to say that d) coincides with b) ?
Many thanks.
source
share