DDD & REST – Domain Driven APIs for the web – Oliver Gierke



DDD & REST – Domain Driven APIs for the web – Oliver Gierke

DDD & REST - Domain Driven APIs for the web - Oliver Gierke

Recorded at SpringOne Platform 2016.
Speaker: Oliver Gierke
Slides: http://www.slideshare.net/SpringCentral/ddd-rest-domain-driven-apis-for-the-web

While Domain Driven Design is supposed to take care of complexity in the very core of software, REST is usually treated a plain remoting technology. In this talk we’re going to explore some commonalities of the two when it comes to the design of both the domain and resources. We’re going to discover how a good domain design is essential to build a great REST API in the first place and which means REST provides to make your APIs more domain driven. From all of the building blocks of DDD, the talk identifies the ones most important when it comes to building a good REST API: we’re going to look at aggregates as natural boundaries for representations, repositories as the backing foundation for collection resources and how hypermedia allows to make domain specific state transitions explicit.

Comments are closed.