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

Pages: [1]
Print
Author Topic: One mediator, several proxies, is it possible?  (Read 6491 times)
nfh
Newbie
*
Posts: 2


View Profile Email
« on: April 17, 2009, 10:28:26 »

 Hi,

 I learned about pureMVC just a few days ago, and I'm trying to explore it as much as I can.

 In the meantime I'm trying to figure out if it is possible to have more than one proxy notifying a single mediator.
 The case would be a Mediator whose associated component shows data that comes from several different data sources (each one has a proxy of its own).

 Can I do that, or am I suppose to have a single Proxy for each Mediator?

 Best regards.
Logged
Sammi
Courseware Beta
Full Member
***
Posts: 45


View Profile Email
« Reply #1 on: April 17, 2009, 03:10:24 »

You can as many or as few proxies as you like.  They just send notifications that any mediator can pick up.

So yes, notifications from many proxies can be picked up my one or more mediators.

Best,
Sammi
Logged
Pages: [1]
Print