I recently came across a framework for as3 called "Parsley". I haven't heard about this framework yet. Can anyone give me a quick overview about this framework. I have worked with Cairgorm and the Mate framework for as3 before. Also a comparison with Mate framework.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Parsley is a micro-architecture much like Cairngorm. It's strengths are in dependency injection/inversion of control (DI/IoC) and decoupled messaging. It is significantly more lightweight and unobtrusive than older implementations of Cairngorm. It is quite popular, actually, much like Robot Legs.

In fact, as of Cairngorm v3, Cairngorm it was re-written to be an extension of Parsley.

link|improve this answer
cairngorm doesn't use IOC, right? – silverback May 27 '11 at 9:33
@silverback, not it doesn't – DennisJaamann May 27 '11 at 9:57
In Cairngorm v3, it depends upon Parsley, so you get your IoC via Parsley. – Brian Genisio May 27 '11 at 10:23
alright, i see... – silverback May 27 '11 at 10:29
1  
Bottom line is this: It's robust, easy to use, easy to architect and it's been used to create several record breakingly huge Flex applications. 'nuff said :) – J_A_X May 27 '11 at 14:27
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.