Did any one give complete idea about the mvc and mvp pattern or some helpful links?
Edit: closed as duplicate of What are MVP and MVC and what is the difference?
|
1
|
Did any one give complete idea about the mvc and mvp pattern or some helpful links? Edit: closed as duplicate of What are MVP and MVC and what is the difference? |
|||
|
|
closed as exact duplicate by Blair Conrad Nov 27 '08 at 5:34 |
|
|
check the links: http://blogs.infragistics.com/blogs/tsnyder/archive/2007/10/17/mvc-or-mvp-pattern-whats-the-difference.aspx http://en.wikipedia.org/wiki/Model-view-controller |
||
|
|
|
|
I think the key difference is that in MVC the view observes the model directly, whereas in MVP, the view gets its data through the presenter (which gets it from the model). |
||
|
|