Hello ,
I have been currently working on an application using the multicore where pipes is used to handle data transactions between my modules. the simple examples mainly use a shell and module and communication is usually from shell to module and back module to shell...
Trying to do something more .. i have a module which by itself is a shell to other modules that it loads and handle separately ... and at the same time i want to give some modules to talk to each other apart from the shell..
To do so i created a new junctionmediator at the module [which is a shell for other modules now] and gave it all handling of communiction with its children modules.. well now i have 2 junctionmediator registered for a module .. and in case i need to add communication between modules i should add a 3rd junctionmediator .. i think i m doing something wrong or understood something not quite well any clarification would be helpful ..
is the latter correct or it will cause problems ??
i m still working on this so probably it works...
- And does anyone have an example of using pipe using a different approach other than shellToModule , moduleToshell ... in slideshow for multicore and pipes on puremvc tv a diagrams was shown with different pipe connections .. is there an example on those ..
Thanks in advance for any help you can provide ..
