Slide 14
Slide 14 text
The Command-side
• The user fills the fields of a section
• A save command will be sent to the server
• On the server the statement is loaded and through an object
mapper it is filled with the
data in the command
• All the rules are applied
• Finally, all the changes will
be saved on the database
How it works
UI
Command
Handling
command
result
Thin
Data
Layer
DTOs
query
load,
change
and
persist
Domain
Model
Query-‐side
Command-‐side