Dec
3Mate Framework for Adobe Flex
3
Posted: 3rd December 2008
Tags: as3, Flex and Air, Mate, RIA
Posted in Flex and Air
Comments: 3 Comments »
I just wanted to share with you a great framework I have been using recently called Mate (pronounced ma-tay).
Developed by the guys at ASFusion Mate is a great framework that features MXML declared event handling, dependency injection and best of all it is really easy to use and implement (It even has a way of reusing your existing Cairngorm commands. Additionally in the next version there will be an infrastructure for mocking out your services and really provides a clean architecture for Flex apps.
The framework is provided as a .swc file you can drop straight into your /libs folder and supports both Flex 2 and Flex 3. The only downside to the framework is the documentation does not reflect the latest .swc and is a little light in places, however the forums are excellent and very active and there is a good selection of examples.
I will be blogging about this in more details soon, but wanted to share my initial thoughts and urge you to look at this framework as it is really worth it.
Comments below..




Be interested in your findings on Mate. I’m still using EasyMVC (as per your articles) with the Cairngorm additions but find it tedious/repetitive for most of my projects.
I heard some good things about Swiz (”brutally simple”) but also read some comments that resulting apps could be really slow.
Only negative thing I read about Mate is that some compile time errors are not caught.