Monthly Archives: February 2009

When not to use a framework

In recent days I have heard of many flex and flash developers trying to make use of micro-architectures like ARP, Swiz, Cairngorm, PureMVC for their projects. In the middle of the project they find lot of management task while maintaining … Continue reading

Posted in AS3, Design Patterns, Flex 3.0

Understanding Singleton

I remember the days when I used to write programs in frames- moving from one frame to another and then access the _global variables or variables under _root to know the configuration of the state. To day when I start … Continue reading

Posted in Uncategorized