Please enable JavaScript.
Coggle requires JavaScript to display documents.
TIE-21307 (Architecture styles (Special (MVC (Pros (– Easy to implement…
TIE-21307
Architecture styles
-
Service-based
history
-
-
-
90's: Client-Server
-
Examples
Data storage servers
• Systems based on application servers
• Email programs (server – terminal program)
• Network application etc.
–Common solution, REST interfaces and users
• Most of the current applications and devices
-
Special
MVC
Pros
– Easy to implement several views to the same data
– All views are automatically synchronised
– New views can be added to a running system
– The layout of the interface can be changed with relative ease
-
-
-
-
-