Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / Architecture / Re: Yo Cliff! Why the connection between the mediator and the proxy? on: June 06, 2008, 04:51:46
thank you for the in depth response, Cliff.
2  Announcements and General Discussion / Architecture / Re: Yo Cliff! Why the connection between the mediator and the proxy? on: May 29, 2008, 11:48:29
There is a post where folks are discussing this already, kind of sums it up well, but it still begs the question... do you want mediators seting in proxies instead of enforcing that kind of interaction through commands? If it is a simple getter setter, why can't it be a well abstracted get command /set command?

discuss...
3  Announcements and General Discussion / Architecture / Yo Cliff! Why the connection between the mediator and the proxy? on: May 29, 2008, 11:28:05
We are having a heated nerd debate about why there is a connection between the mediator and the proxy, as this connection potentially promotes ignoring the control/command tier. If you could enlighten us as to when you see this as being a good connection to have and when it is a bad connection to have, we would appreciate your time.

Our implementation is in AS3, using iResponder to return the details of the transaction

Thanks!

Pages: [1]