Questions tagged [presentation-model]
40 questions
0
votes
2 answers
How best to implement support for multiple devices in a web application
My client would like a business application to support 'every possible device'. The application in question is essentially a web application and 'every possible device', I believe encompasses mobile phones, netbooks, ipad, other browser supporting…

Kabeer
- 4,138
- 7
- 40
- 62
0
votes
0 answers
Using Presentation Model with complex custom controls (which have their own models)
I have an application which uses Martin Fowler's Presentation Model with WinForms (WPF would be a better choice, but that's irrelevant). As such, every view has a presentation model representing it where the UI logic and domain model translation…

rory.ap
- 34,009
- 10
- 83
- 174
0
votes
1 answer
RIA services presentation model with 1-many or many-many relationships
I'm trying to get a presentation model (discussed here and here) working in RIA. All the examples I can find are simple, flat data entities with no 1-many or many-many relationships, which are what I can't get working - specifically, on updates and…

nlawalker
- 6,364
- 6
- 29
- 46
0
votes
0 answers
Java Swing and Presentation Model
I am developing an application in Java and I am using Swing for GUI.
I was going to do it using Presentation Model pattern which is introduced by Martin Fowler here: http://martinfowler.com/eaaDev/PresentationModel.html
but I really don't like when…

user2861410
- 11
- 2
0
votes
1 answer
Difference between presentation model and MVVM
I was reading about these two architectures. But I am not able to differentiate between two. In PM the presenter enriches model data and view contains controller(MVC controller) logic which is same case of MVVM.
I have read many articles, each…

SIGSTP
- 1,125
- 2
- 9
- 21
0
votes
1 answer
Presentation Model
I want to set values for form labels from the controller. Can I send List as parameter and have the form to set individual labels OR set the values for each and every labels from controller class?. I am confused with the level of extracting…

Kaz
- 181
- 2
- 12
0
votes
2 answers
Presentation Model for Android: how to wrap Model in Presentation Model?
I'm trying to make my app with PM design (MVC + Presentation Model), but I've already stuck on how to cleverly wrap Model classes in Presentation Model classes. Now, I write a simple code where a picture and a text are changed based on values in an…

Quv
- 2,958
- 4
- 33
- 51
0
votes
2 answers
Flex with Presentation model
How to control videodisplay functions like videodisplay.stop, pause(), close etc from the presentation model?
But I need to control it from Presentation model.
Custom events is not my option, as that is costly.

Fresher4Flex
- 38
- 6
0
votes
1 answer
What's the name of this type of View Presentation Style?
What's the name of this type of view and how do I implement it?

ManOx
- 1,935
- 5
- 23
- 37
0
votes
2 answers
insert rss data to database with wcf ria services using presentation model
i have read many posts but can not find my answer.my question is a little specific.in my silverlight project i want to get weather data like temp,status and date from yahoo weather and save it to my database countiniously by changing from its rss.so…

azad6026
- 139
- 1
- 3
- 11