Please enable JavaScript.
Coggle requires JavaScript to display documents.
ADR - Coggle Diagram
ADR
Domain
Domain Payload
entry point into whatever does the domain work
PoEAA
Service Layer
Translation Script
Domain Driver Design
Aplication Service
User Case
iteract with Responder only for presentation purpuse
=/ Model
Responder
Action Invode Responder to build the HTTP Responce
in charge of setting: headers, body content, picking content type, rendering template
can build many contetn building system
Template View; Two Step View; Transform View
may be use by more thane one action
Action
=/ Controler
variations of Controller and View
ActionController
Single ActionController
Focused Controller
Work desctiption
Request
is despatech by Action
iteract with Domain
emit Response
Every Action/Responder/Domain goes in its own class
many classes may be more easily manageable
Separate Presentation
It is a user interface pattern. It is not an entire application architecture in itself