Recent changes Random page
GAMING
Technology
 
Gaming
Entertainment
Science Fiction
Biggest wikis
Hobbies
Music
See more...

Adobe Integrated Runtime

From Adobe Wiki

Jump to: navigation, search
 
Adobe Integrated Runtime (AIR)
The official Adobe AIR icon
Initial release: 1.0 / February 25, 2008
Latest release 1.0.1 (1.0.8.4990) / April 08, 2008
OS Windowssmall.png 2000, XP, Vista (PBEU)
Osxsmall.png Tiger, Leopard
Linuxsmall.png (Under development)
Platform: Cross-platform
Available language(s) English
Genre Runtime environment
License Adobe AIR EULA
Website Adobe - Adobe AIR
This article needs to be dewikipediafied. You can help Adobe Wiki by changing it.

Adobe Integrated Runtime (AIR), codenamed Apollo,[1] is a cross-operating system runtime environment for building rich Internet applications using Adobe Flash, Adobe Flex, HTML, and Ajax, that can be deployed as a desktop application.

Adobe made a public preview release of AIR (then called Apollo) along with a software development kit and extension for developing Apollo applications with the Flex framework, on March 19 2007. On June 10, 2007, Apollo was renamed to AIR and a public beta release of the runtime was launched. Public beta 2 of AIR SDK was released on October 1, 2007. Public beta 3, was released on December 12, 2007, and version 1.0 was released on February 25, 2007.

A Linux alpha version was released on March 31, 2008.

Contents

[edit] Overview

AIR is intended to be a very versatile runtime environment, as it allows existing Flash or HTML and JavaScript code to be re-used to construct a more traditional desktop-like program. Adobe positions it more so as a browserless runtime for rich internet applications (RIAs) that can be deployed onto the desktop, rather than a fully-fledged application framework. The differences between each deployment paradigm provides both advantages and disadvantages over both. For example a rich internet application deployed in a browser does not require installation, while one deployed with AIR requires the application be packaged, digitally signed, and installed to the users local file system. However, this provides unlimited local storage and file system access, while browser deployed applications are limited by how much the browser restricts where data is usually periodically deleted. However, in most cases, rich internet applications store users' data on their own servers, but the ability to consume and work with data on a user's local file system allows for greater flexibility when an application is working offline.

AIR applications can operate offline, and then activate further functionality or upload data when an active internet connection becomes available. One example is eBay Desktop, which allows sellers to complete a listing offline and then upload it to eBay when they are connected to the internet.

[edit] Development environment

Adobe currently provides three ways of developing AIR applications:

[edit] Data Options

AIR has a number ways of working with data:

  • Database server via web services
  • Server-based XML and other remote text-based files
  • Local XML file and other local text-based files
  • Local and remote binary data of any type that may be manipulated at the byte level
  • Local SQLite database shipped with AIR
  • Encrypted Local Store included with AIR

[edit] Security

Documents that describe the security features of AIR:


Dreamweaver CS3 requires an additional extension to compile AIR applications,[2] as does Flash CS3 in the form of an update.[3] The cross-platform nature of the runtime means any HTML editor, coupled with the AIR SDK, can create AIR applications. AIR itself uses the WebKit HTML rendering engine, which is wrapped around Flash and PDF technologies.[4]

[edit] External links

Smallwikipedialogo.png This page uses content from Wikipedia. The original article was at Adobe Integrated Runtime. The list of authors can be seen in the page history. As with Adobe Wiki, the text of Wikipedia is available under the GNU Free Documentation License.


Rate this article:
Share this article: