Questions tagged [presentation-model]

41 questions
0
votes
1 answer

JavaFX - question regarding binding button's disabled state

I'm trying to create a dummy application that maintains a list of tasks. For now, all I'm trying to do is add to the list. I enter a task name in a text box, click on the add task button, and expect the list to be updated with the new item and the…
jamiebarrow
  • 2,416
  • 3
  • 27
  • 48
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
  • 3,922
  • 6
  • 35
  • 61
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…
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
  • 5,654
  • 6
  • 26
  • 43
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…
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,095
  • 1
  • 8
  • 19
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,543
  • 4
  • 30
  • 48
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.
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,855
  • 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
  • 99
  • 1
  • 2
  • 11
1 2
3