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: Same mediator for two different facades?  (Read 6598 times)
novae
Newbie
*
Posts: 3


View Profile Email
« 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!
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 on: September 01, 2008, 08:25:20 »

Pipes is the answer. Examine the multicore pipes utility and pipeworks demo.
-=Cliff>
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #2 on: September 01, 2008, 06:05:21 »

Pipes is the answer. Examine the multicore pipes utility and pipeworks demo.
-=Cliff>
Logged
Pages: [1]
Print