I would like to know how to implement factories in domain driven design. (examples)
Where should be placed interfaces and implementations of factories ? Do I need to create interfaces for Domain objects which factories creating ? Do I need to create factories for repositories, services, ...
I am using Dependency Injection Containers how can I put them together with factories ?
Thanks.
new
the domain entities. – Acaricide