What is the difference between MVC and MVP
Possible Duplicate:
What are MVP and MVC and what is the difference?
I know MVC (Model-View-Controller). Can somebody precisely reason how MVP is different from MVC? Also Where is MVP desirable than MVC?
In MVP the view is not allowed to "think". The presenter contains all the logic.
look at this: http://code.google.com/webtoolkit/articles/mvp-architecture.html#presenter
链接地址: http://www.djcxy.com/p/30194.html上一篇: MVP和MVC有什么区别?
下一篇: MVC和MVP有什么区别