Handling deferred view component creation within the PureMVC framework
Posted in Actionscript, Flex, Frameworks on Jan 25th, 2008
For my last AIR project and my current Flex project I’ve been using the PureMVC ActionScript framework. It’s a solid framework and on the whole I’m enjoying working with it. When using PureMVC for Flex and AIR development one of the questions I see consistently is how to create mediators for deferred components. In [...]