Simple PureMVC Application on GitHub
Written by Simon Bailey
For my talk tomorrow on constructing a simple PureMVC application I have uploaded the source to GitHub. This is my first proper submit to GitHub so fingers crossed it’s all gone to plan.
http://github.com/newtriks/SimplePMVCExample
For this application I also quickly put together some other resources that may be of some use to use as references to start building a Flex application. These include: + FlexUnit tests + ANT build script + ASDocs
These are put in purely as a potential starting point to get going in these areas and are not perfect, but should be useful. This provides a simple Flex application which is constructed on PureMVC with unit testing, documentation and build scripts.