Talk:Model view controller
From CSSEMediaWiki
(Difference between revisions)
Line 2: | Line 2: | ||
− | 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. | + | 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]] | [[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.