Re: Model-View-Presenter (MVP) question




"AndyW" <foo_@xxxxxxxxxxxxxxxx> wrote in message
news:5bcdo11elj59tld1r99p33h4tum6tktmsv@xxxxxxxxxx
> The termanoligy is wrong as well. Call it view-controller-model and
> it helps you define the problem (i can see why its incorrectly called
> presenter tho).

There is something called "Model View Presenter":

http://www.martinfowler.com/eaaDev/ModelViewPresenter.html

It is, in my opinion, only superficially different from traditional MVC,
but when I implement my GUIs in Java Swing, they tend to look more like the
examples given in Fowler's MVP than the GoF's MVC.

- Oliver


.