It looks like a problem for a dynamically loaded module to render its View components on the stage. If I understand it correctly "export UI" via pipes to the main app is not good enough for the modules that have a really rich UI with dozens views, transitions etc.
Are there any in-depth discussions of what we can do if the module is actually a full-featured UI intensive application, and main application of the multi-core is kind of a "portal" that hosts and integrates several independent modules loaded at run-time on user's demand?
Are there any plans of extending PureMVC Multicore framework to facilitate for multiple modules sharing a single stage?