ActionScript Developer's Guide to PureMVC (Paperback)
Cliff Hall
- 出版商: O'Reilly
- 出版日期: 2012-01-10
- 定價: $990
- 售價: 6.0 折 $594
- 語言: 英文
- 頁數: 264
- 裝訂: Paperback
- ISBN: 1449314562
- ISBN-13: 9781449314569
-
相關分類:
ActionScript & FLASH
立即出貨
買這商品的人也買了...
-
$480$379 -
$880$695 -
$1,170Professional Flash Lite Mobile Development (Paperback)
-
$299Enterprise Development with Flex: Best Practices for RIA Developers (Paperback)
-
$580$458 -
$480$408 -
$480$379 -
$1,200$948 -
$780$616 -
$550$435 -
$580$458 -
$490$417 -
$380$304 -
$880$695 -
$680$578 -
$750$593 -
$550$539 -
$1,130$961 -
$580$458 -
$349$297 -
$580$493 -
$940$700 -
$490$245 -
$780$616 -
$520$364
商品描述
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