PureMVC Architects Lounge

Announcements and General Discussion => Public Demos, Tools and Applications => Topic started by: mariusht on July 08, 2009, 02:52:55



Title: Module to Module communication (Flex/Multicore PureMVC/Pipes)
Post by: mariusht on July 08, 2009, 02:52:55
I just made a very simple demo where modules can talk to each other even if they are NOT connected to Shell/Application. Modules are loaded dynamically and connected with pipes (Module->Pipe->Module).

It's a perfect demo for beginners.
http://mariusht.com/blog/2009/07/08/module-to-module-communication/

Mariush T.
http://mariusht.com/blog/


Title: Re: Module to Module communication (Flex/Multicore PureMVC/Pipes)
Post by: Tekool on July 09, 2009, 12:10:43
: mariusht
It's a perfect demo for beginners.

Agreed. You need it when it comes to learn how to let modules communicate between them.