MVC和MVP有什么区别

时间:2011-06-08 10:53:34

标签: oop model-view-controller design-patterns mvp

  

可能重复:
  What are MVP and MVC and what is the difference?

我知道MVC(模型 - 视图 - 控制器)。有人可以准确地说明MVP与MVC的区别吗? MVP在哪里比MVC更理想?

1 个答案:

答案 0 :(得分:2)

在MVP中,视图不允许“思考”。演示者包含所有逻辑。

看看这个:http://code.google.com/webtoolkit/articles/mvp-architecture.html#presenter