Re: [flexcoders] application structure

2008-12-16 Thread Barry Gee
Hi Tom. I am in exactly the same situation as yourself. I am farely new to flex and have now found myself at a stage where I want to begin developing larger apps that can scale. From the reading I have done around the topic and from what I have heard others saying then Pure MVC is a good

Re: [flexcoders] application structure

2008-12-02 Thread Jules Suggate
Hi Tom, You've hit on one of the classic anti-patterns of Flex programming: Application.application.blah type stuff. While this is regrettably somewhat 'normal', that doesn't mean it's ok :) As you probably have guessed, it leads to code that is really hard to change later on as it is all

Re: [flexcoders] application structure and proper practice

2006-11-29 Thread Lachlan Cotter
Hi, That is an architecture question so it depends on how you have decided delegate responsibilities in your application. As a general guide however: your pop-up windows are views and should be separated from (have no knowledge of) the service calls which are an interface to the

Re: [flexcoders] application structure and proper practice

2006-11-29 Thread Lachlan Cotter
Hi, That is an architecture question so it depends on how you have decided delegate responsibilities in your application. As a general guide however: your pop-up windows are views and should be separated from (have no knowledge of) the service calls which are an interface to the