Questions tagged [presentation-model]
5 questions
8
votes
2 answers
c++ Model View Presenter: Where to construct presenter?
I'm using the Model View Presenter (MVP) pattern as described in The Humble Dialog Box paper (pdf) with an MFC project. I'm sure the issue is the same with most GUI toolkits.
The thing that's bothering me is the concrete view (i.e., the dialog…

User
- 1,541
- 2
- 16
- 30
6
votes
2 answers
Given the presentation model pattern, is the view, presentation model, or model responsible for adding child views to an existing view at runtime?
I am building a Flex 4 based application using the presentation model design pattern. This application will have several different components to it as shown in the image below.
The MainView and DashboardView will always be visible and they each…

Ryan Taylor
- 1,026
- 1
- 9
- 14
4
votes
1 answer
Domain Model vs Presentation Model vs General Function
I have been building an app for my company i join for the past > 1 year, we're using
Java
Spring
Hibernate
Javascript
jQuery
Kendo UI
And for the structure i can say something like this from Backend to Frontend :
Backend (pojo > dao > bo >…

himawan_r
- 141
- 1
- 3
4
votes
1 answer
When should the presentation model design pattern include one or more controllers?
I have been researching the usage of the Presentation Model design pattern for an application I am preparing to build. The specific technology I will be using is Flex though I doubt that it matters for this question.
In general most of the…

Ryan Taylor
- 1,026
- 1
- 9
- 14
1
vote
1 answer
Promise in Web MVVM
In MVVM (or Presentation Model), my (web) view listens to a CLICK event and calls a function of the Presentation Model to ask for the result.
To clarify, the presentation model lives browser-side. The presentation model then calculates the result…

bebbi
- 361
- 3
- 8