[UI] We haven't discussed Host windows yet

Jason Johnson jason.johnson.081 at gmail.com
Thu Sep 6 17:30:37 UTC 2007


On 9/6/07, Gary Chambers <gazzaguru2 at btinternet.com> wrote:
> I find a simple MI (Model-Interactor) sufficient to be fair. The chances of
> actually reusing controller code independently of current usability
> expectations is small...

That's why I say MVP, not MVC.  The P stands for presenter, the
controller is just part of the View (as it should be imo).  The
presenter is just a basic description of how to present the
domain/model objects, sort of like Magritte.  It is also where all the
"glue" code goes so that the Model and View can be more clean.  At
least as I understand it.


More information about the UI mailing list