Re: Design Question for Model and View
- From: Lew <lew@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 31 May 2007 13:51:26 -0400
Jason Cavett wrote:
The client/server (or
initiator/responder) model seems a lot less complex as opposed to pure
MVC.
The statement makes no sense. There is no correlation or conflict - one would implement MVC using components that follow an initiator-responder pattern. Or not. One could also implement a non-MVC solution using an initiator-responder pattern. Or not.
And what do you mean by "pure" MVC? How does it relate to this discussion?
I would recommend the architectural model of MVC, or one of its close relatives. It makes for a maintainable, stable product.
What complexity do you fear? Is avoiding it worth compromising the maintainability and stability of the product?
--
Lew
.
- References:
- Design Question for Model and View
- From: Jason Cavett
- Re: Design Question for Model and View
- From: Kai Schwebke
- Re: Design Question for Model and View
- From: Lew
- Re: Design Question for Model and View
- From: Jason Cavett
- Design Question for Model and View
- Prev by Date: Re: compiler
- Next by Date: J2SE and J2EE difference
- Previous by thread: Re: Design Question for Model and View
- Next by thread: Re: Design Question for Model and View
- Index(es):
Relevant Pages
|