Re: [flexcoders] Best practices with modular applications

2010-05-07 Thread Alex Harui
Every GC issue that applies to modules also applies to sub-apps. You should use sub-apps if you can’t gurantee that all modules will be compiled on the same SDK. On 5/6/10 3:58 PM, Hilary Bridel hbli...@gmail.com wrote: HI Jeff, I am not surprised that there are no replies to your post.

Re: [flexcoders] Best practices with modular applications

2010-05-06 Thread Hilary Bridel
HI Jeff, I am not surprised that there are no replies to your post. I have been researching this question for a project just about to start, and I cant find much information. I am struggling with the decision about if/should we go with modules or sub-applications, because there are so many

[flexcoders] Best practices with modular applications

2010-04-01 Thread Jeff
We are building an application to create many types of diagrams. The intent is to have a main application that acts as a general loader for many diagram types implemented as modules. The dilemma is whether to break the modules out into separate flex projects or to include them as