It do say:
Model–view–presenter (MVP) is a derivative of the
model–view–controller (MVC) software pattern
But I would more call it a brother or cousin than a son.
> much as the front-controller pattern is a
> particular variant of MVC.
>
> Apropos of which, someone somewhere around these newsgroups complained
> that MVC was bad for them because it centralized the controller. That's
> only the one flavor of MVC that does that - it's not an essential
> feature of MVC that there be only one controller.
I don't even think it is that common. Struts 1 is probably the most
widely used true MVC framework out there and it has multiple actions
(and actions are controller not model!).
Arne