Design Patterns : Singleton Pattern

Design Patterns : Singleton Pattern

Posted by Sachin in ActionScript 3.0, Design Patterns on 15. Apr, 2010 | 1 Comment

The Singleton pattern is very similar to creator pattern. This is very widely used pattern. Now a question might raise in the mind that why do we need this pattern and when it should be applied. Let us take a situation where you want to build a chess game. Where does the Singleton Pattern apply [...]

Introduction to MVP for Flex

Introduction to MVP for Flex

Posted by Sachin in ActionScript 3.0, Adobe Flex, Design Patterns on 29. Mar, 2010 | 2 Comments

I was today having a discussion with my amigos on the various design patterns and we were usually struck with mind blowing MVP pattern. I did a Bing on reseearch but could not eventually find a single article which explains the users very clear of this pattern. That’s the reason of this post.

Introduction to Mate Framework

Introduction to Mate Framework

Posted by Sachin in Adobe Flex, Design Patterns, Mate Framework on 21. Mar, 2010 | 6 Comments

Mate is one of the best framework i have ever played with. It is completely unobtrusive. My application code has no dependencies on the framework, it is highly decoupled, reusable and testable. Mate framework is developed by AsFusion.