mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
docs: add mvc architecture diagram
This commit is contained in:
@@ -34,6 +34,11 @@ Wikipedia says
|
||||
|
||||
> Model–view–controller (MVC) is commonly used for developing user interfaces that divide the related program logic into three interconnected elements. This is done to separate internal representations of information from the ways information is presented to and accepted from the user.
|
||||
|
||||
Architecture diagram
|
||||
|
||||

|
||||
|
||||
|
||||
## Programmatic Example of Model-View-Controller Pattern in Java
|
||||
|
||||
Consider following `GiantModel` model class that provides the health, fatigue & nourishment information.
|
||||
|
||||
Reference in New Issue
Block a user