Extras Flashcards
(5 cards)
1
Q
Three important types of objects:
A
Entity boundary control
2
Q
Best way to remember
A
Model view controller = Entity boundary control
It is a simplification of the MVC pattern
3
Q
What is entity?
A
Objects representing system data
Inner objects like products and nodes
Backend
4
Q
What is a boundary?
A
Objects that interface with system actors
Frontend
5
Q
What is a control?
A
Mediator between entities and boundaries ie middle man
API