Is it possible to do DDD and REST interface and language mapping?
问题 REST has a uniform interface constraint which is the following in a very zipped opinion based format. You have to use standards like HTTP, URI, MIME, etc... You have to use hyperlinks. You have to use RDF vocabs to annotate data and hyperlinks with semantics. You do all of these to decouple the client from the implementation details of the service. DDD with CQRS (or without it) is very similar as far as I understand. By CQRS you define an interface to interact with the domain model. This