PureMVC Architects Lounge

PureMVC Manifold => MultiCore Version => Topic started by: arisco97 on August 01, 2009, 11:50:35



Title: pipeworks - where are the module swf?
Post by: arisco97 on August 01, 2009, 11:50:35
Cliff,

We recently implemented mc version of our single-core application using mx:modules, and are not yet using pipes. In looking at the pipeworks demo, I am confused why the module's (Logger / Prattle) swf don't exist - when the implementation uses modulebase.

If the mediator loads ahead of the view creation to do the framework wiring, do we lose the benefits of independent swf loading and memory management - as I only see one consolidated swf in pipeworks?  I am not clear, just need you to point me to more resources to look at.

Thanks.




Title: Re: pipeworks - where are the module swf?
Post by: Tekool on August 02, 2009, 03:39:41
You can find a basic example of an application using a real module loaded as SWF here : http://www.websector.de/blog/2008/06/21/a-basic-puremvc-multicore-as3-example-using-pipes-utility-and-modules/


Title: Re: pipeworks - where are the module swf?
Post by: arisco97 on August 02, 2009, 08:52:19
Thank you.

My question still standards as to why the modulebase externsion implementation through IPipeAware does not create individual swiffs - just for my education.


Title: Re: pipeworks - where are the module swf?
Post by: Tekool on August 02, 2009, 11:17:51
You have to configure it in Flex Builder. It needs to remove all references to the concrete implementation of the module from the application and set the module class as a Module in the project>properties>modules menu.