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

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / General Discussion / Re: Modular Applications with PureMVC on: January 11, 2008, 03:33:33
Hi, take a look to this post:

http://forums.puremvc.org/index.php?topic=49.0

I have to say, this approach is promising. We are currently working in a sample project and we are trying this approach. Adding some changes we think we can load multiple modules, even multiple instances of the same module, without interactions and comunications between modules or between instances.

... if we use the type of notifications we can prevent to process any notifications that we don’t want, but what about the registered commands, mediators and proxies (they probably will be overridden)?

For that in this sample project, we are generating an unique uid for each module or instance. This uid is added to the names of the notifications, proxies and mediators. This prevents possible interactions.







Pages: [1]