Module to Module communication
This example is implemented using PureMVC and demonstrates how to load dynamically, connect and communicate Modules that have been implemented using the PureMVC framework.
GreenModule communicates with BlueModule directly through pipe(no need for sending messages to Shell/Application and from Shell back to the Module). The same happens for BlueModule-GreenModule communication, messages are sent through pipe.


Tek
July 8, 2009 at 9:17 pm
It’s the perfect demo for the one who need to understand how module to module communication works without adding any unnecessary complexity around the example.
You should post it as a demo in “Public Demos, Tools and Applications” of the PureMVC forum board http://forums.puremvc.org/index.php?board=5.0
Mariush T.
July 8, 2009 at 9:59 pm
Hi Tek, I have it posted on the PureMVC forum.
http://forums.puremvc.org/index.php?topic=1309.0