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

Pages: [1]
Print
Author Topic: pipeworks - where are the module swf?  (Read 7529 times)
arisco97
Jr. Member
**
Posts: 14


View Profile Email
« 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.


Logged
Tekool
Sr. Member
****
Posts: 192


View Profile WWW Email
« Reply #1 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/
Logged
arisco97
Jr. Member
**
Posts: 14


View Profile Email
« Reply #2 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.
Logged
Tekool
Sr. Member
****
Posts: 192


View Profile WWW Email
« Reply #3 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.
Logged
Pages: [1]
Print