PureMVC Architects Lounge

Announcements and General Discussion => Getting Started => Topic started by: jaras on April 18, 2008, 06:06:57



Title: how to get started?
Post by: jaras on April 18, 2008, 06:06:57
i'm pretty new to design patterns and i have been looking at puremvc and i think that it all sounds great but i'm having trouble getting started. i guess what i'm missing is an introduction to how to use this framework a bit like the series from David Tucker. i have been trying to read a bit about cairngorm too but i like the pure mvc philosophy better so if anyone have any links to some tutorials or introductions to pure mvc it would be great ;D


Title: Re: how to get started?
Post by: puremvc on April 19, 2008, 08:03:35
The number one recommended way to get started is to read the docs presented on the left hand menu of the PureMVC website, in the order presented. Particularly, Framework Overview and Best Practices.

There are a number of tutorials popping up on the web. Here are a few to get you started:

Minimalist MVC example using the PureMVC Framework
http://www.as3dp.com/2007/12/27/minimalist-mvc-example-using-the-puremvc-framework/

ActionScript MVC minimalist example Updated for PureMVC 2.0.3
http://blog.vixiom.com/2008/04/01/actionscript-mvc-minimalist-example-for-puremvc-203/

10 Tips for working with PureMVC
http://www.websector.de/blog/2007/12/25/10-tips-for-working-with-puremvc/

PureMVC Tutorials at Hubflanger
http://hubflanger.com/puremvc-tutorials/

Popups in Flex with PureMVC
http://www.nutrixinteractive.com/blog/?p=76

-=Cliff>