Create bookmark
ActionScript Developer's Guide to PureMVC
Notes
Please login to add notes
- Table of Contents
-
+
Preface
- + Chapter 1. Introduction
- + Chapter 2. Building an Application with PureMVC
-
+
Chapter 3. Modelling the Domain
-
+
Chapter 4. Implementing the User Interface
-
+
A Tale of Two Views
- + The Application
- + The Chooser
- + The Story Chooser
- + The Editor
- + The Editor Controls
- + The Details Component
- + The Item Info Component
- + The Notes Component
- + The Timeline Component
- + The Story Tile
- + The Part Tile
- + The Chapter Tile
- + The Scene Tile
- + The Draft Tile
- + The Selection Context
- + The App Event
-
+
A Tale of Two Views
-
+
Chapter 5. Proxying the Model
-
+
Chapter 6. Mediating the View
- + Chapter 7. Applying Business Logic
-
+
Chapter 8. Advanced Model Topics
- + Handling Synchronous Behavior
- + Handling Asynchronous Behavior
-
+
Reusing the Model Tier
- Step 1: Create a New Flex Library Project
- Step 2: Add Library Project to Flex Build Path in App Projects
- Extra Credit: Refactor the Startup Process
- + The Application Facade
- + The Startup Command
- + The Prepare Controller Command
- + The Prepare Model Command
- + The Prepare View Command
- The Refactored Projects
-
+
Chapter 9. Advanced View Topics
-
+
Managing Pop Ups
- Past Approaches
- A Different Approach
- The Add, Change, and Delete Story Use Cases
- + The Pop Up Request
- + The Pop Up Action Event
- + The Pop Up Interface
- + The Confirmation Pop Up
- + The Story Pop Up
- + The Abstract Pop Up Mediator
- + Story Pop Up Mediator
- + The Confirmation Pop Up Mediator
- + The Manage Story Command
- + Deferred Instantiation
- + Dynamically Adding View Components
-
+
Flex Mobile Mediation Strategy
-
+
Managing Pop Ups
- + Chapter 10. Onward
Gain hands-on experience with PureMVC, the popular open source framework for developing maintainable applications with a Model-View-Controller architecture. In this concise guide, PureMVC creator Cliff Hall teaches the fundamentals of PureMVC development by walking you through the construction of a complete non-trivial Adobe AIR application.
Through clear explanations and numerous ActionScript code examples, you'll learn best practices for using the framework's classes in your day-to-day work. Discover how PureMVC enables you to focus on the purpose and scope of your application, while the framework takes care of the plumbing in a maintainable and portable way.
Get a detailed overview of the PureMVC process for developing your application
Model the domain by designing the schema and creating framework-agnostic value objects
Implement framework-agnostic View components that expose an API of events and properties
Use the Proxy pattern to keep track of value objects and hide service interaction
Facilitate two-way communication between a View component and the rest of the application
Stitch the Model and View tiers together with command objects in the Controller
Manage problematic View component life cycles, and learn how to reuse the Model tier
Test the closed alpha on paperc.com
Book Details
Authors
Categories
Computers > Programming > General
Publishers
Publication year : 2011
License: All rights reserved ©
Times read: 293

