Talk:Model view controller
From CSSEMediaWiki
(Difference between revisions)
(New page: When you need scalability, each model, view or controller component becomes a BigLumpOfGlue. For large GUIs, a popular approach is to go one step further and apply [http://www.javaworld.c...) |
|||
Line 1: | Line 1: | ||
− | When | + | == Hierarchical-MVC == |
+ | |||
+ | |||
+ | When your application gets bigger each model, view or controller component may well become a BigLumpOfGlue. For large GUIs, a popular approach is to go one step further and apply [http://www.javaworld.com/javaworld/jw-07-2000/jw-0721-hmvc.html Hierarchical-MVC]. | ||
+ | |||
+ | [[[User:Lindsay | Lindsay Kay]] |
Revision as of 21:10, 8 October 2008
Hierarchical-MVC
When your application gets bigger each model, view or controller component may well become a BigLumpOfGlue. For large GUIs, a popular approach is to go one step further and apply Hierarchical-MVC.
[[[User:Lindsay | Lindsay Kay]]