pure mvc

6
12/07/09 Flex Using PureMVC By Adam Fortuna for BarCampOrlando

Upload: adam-fortuna

Post on 07-Jul-2015

1.446 views

Category:

Technology


36 download

TRANSCRIPT

Page 1: Pure MVC

12/07/09Flex Using PureMVC

By Adam Fortuna for BarCampOrlando

Page 2: Pure MVC

2

What is Pure MVC?

• Flex Framework• Currently at version

1.6• Based on a number of

known design patterns• Open source• Completely based on

Actionscript classes• Plans for reusable

classes and toolkits (think plugins/addons)

Page 3: Pure MVC

3

Quick Example...

Page 4: Pure MVC

4

Pure MVC Goals

• Simple Framework with low configuration• Balance speedy implementation with scalability

and maintainability• Avoid platform dependencies• Views are loosely coupled with Framework• All Core classes are built with extension in mind• Unit tests for all framework• Many examples• Well documented, active community and forum

Page 5: Pure MVC

5

Pure MVC Conceptual Overview

Page 6: Pure MVC

6

Show some code!