[flexcoders] Re: Using modules and remote objects

2010-09-08 Thread Amy
--- In flexcoders@yahoogroups.com, Mike msl...@... wrote: I recently did something like this for Cisco. They needed a way for a sub-Application to invoke a method in another sub-Application, which might not be loaded. The solution was to derive the sub-Applications from a common base

[flexcoders] Re: Using modules and remote objects

2010-09-07 Thread valdhor
I do this all the time. My main application is a shell that loads in the app's layout and loads the menu's based on a users access level. This app then loads whatever module the user is interested in. Each module has all of its functionality encapsulated including its required remoting. This is

[flexcoders] Re: Using modules and remote objects

2010-09-07 Thread Mike
I recently did something like this for Cisco. They needed a way for a sub-Application to invoke a method in another sub-Application, which might not be loaded. The solution was to derive the sub-Applications from a common base class and use the main Application as a broker. The broker

[flexcoders] Re: Using modules and remote objects

2010-09-06 Thread ZIONIST
so hw do i solve the problem while still using modules?

Re: [flexcoders] Re: Using modules and remote objects

2010-09-06 Thread Alex Harui
It depends. Folks who have a large application crunching a single source of data are more likely to put the data classes in the main app and just use the modules to late-load UI and business logic. Folks building portals probably should require 10.1 and use Marshall Plan configurations. It

[flexcoders] Re: Using Modules and Remote Objects

2009-02-25 Thread cortlandian
@yahoogroups.com Subject: [flexcoders] Re: Using Modules and Remote Objects Thanks, Alex, this is helpful. Does this also hold true if instead of modules, we used applications i.e. a main application from which swf loaders load other sub-applications. In such a scenario, does

[flexcoders] Re: Using Modules and Remote Objects

2009-02-24 Thread cortlandian
, 2009 4:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using Modules and Remote Objects I have used many other technologies, but am new to flex. We are porting the front end of a large enterprise application to Flex. Has anyone been using remoteObject with modules, and if so

RE: [flexcoders] Re: Using Modules and Remote Objects

2009-02-24 Thread Alex Harui
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of cortlandian Sent: Tuesday, February 24, 2009 6:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using Modules and Remote Objects Thanks, Alex, this is helpful. Does this also hold true if instead

[flexcoders] Re: Using Modules and Remote Objects

2009-02-23 Thread cortlandian
I have used many other technologies, but am new to flex. We are porting the front end of a large enterprise application to Flex. Has anyone been using remoteObject with modules, and if so, is there anything different that you had to do in calling your remoteObject usin modules compared to

RE: [flexcoders] Re: Using Modules and Remote Objects

2009-02-23 Thread Alex Harui
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of cortlandian Sent: Sunday, February 22, 2009 4:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using Modules and Remote Objects I have used many other technologies, but am new to flex. We are porting the front end of a large