PureMVC Architects Lounge

Announcements and General Discussion => General Discussion => Topic started by: novae on September 01, 2008, 04:49:58



Title: Same mediator for two different facades?
Post by: novae on September 01, 2008, 04:49:58
Hi all..

I have a singleton mediator which I have registered with two different facades - one  facade in the main app package, the other in another package. This singleton mediator is not in the app package. Essentially, I'm trying to use this mediator a middleman for communication.

But I'm unable to send notifications from the singleton mediator which are supposed to be received by other mediators/commands/proxy in the main app package.

Can someone please point what I'm doing wrong? Is there a better way of doing this kind of communication?

Thank you for your help!


Title: Re: Same mediator for two different facades?
Post by: puremvc on September 01, 2008, 08:25:20
Pipes is the answer. Examine the multicore pipes utility and pipeworks demo.
-=Cliff>


Title: Re: Same mediator for two different facades?
Post by: puremvc on September 01, 2008, 06:05:21
Pipes is the answer. Examine the multicore pipes utility and pipeworks demo.
-=Cliff>