[flexcoders] Framework choice

2010-06-14 Thread Christophe
Hello, Which easy to learn framework to use to have a modular application ? Thank you, Christophe

Re: [flexcoders] Framework choice

2010-06-14 Thread Jeffry Houser
Well, I'd say learn the Flex Framework, the Flex Component LifeCycle, events, and parameter passing. Adn you'll be easily able to make modular, encapsulated Flex Components that can be re-used amongst different Flex Applications. Beyond that there are plenty of frameworks out there

Re: [flexcoders] Framework Choice

2010-03-27 Thread Peeyush Tuli
One feature which i dont like about most of the flex frameworks is the use of flex events for business logic communication E.g. one module trying to notify others about a business logic based alert. The synchronous notification pattern borrowed from Cocoa seems to be a better approach in case of

[flexcoders] Framework Choice

2010-03-24 Thread Jake Churchill
I have been tasked with architecting a large application for a company a friend of mine works at. I will also do some of the coding and act as a mentor, teaching people on staff the ins and outs of Flex. In the past, I've always used Cairngorm and Cairngorm w/ UM Extensions for a framework. I

Re: [flexcoders] Framework Choice

2010-03-24 Thread Steve Mathews
http://www.robotlegs.org/ http://www.robotlegs.org/Although your final choice may come down to personal opinion, I find that Robotlegs is the best overall framework out there. It is solid, supports modules and is easy to learn. It also has great docs, a solid reference implementation and plenty