Slide 20
Slide 20 text
The ADR pattern
•Action: Connects Domain and Responder. Uses the
request input to interact with the Domain, passes the
Domain output to the responder.
•Domain: The app’s business logic. Modifies states,
persistence. Manipulates session and env data.
•Responder: Build an HTTP response. Body content,
templates, views, cookies, status code and so on.