Contact
Contact Details
- email : worthyashes at gmail dot com
- mobile : 07969 982 156
Address
- 2 Upphams Cottages
- Easeboune Stree
- Easebourne
- West Sussex
- GU29 0BQ
Author: admin
Date: Wednesday, 18. June 2008 14:13
Trackback: Trackback-URL
Feed for the post RSS 2.0 Comment this post
2 comments
Tuesday, 17. February 2009 23:44
Tim,
Your Cairngorm tutorial says that you like it but you’re currently using PureMVC. We’re looking at both now and I was wondering – if you were starting from scratch which would you recommend?
thx,
Jay Moss
Wednesday, 18. February 2009 9:43
I think it really has to do with the application you are creating. IMO i think that if you are doing a ActionScript project that has lots of animation that you need to work with then PureMVC is the way to go. If you are doing a Flex application which deals with lots of data then Cairngorm is better.
Briefly this is beacause PureMVC makes it really easy for views to subscribe to Notifications so you can make one part of the view react to another part of the view when something happens without having to do complicated binding and going through the Controllers and Model. With Cairngorm you can easily bind the data to components directly on the views so you can concentrate on the application logic that deals with the data.
Hope that helps!
t