Model View Presenter (MVP) is a derivative of the model-view-controller software pattern, used mostly for building user interfaces.

learn more… | top users | synonyms (1)

359
votes
15answers
60k views

What are MVP and MVC and what is the difference?

When looking beyond the RAD (drag-drop and configure) way of building User Interfaces that many tools encourage you are likely to come across 2 design patterns called Model-View-Controller and ...
45
votes
8answers
15k views

Implementing MVC with Windows Forms

Where can I find a good example on how to completely implement the MVC pattern in Windows Forms. I found many tutorials and code examples on various sites (e.g. CodeProject, .NetHeaven) but many are ...
21
votes
6answers
16k views

Winforms - MVP examples

Does anyone have a good example code or test project for explaining someone MVP pattern. There are a lot of explanation links but i want to have some good example code to show others without ...
21
votes
11answers
2k views

What Alternatives Are There to Model-View-Controller?

While going through university and from following the development of SO, I've heard a lot about the Model-View-Controller architectural design pattern. I inadvertently used the MVC pattern even before ...
19
votes
3answers
2k views

Model-View-Presenter in WinForms

I am trying to implement the MVP method for the first time, using WinForms. I am trying to understand the function of each layer. In my program I have a GUI button that when clicked upon opens a ...
18
votes
5answers
8k views

What's your recommendation for architecting GWT applications? MVC, MVP or custom messaging solution?

I just started a new GWT project for a client and I'm interested in hearing people's experience with various GWT MVC architectures. On a recent project, I used both GXT MVC, as well as a custom ...
17
votes
4answers
6k views

MVC / MVP / MVVM What the Heck?

I recently worked on a .Net WPF project to build a retail point of sale system where I used the MVP pattern for the first time. It took me a little while to wrap my head around the change of approach ...
14
votes
4answers
1k views

What is Model View Presenter?

Can someone please explain in a way as simple as possible what the Model View Presenter pattern is? What is the difference with Model View Controller ? Which is best or for which purpose ?
13
votes
4answers
3k views

Is MVC/MVP with Winforms an anti-pattern?

I have seen some developers attempting to shoehorn the MVC or MVP patterns into Winforms applications, presumably on the premise that, if it's good for WPF and ASP.NET, then it must be good for ...
13
votes
3answers
2k views

MVP and multiple User Controls

I’m trying to use the MVP pattern and I’m running into a design problem. I’m developing an application that will have several UserControls. The UserControls themselves have nothing to do with one ...
12
votes
1answer
833 views

Clojure GUI programming is hard

I am writing a utility program using a Swing GUI. I am trying to use Martin Fowler's Presentation Model to facilitate testing. My application will automatically store several user preferences using ...
11
votes
2answers
2k views

GWT MVP with Places & Activities - Where's the Model?

I'm trying to familiarize myself with the "Places & Activities" design pattern for GWT development, and so far I think it has a lot of potential. I especially like the way how once you start ...
11
votes
9answers
2k views

MVP pattern with Javascript framework?

Has anyone been able to implement the MVP model with any javascript frameworks? I'm having trouble figuring out how to have the presenter -> view inversion from server code to javascript. I have some ...
11
votes
4answers
8k views

Composite Guidance for WPF : MVVM vs MVP

I am confused. Maybe you can help me :) I have been following the guidance of CAG and found the MVP pattern very natural to me. Suppose I have a UI-ready Model (for example : implements ...
10
votes
0answers
483 views

How do I set up MVP for a Winforms solution? [closed]

Moved to Programmers SE: How do I set up MVP for a Winforms solution? I have used MVP and MVC in the past, and I prefer MVP as it controls the flow of execution so much better in my opinion. ...
10
votes
2answers
655 views

Does the MVP framework included in GWT 2.1 make other GWT MVP frameworks redundant?

GWT 2.1 includes an MVP framework which includes an implementation of the PlaceService outlined by Google's Ray Ryan at Google I/O 2009. That talk inspired some MVP frameworks like GWT-presenter ...
10
votes
3answers
629 views

MVP: Should the View implement a Presenter's interface or vice versa?

I am doing my first steps with GWT. I have a question after reading: Large scale application development and MVP Large scale application development and MVP - Part II In the first example the ...
9
votes
4answers
412 views

Does Presenter in Model-View-Presenter create views?

How are Views created in MVP? Does the Presenter always create them (in addition to View in case of subviews)? Or is it a separate third-party component or App or something that creates them? Let's ...
9
votes
6answers
1k views

What is your favorite GWT MVP Framework?

What is your favorite GWT MVP Framework, and the reason behind your choice? Mvp4g GWTP GWT 2.1 Built in gwt-mpv gwt-pectin guit Other platform (please provide link) Own solution (with boilerplate ...
9
votes
1answer
1k views

Why aren't the MVP and MVVM patterns seen in Ruby, Python, or PHP?

I've been reading about these and they're pretty prominent in the .NET world. Why aren't there any web frameworks that implement any of these patterns in Ruby, Python, or PHP? Is it because it only ...
9
votes
4answers
3k views

What to use? MVC, MVP or MVVM or…?

I will start a Java project to develop a desktop application. What to use as presentation layer pattern (MVC, MVP,MVVM or....)? ...if it is possible, with some working small example... :-) Thanks.
9
votes
2answers
3k views

Can MVC (or MVP) co-exist with SOA?

I think that business logic should exist in a model when using an MVC or MVP design pattern, but should be hidden behind a service in a service-oriented architecture. Can a software system use the ...
8
votes
2answers
171 views

What is the actual pattern for MVC WRT WebApplications? [closed]

The confusion is because of the different MVC architechture diagrams floating on the internet: Since the question would be too broad I want to concentrate on the MVC's used for WebApplications. Say: ...
8
votes
2answers
361 views

MVP Framework for winforms

i'm working in a new project and i want to implement MVP pattern. There is a framework for winforms that use this pattern? I checked CAB but my project isn't complex to implement it, i search for ...
8
votes
3answers
3k views

android model view presenter/controller examples

are there any good examples or tutorials on how best to structure an android applications anywhere? am new to java and android and i've built winforms apps using passive and supervising controller ...
8
votes
5answers
5k views

Any tutorials on the official GWT MVP framework?

Has anyone found/written any tutorials on the official GWT MVP framework that's found in the GWT 2.1 RC?
8
votes
3answers
4k views

GWT, MVP, and UIBinding - How to get the best of all worlds

With MVP, you normally bind the View (UI) with the Presenter in the Presenter. However with the latest version of GWT, especially with UIBinding, you can do the following in the View: ...
8
votes
2answers
679 views

MVP and presenter granularity

We've been using the MVP pattern and Winforms with a fair amount of success. However, a question always pops-up about MVP: What is a good granularity for presenters? What I mean by that is: With ...
8
votes
4answers
579 views

How does one become a Microsoft - Most Valuable Professional (MVP)?

What are the eligibility criteria? Are there any specific benefits? Existing MVPs please chime in. I am wondering why I am still not an MVP despite being an active participant in the Microsoft ...
7
votes
3answers
635 views

Always use MVVM in a WPF app, or are alternative patterns still practical/useful?

On page 374 in the book Microsoft .NET Architecting Applications for the Enterprise, there is a chart regarding the evolution of patterns for the presentation layer and their impact on platforms ...
7
votes
4answers
374 views

Discuss on MVC implementation on iPhone

Im a using the MVC pattern for a while on different frameworks such as (swing, android, gwt ...) Now, I'm learning the iPhone framework and I am quite surprised about MVC implementation. The questions ...
7
votes
4answers
133 views

Setting a default value — presentation logic or business logic?

I was wondering if setting a default value for a SelectList is considered to be presentation logic or business logic? For example, if a requirement is that an Employee cannot be saved without a ...
7
votes
2answers
2k views

Does Android UI development lend itself well to a particiular design pattern?

Does the Android platform lend itself well to a particular style of UI programming like MVC or MVP? Most of my UI experience is with spaghetti code on a very old embedded device or in GWT with MVP so ...
7
votes
3answers
2k views

MVP and UserControls and invocation

I'm having some fun trying to get my head around some MVP stuf, as it pertains to User Controls. I'm using .NET WinForms (or something close to it) and Supervising Controller pattern (well, I think I ...
7
votes
1answer
1k views

ASP.NET MVP - Utilizing User Controls

I'm writing my first app with ASP.NET MVP (attempting Supervisory Controller) and Unit Testing (better late than never!), and I've run into a bit of a dilemma. I've written 3 User Controls, all ...
6
votes
1answer
217 views

Testing Presenters in MVP GWT application

I have a simple application and want to make it testable. I m new in this area. Here is a simple Presenter, taking in mind this code ,could you advice or give me some example how to test it. ...
6
votes
1answer
106 views

Book/Article on the why MVC is the way it is?

Is there any book, web-site, article, or blog that explains why MVC (or MVP, or MVVC) is the way it is? i've read a lot about MVx in the last few years, but it's never clicked; i've never gotten it. ...
6
votes
6answers
632 views

MVP or activities & places, for GWT 2.2

I've been looking into GWT and MVP recently and to be honest I'm very confused. My project will include around 40 different places or views all together. While reading multiple tutorials, some follow ...
6
votes
5answers
2k views

Reusing Monotouch code in Monodroid app

I'm currently implementing a Monotouch application that will eventually be ported to Monodroid. The application is just a client to an OData Web service. Nothing too fancy or performance critical. ...
6
votes
1answer
2k views

Failed to create an instance of Service via deferred binding

I have been trying to build a GWT / Google App Engine web app using the mvp4g framework. I keep getting an error about Failing to create an instance of my Service via deferred binding. My ...
6
votes
2answers
280 views

Question on the MVP within GWT. (General Overview)

Could any of you guys give a good explanation of the MVP pattern with regards to use in a GWT application. any example i have viewed, i found it hard to understand the concept of implementing the ...
6
votes
4answers
667 views

Decoupling the view, presentation and ASP.NET Web Forms

I have an ASP.NET Web Forms page which the presenter needs to populate with controls. This interaction is somewhat sensitive to the page-life cycle and I was wondering if there's a trick to it, that I ...
6
votes
1answer
621 views

“Illegal characters in path.” Visual Studio WinForm Design View

I am putting together a lightweight MVP pattern for a WinForms project. Everything compiles and runs fine. However when I attempt to open the WinForm in design mode in Visual Studio I get a "Illegal ...
6
votes
5answers
1k views

Reducing code complexity for GWT

I started learn GWT by example on google and my first conclusion is: too much code Like this: stocks.add(symbol); stocksFlexTable.setText(row, 0, symbol); stocksFlexTable.setWidget(row, ...
6
votes
3answers
1k views

Critique my simple MVP Winforms app

I'm trying to wrap my mind around the MVP pattern used in a C#/Winforms app. So I created a simple "notepad" like application to try to work out all the details. My goal is to create something that ...
6
votes
3answers
1k views

Model view presenter, how to pass entities between view?

Edit : Accepted Chris Holmes response, but always ready to refactor if someone come up with a better way! Thanks! Doing some winforms with MVP what is the best way to pass an entity to another view. ...
6
votes
4answers
4k views

Model-View-Presenter and Modal Dialog boxes… How to?

I am implementing MVP/M-V-VM in WPF and I'm having good luck with it so far. However, I don't see how this model supports implementing Modal dialog boxes. I've derived my work from Crack.NET ...
6
votes
4answers
2k views

Structuring a winforms C# solution

So i am reorganizing a winforms C# solution to help decouple and make it cleaner and more organized. The solution tracks a small business orders,etc . . I have broken out the projects so far into ...
6
votes
2answers
2k views

MVP dependency injection

using MVP, what is the normal order of construction and dependency injection. normally you create a presenter for each view and pass the view into the presenter on constructor. But what if you have: ...
6
votes
10answers
549 views

Do you buy the reuse story for the presentation layer in MVP and its variations?

Besides the unit testing benefits, what I heard regarding MVP pattern was that the reusability of the presentation layer. So, you would design one presentation layer and use it for WinForms (rich) ...

1 2 3 4 5 13