Re: [flexcoders] Module vs Application

2008-10-01 Thread Michael Schmalle
I'm no expert on this but, I would say memory/design principles. A module extends LayoutContainer, where as Application is the whole shabang. Loading multiple Application instances into another Application using SWFLoader is bound to take a lot more memory. I think compilation of modules directly

[flexcoders] Module vs Application

2008-10-01 Thread Manu Dhanda
Hii Guyz, My question is regarding the modular applications. What will be the performance or logical effect on the application if we will use small applications as modules under a big wrapper application? The benefits I see here is maintenance is easier. While you are making any changes to any