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 is

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

2009-02-24 Thread Alex Harui
Modules and sub-apps have the same rules with respect to RemoteObject. There might be a way to get it to work by having no vestiges of RemoteObject or data classes in the main app and only have them in the child apps, but it is my understanding that there will be issues if some classes are in c

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

2009-02-23 Thread Alex Harui
Typically, the RemoteObject tags, and all classes being sent and received by RO are in the main app. The Modules only have view classes and no new data classes Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroup