PureMVC Architects Lounge

Announcements and General Discussion => Getting Started => Topic started by: sideDoor on September 27, 2010, 08:46:53



Title: Examples of multicore application loading module, communicating via Interfaces?
Post by: sideDoor on September 27, 2010, 08:46:53
Hello,

Been buried in PureMVC for 8 months, and fully entertained!

I'm wondering if anyone can point me to any example applications or tutorials (besides the Cheese one) on a PureMVC multicore application loading/unloading Modules and communicating from Shell to Module via Interfaces, not Pipes?

I'm writing AS3 only apps, non Flex, etc.

I'd really appreciate any examples! I need to review structuring a project to have a Shell (main-core) application, and Module (other cores) applications, and interfaces for communication between Shell and Module, loading and unloading, etc.

Essentially, I'm thinking of developing the Shell as a State Machine to load modules based on it's state, etc.

Thanks!
sd


Title: Re: Examples of multicore application loading module, communicating via Interfaces?
Post by: puremvc on September 28, 2010, 08:04:58
Check out this one:

http://www.tekool.net/blog/2009/08/09/flash-only-modules-with-puremvc-pipes-demo/

-=Cliff>