Is the Controller in MVC considered an application service for DDD?
问题 I am applying DDD for the M part of my MVC and after some research (studying up!), I have come to the realization that I need my controller to be interacting with domain services (in the model). This would make my controller the consumer of the domain services and therefore an application service (in DDD terms). Is this accurate? Is there a difference between a controller and what DD defines as an application service? 回答1: The controller is not considered a service in DDD. The controllers