开发者

What is the difference between MVC and MVP [duplicate]

This question already has answers here: Closed 11 years ago.

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜