Looking for any examples or references that show proper modeling of a rest api for the command side when using ddd. Anyone know of any? How do you expose a micro service that models an AR into a properly defined rest service api (layer 4 richardson maturity model)?
Thanks.
--
You received this message because you are subscribed to the Google Groups "DDD/CQRS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dddcqrs+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "DDD/CQRS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dddcqrs+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hypermedia looks like CRUD because a lot of digital ink has been expended writing that narrative. Tooling vendors push that as well because it's something they can package as a "magic bullet" and it looks great in demos. Further they make it easy to "serialize objects" [probably from an ORM] which means your "api" becomes nothing more than a way to tunnel sql statements over port 80. Et voilà: all this work results [once again] in tight coupling and a fragile system.It doesn't have to be used that way, but the whole world will try to make you think it does.
--
--
X-HTTP-Method / X-HTTP-Method-Override may help...
http://fandry.blogspot.nl/2012/03/x-http-header-method-override-and-rest.html
You received this message because you are subscribed to a topic in the Google Groups "DDD/CQRS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dddcqrs/CrDAI2RrLNQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dddcqrs+u...@googlegroups.com.