Would you like to see this page in English? Click here.

新品を購入

または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
中古品を購入
中古品 - 良い 詳細を見る
価格: ¥ 699

または
1-Clickで注文する場合は、サインインをしてください。
 
   
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Apollo for Adobe Flex Developers: Pocket Guide
 
イメージを拡大
 

Apollo for Adobe Flex Developers: Pocket Guide [ペーパーバック]

Mike Chambers , Robert L. Dixon , Jeff Swartz

価格: ¥ 1,349 通常配送無料 詳細
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
在庫あり。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。
1点在庫あり。ご注文はお早めに。
2012/6/1 金曜日 にお届けします! 「お急ぎ便」オプション(有料)を選択して注文を確定された関東エリアへの配達のご注文が対象です。詳しくはこちら

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


商品の説明

内容説明

Written by members of the Apollo product team, this is the official guide to the Alpha release of Adobe Apollo, the new cross platform desktop runtime from Adobe Labs. "Apollo for Adobe Flex Developers Pocket Guide" explains how to build and deploy Flash-based Rich Internet Applications (RIAs) to the desktop using Adobe's Flex framework. This book describes concisely how Apollo works, and offers numerous examples for those who want to start building RIAs for the desktop right away. Why put RIAs on the desktop? They're already supposed to offer the responsiveness of desktop programs. Unfortunately, web browsers were designed to deliver and display HTML-based documents, not applications. The conflict between document - and application-focused functionality creates several problems when deploying applications via the browser. Adobe Apollo gives you the best of both worlds -- the web development model and true desktop functionality. This pocket guide explains how to: set up your development environment; create your first application; use the File I/O API; use HTML within Flex-based Apollo applications; and use the included Apollo mini-cookbook for common tasks. The book also includes a guide to Apollo packages, classes, and command-line tools. Once you understand the basics of building a Flex-based Apollo application, this pocket guide makes an ideal reference for tackling specific problems.

登録情報


この商品にタグをつける

 (詳細)
タグは、商品との関連性が非常に強いキーワードまたはラベルのようなものです。
タグにより、すべてのお客様がお気に入りの商品の整理と確認を行うことができます。
※タグは初期設定で公開になっています。詳しくはこちら
 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  4件のカスタマーレビュー
2 人中、2人の方が、「このレビューが参考になった」と投票しています。
For the early-adopter .airHead 2007/4/1
By Brett Merkey - (Amazon.com)
形式:ペーパーバック
§

Adobe's Apollo, in the just-released alpha runtime, is the latest entry in the world of "Rich Internet Application" frameworks.

Advocates of RIA frameworks often weaken their arguments for the Web-aware desktop by disparaging browser-based applications beyond the credible. The universe of browser-based applications continues to expand for very good reasons.

Give the authors, all members of the Apollo product team, plenty of credit for their relaxed approach in this guide. Their introductory chapter sticks to a positive case for their approach rather than attack the weaknesses of current Web apps.

Chapters 2 and 3 outline setting up the environment and move quickly to working with the HTML rendering engine. Following chapters deal with the security model and the file system and windowing APIs.

The weakness of the book is that it is Flex-centric in its "hello world" examples. The book reflects the state of the Apollo alpha. The book itself is clear and easy to follow.

§
1 人中、1人の方が、「このレビューが参考になった」と投票しています。
"Quick and Dirty" Overview 2007/6/8
By R. Kreis - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
If you've been developing Flex, chances are good you've heard a little something about Apollo. This book provides a great overview -- I came away with an excellent understanding of Apollo's "whats" and "hows" within a half hour of picking up this book.
4 人中、3人の方が、「このレビューが参考になった」と投票しています。
Good quick-start guide for building Flash-based RIA's with Apollo 2007/5/5
By calvinnme - (Amazon.com)
形式:ペーパーバック
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.

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換