MVC as opposed to MVP
- From: Ben <Ben@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 10 Apr 2008 02:58:01 -0700
Hi,
I always thought that MVP (Model-View-Presenter) was a newer
design than MVC ((Model-View-Controller), so I assumed that as
time goes by, more and more frameworks would be implemented
using the MVP pattern. But instead, the opposite is happening.
All the major frameworks are MVC based (like Spring.net, ASP.NET MVC et.)
and virtually no major framework is based on MVP.
What gives? Is there anything wrong with the MVP pattern? Or is it just a
matter
of choosing the right design for the task?
Thanks,
Ben
.
- Follow-Ups:
- Re: MVC as opposed to MVP
- From: Jeff Louie
- Re: MVC as opposed to MVP
- From: Peter Duniho
- Re: MVC as opposed to MVP
- From: christery
- Re: MVC as opposed to MVP
- Prev by Date: Re: destroyng object
- Next by Date: Re: IEnumerable vs IEnumerable<T> inconsistency
- Previous by thread: Where do I start?
- Next by thread: Re: MVC as opposed to MVP
- Index(es):
Relevant Pages
|