I\'m making an app with flash AS3 and puremvc, the way to correctly handle view mediators is sort of throwing me a little...
I\'m creating a sort of library based on the mediator for my work. We create lots of applications so I wanted something that can easily be taken and modified on a per app basis. I also want it to be e
I want to use the mediator design pattern (http://en.wikipedia.org/wiki/Mediator_pattern) in my netbeans platform modular app. However, I am not sure 开发者_JAVA百科how to do this on startup, since th
I have several \"widgets\" involved in a presentation that need to interact with each other, but the interactions have gotten complex enough to warrant a new object to handle the interactions.
I have heard that somewhere @ web I\'ll be able to find good C++ example of Mediator working with GUI components. But I menaged to find only that GoF sample or things from sorcemaking and similar that
FYI I have adopted the mediator pattern for my GUI in Swing on Java. Unfortunately, a concurrent modification exception is always thrown if user input requires a new window.
I’m trying to figure out which pattern to follow in a certain situation. I have web app that consists of several main widgets that interact with each other somehow. The widgets follow the module patt
what I do not like about the Messenger I use (mvvm light toolkit) that when I register to DateTime and I send something other parts of my applica开发者_开发问答tion get the datatime data too because t
A common approach for communication between 2 ViewModels is this: MVVM- View Model-View Model Communications
I have a CustomerListViewModel and a OrderListViewModel. In the latter I select an order to delete it or I create a new one. In both situations my CustomerListViewModel and the Messenger must register