Talk:Model view controller
From CSSEMediaWiki
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Hierarchical-MVC == | == Hierarchical-MVC == | ||
− | When your application gets | + | When your application gets big, the model, view or controller component may well become a [Big ball of mud]. A popular fix is to go one step further and apply [http://www.javaworld.com/javaworld/jw-07-2000/jw-0721-hmvc.html Hierarchical-MVC], which attempts to make MVC scalable. |
− | + | [[User:Lindsay | Lindsay Kay]] |
Revision as of 21:14, 8 October 2008
Hierarchical-MVC
When your application gets big, the model, view or controller component may well become a [Big ball of mud]. A popular fix is to go one step further and apply Hierarchical-MVC, which attempts to make MVC scalable.