PureMVC Architects Lounge

Announcements and General Discussion => Architecture => Topic started by: bigTimeOperator on December 29, 2008, 02:52:48



Title: Multiple Facades
Post by: bigTimeOperator 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.



Title: Re: Multiple Facades
Post by: puremvc 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>