RE: [flexcoders] Singletons and Modules - Application domain problem

2009-08-19 Thread Alex Harui
://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Everson Alves Sent: Tuesday, August 18, 2009 10:01 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Singletons and Modules - Application domain problem I did that too, in fact I

Re: [flexcoders] Singletons and Modules - Application domain problem

2009-08-18 Thread Rick Winscot
Take a look at a good write-up by Steve Brownlee... http://www.fusioncube.net/index.php/cairngorm-sharing-a-common-modellocator- with-modules With the added security restrictions... Your singleton implementation may need to be hardened to prevent multiple instance... Etc. This example may help

Re: [flexcoders] Singletons and Modules - Application domain problem

2009-08-18 Thread Everson Alves
I'll have a look at it say the outcome here. Thanks. On Tue, Aug 18, 2009 at 6:03 PM, Rick Winscot rick.wins...@zyche.comwrote: Take a look at a good write-up by Steve Brownlee... http://www.fusioncube.net/index.php/cairngorm-sharing-a-common-modellocator-with-modules With the added

Re: [flexcoders] Singletons and Modules - Application domain problem

2009-08-18 Thread Everson Alves
It's a good post but doesn't solve my problem without a lot of changes in the whole application. What i was really wanting from here is to know why I can't load the modules into different application domains. I'll use a ModelLocator factory per conversation instead of Singleton, but that requires

RE: [flexcoders] Singletons and Modules - Application domain problem

2009-08-18 Thread Alex Harui
and Modules - Application domain problem It's a good post but doesn't solve my problem without a lot of changes in the whole application. What i was really wanting from here is to know why I can't load the modules into different application domains. I'll use a ModelLocator factory per conversation

Re: [flexcoders] Singletons and Modules - Application domain problem

2009-08-18 Thread Everson Alves
*Subject:* Re: [flexcoders] Singletons and Modules - Application domain problem It's a good post but doesn't solve my problem without a lot of changes in the whole application. What i was really wanting from here is to know why I can't load the modules into different application domains

RE: [flexcoders] Singletons and Modules - Application domain problem

2009-08-18 Thread Alex Harui
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Everson Alves Sent: Tuesday, August 18, 2009 5:28 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Singletons and Modules - Application domain problem The problem is that when I try to load it into a different

Re: [flexcoders] Singletons and Modules - Application domain problem

2009-08-18 Thread Everson Alves
] *On Behalf Of *Everson Alves *Sent:* Tuesday, August 18, 2009 5:28 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Singletons and Modules - Application domain problem The problem is that when I try to load it into a different applicationDomain other than