Hi,

> How can I realize an MVC like architecture by using Flex/AS3 only. Are there 
> any examples out there?

Basically AS classes for your model, loosely coupled MXML component dispatching 
events for your views, data binding on the model to update views and your 
application or an event bus as your application, add a but of structure and 
discipline and it's a simple, easy to understand, scalable (to a reasonable 
size), flexible, non prescriptive MVC suitable for a lot of jobs.

Think I have a simple application lying about that does this (from my 
frameworks are evil talk?), I'll see if I can find it.

Thanks,
Justin

Reply via email to