Cantitate/Preț
Produs

ActionScript Developers Guide to PureMVC

Autor Cliff Hall
en Limba Engleză Paperback – 19 ian 2012

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 applicationModel the domain by designing the schema and creating framework-agnostic value objectsImplement framework-agnostic View components that expose an API of events and propertiesUse the Proxy pattern to keep track of value objects and hide service interactionFacilitate two-way communication between a View component and the rest of the applicationStitch the Model and View tiers together with command objects in the ControllerManage problematic View component life cycles, and learn how to reuse the Model tier"

Citește tot Restrânge

Preț: 17673 lei

Preț vechi: 22091 lei
-20% Nou

Puncte Express: 265

Preț estimativ în valută:
3383 3518$ 2835£

Carte tipărită la comandă

Livrare economică 13-27 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781449314569
ISBN-10: 1449314562
Pagini: 262
Ilustrații: Illustrations
Dimensiuni: 187 x 230 x 15 mm
Greutate: 0.43 kg
Editura: O'Reilly

Cuprins

Preface; Code at the Speed of Thought; The Purpose of This Book; Who Should Read This Book; Acknowledgements; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Chapter 1: Introduction; 1.1 Classic MVC Architecture; 1.2 The PureMVC AS3 Reference Implementation; 1.3 The Role of PureMVC in Your Application; 1.4 Actors at the Boundaries; 1.5 Actors Between the Boundaries; 1.6 The Rest of the Gang; 1.7 Packaging Your Classes; 1.8 Standard and MultiCore Versions; 1.9 Writing Portable Code; Chapter 2: Building an Application with PureMVC; 2.1 Choosing the Platform; 2.2 It Was a Dark and Stormy Night; 2.3 StoryArchitect, A Tool for Writing Fiction; 2.4 Erecting the Startup Scaffolding; 2.5 Building from the Outside In; Chapter 3: Modelling the Domain; 3.1 Designing the Schema; 3.2 Creating the Value Objects; 3.3 Creating the Enums; 3.4 Testing the Entities; Chapter 4: Implementing the User Interface; 4.1 A Tale of Two Views; Chapter 5: Proxying the Model; 5.1 Proxy Life Cycle; 5.2 Persistence Strategy Revisited; 5.3 Building the Proxys; Chapter 6: Mediating the View; 6.1 Mediator Life Cycle; 6.2 Communicating with the Component; 6.3 Communicating with the Application; 6.4 Determining Granularity of Mediation; 6.5 Building the Mediators; Chapter 7: Applying Business Logic; 7.1 Two Shades of Logic; 7.2 Command Life Cycle; 7.3 Building the Commands; 7.4 Registering the Commands; Chapter 8: Advanced Model Topics; 8.1 Handling Synchronous Behavior; 8.2 Handling Asynchronous Behavior; 8.3 Reusing the Model Tier; Chapter 9: Advanced View Topics; 9.1 Managing Pop Ups; 9.2 Deferred Instantiation; 9.3 Dynamically Adding View Components; 9.4 Flex Mobile Mediation Strategy; Chapter 10: Onward; 10.1 Using a Debugger with PureMVC; 10.2 PureMVC Utilities; 10.3 Other Resources;

Notă biografică