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: Multiple Facades  (Read 6493 times)
bigTimeOperator
Newbie
*
Posts: 6


View Profile Email
« on: December 29, 2008, 02:52:48 »

I'm using the as 2.0 port. I have an application made up of 3 basic modules. I started one of the modules in pure mvc as a learning project. I liked it so much I built out another module with the frame work. So now I have two modules which are independent of one another.  Now I am trying to integrate those smaller applications so they work together as part of a larger application, but I seem to be running into some singleton issues trying to have more than one facade present. Any advice for how I can solve this problem?

I've read in other forums about pipes, but that's not an option for me because It's AS 2.0 and I'm already against a pretty tight deadline. Aside from loading in seperate swfs, is the a clean way I can get around this problem?

Much appreciated.

Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 on: December 29, 2008, 05:47:42 »

This is what the MultiCore version is for. Click the prominent banner in the FAQ section for info about the differences.

-=Cliff>
Logged
Pages: [1]
Print