Re: Model-View-Presenter (MVP) question
- From: "Oliver Wong" <owong@xxxxxxxxxxxxxx>
- Date: Mon, 28 Nov 2005 21:07:23 GMT
"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
.
- References:
- Model-View-Presenter (MVP) question
- From: kaspar . thommen
- Re: Model-View-Presenter (MVP) question
- From: AndyW
- Model-View-Presenter (MVP) question
- Prev by Date: Re: Help on choosing a valid pattern: composite or not?
- Next by Date: Re: How to I access a logging class from any other class.
- Previous by thread: Re: Model-View-Presenter (MVP) question
- Next by thread: About Call Graph
- Index(es):