Good quick-start guide for building Flash-based RIA's with Apollo, 2007-05-05
Reviewer rating:
This book is a good overview of what is involved building applications that use the Adobe Flex Framework with the cross-platform desktop runtime, Apollo. The book assumes that the reader has experience creating Flash-based applications using Flex and ActionScript 3.0, and that you want to leverage that experience and move on to deploying applications with Apollo. It is a good basic introduction to get you started, not an in-depth guide by any means.
1. Introduction to Apollo - Explains the difference between the Apollo runtime and Apollo applications, the capabilities and the limits of Apollo, and the basic structure of Apollo applications.
A Short History of Web Applications
Problems with Delivering Applications Via the Browser
Introducing the Apollo Runtime
Primary Apollo Technologies
2. Getting Started with Apollo Development - Discusses how to initialize your development environment and begin building Apollo applications that use the Flex framework. It shows you where to get the resources necessary for Apollo application development and goes through the details of writing and deploying a Hello World application.
Installing the Apollo Alpha 1 Runtime
What You Need in Order to Develop Apollo Applications
Building a Sample Apollo Application
Next Steps
3. Using HTML Within Flex-Based Apollo Applications - Describes how Apollo gives developers a new means of integrating HTML rendering into their desktop applications. Included are some basic applications that demonstrate how to write HTML-enabled Apollo applications.
HTML Support in Apollo
Using the Flex HTML Component
Using the HTMLControl Class
Script Bridging: Communicating Between ActionScript and JavaScript
4. Using the File System API - Discusses the various aspects of the Apollo file I/O API that enables applications to have a great deal of freedom in dealing with the files and directories of the user's computer. There are quite a few code snippets in this chapter that serve as simple examples.
Security Model
Accessing Files and Directories
Asynchronous and Synchronous Versions of Methods
Reading Directory Contents
Getting File Information
Copying and Moving Files and Directories
Creating Files and Directories
Deleting Files and Directories
Reading and Writing Files
5. Apollo Mini-Cookbook - O'Reilly, famous for its cookbook series, provides a mini cookbook of solutions to common problems in Apollo applications and includes working MXML code. Recipes include those for reading and writing text from a string, encoding data into PNG or JPEG format and writing it to the file system, and working with the Windowing API.
Working with the File System
Working with HTML
Using the Windowing API
Apollo Packages and Classes
Apollo Command-Line Tools
Actually you can find this book freely available online. Just type "Adobe Apollo for Flex developers pocket guide" without the quotes into Google. It should be the top address.