PureMVC Architects Lounge

Announcements and General Discussion => Getting Started => Topic started by: nfh on April 17, 2009, 10:28:26



Title: One mediator, several proxies, is it possible?
Post by: nfh 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.


Title: Re: One mediator, several proxies, is it possible?
Post by: Sammi 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