Jump to content

Adobe AIR

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 192.100.124.218 (talk) at 16:06, 25 November 2010 (→‎See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

AIR
Developer(s)Adobe Systems
Initial releaseFebruary 25, 2008
Stable release
2.5.1 / November 11, 2010 (2010-11-11)
Operating systemLinux, Mac OS X, Windows
PlatformCross-platform
Available inEnglish
TypeRuntime environment
LicenseAdobe AIR EULA[1] (proprietary)
WebsiteAdobe AIR

Adobe Integrated Runtime (AIR), also known as Adobe AIR, is a cross-platform runtime environment developed by Adobe Systems for building rich Internet applications using Adobe Flash, Adobe Flex, HTML, or Ajax, that can be deployed as desktop applications.

Overview

AIR is intended to be a versatile runtime environment that allows existing Flash, Actionscript, or HTML and JavaScript code to be used to construct Internet-based applications that have many of the characteristics of more traditional desktop-like programs. Adobe positions it as a browser-less runtime for Rich Internet Applications (RIAs) that can be deployed onto the desktop, rather than a fully-fledged application framework. Either deployment paradigm provides both advantages and disadvantages. A RIA deployed in a browser does not require installation, for example, while one deployed with AIR requires the application be packaged, digitally signed, and installed on the user's local file system. This provides access to local storage and file systems, while browser-deployed applications are more limited in where and how data can be accessed and stored.[2] RIAs store users' data on their own servers in most cases, but the ability to consume and work with data on a user's local file system allows for greater flexibility.

On January 28, 2009, Adobe claimed that there were over 100 million installations of Adobe AIR worldwide, and that "the majority of AIR runtime installations occur at the time the first AIR application is installed by a user."[3] The large number of installations is actually due to the fact that Adobe AIR was included with all downloaded installations of Adobe Reader 9 (released in July, 2008), with no option for exclusion either in the download or in the installation.[4] As of August 2010, Adobe still bundles Adobe AIR (along with the application Acrobat.com) with the Adobe Reader 9.3 download, with no option for exclusion, and the installation file for Adobe Reader 9.3 also installs Adobe AIR.

Versions

"Apollo" 1.0 Betas

Adobe made a public preview release of AIR (then called Apollo) along with a software development kit (SDK) 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.

Adobe AIR 1.0

Version 1.0 of the Adobe AIR runtime and SDK was released on February 25, 2008.[5][6]

Adobe AIR 1.1

Version 1.1 of Adobe AIR was released on June 16, 2008. This release included a number of new features including:

  • Support for additional languages including Chinese Traditional, Chinese Simplified, French, German, Italian, Japanese, Korean, Brazilian Portuguese, Russian, and Spanish
  • Support for localizing the name, description local database error messages of the application
  • A new option that allows an application to be updated from an old certificate to a new one while preserving the identity of the application (for example from a self-signed certificate to a chained certificate)
  • A new property for detecting the space available on a drive
  • A new property for detecting whether the hosting operating system's window manager supports transparency

In addition, version 1.1 includes support for Microsoft Windows XP Tablet PC Edition and 64-bit editions of Windows Vista Home Premium, Business, Ultimate, and Enterprise.[7]

Adobe AIR 1.5

Adobe AIR 1.5 was released on November 17, 2008. New capabilities included:

  • Support for encrypting the local database
  • Inclusion of Flash Player 10 features
  • An updated version of WebKit with performance improvements due to a new JavaScript interpreter
  • Support for five new languages including Czech, Dutch, Swedish, Turkish and Polish

Adobe AIR 1.5 Linux

A stable Linux version was released on December 18, 2008.[8][9]

Adobe AIR 1.5.1

Released on February 24, 2009, AIR 1.5.1 was primarily a compatibility update that includes bug fixes and security updates.

Adobe AIR 1.5.2

Released on July 30, 2009, AIR 1.5.2 introduced a number of minor new features and compatibility issues. Some of important fixes included:

  • When using the full-screen interactive mode an application using the 1.5.2 namespace can capture the keyDown event and call the preventDefault() method of the event
  • SWF content embedded within an HTML container could now be displayed with certain wmode settings.

Adobe AIR 1.5.3

Adobe AIR 1.5.3 was released on December 8, 2009. It included fixes for a number of compatibility and security related issues. The BBC iPlayer Desktop manager v1.5.15695.18135 is the first version to use AIR 1.5.3.

AIR 2.0

The Adobe AIR 2 public beta was released on November 16, 2009 followed by the beta 2 on February 2, 2010 and the release candidate on May 11, 2010. In addition, Adobe AIR for Android was announced on February 12, 2010. AIR 2 was officially released for Windows, Mac OS and Linux on June 10, 2010 and Android on October 8, 2010.

AIR 2.5

Adobe AIR 2.5 was released on October 24, 2010 at the Adobe MAX 2010 conference.[10]

Development environment

Adobe provides three ways of developing AIR applications:

Dreamweaver CS4/CS3 requires an additional extension to compile AIR applications,[12] as does Flash CS3 in the form of an update.[13] 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, along with Flash and PDF technologies.

JavaScript frameworks

Adobe AIR applications can be written entirely in JavaScript. Adobe AIR's JavaScript is modified slightly relative to browsers in that it does not support the dynamic execution of code at runtime in the application sandbox (that is permitted inside the non-application or browser sandbox). According to the Adobe AIR security whitepaper,[clarification needed] this restriction is designed to prevent remote content from attacking a user's system. Due to this restriction, JavaScript frameworks that make use of JavaScript functions like eval() were not initially compatible with Adobe AIR. However, several frameworks including Dojo Toolkit, jQuery, and ExtJS were updated to support Adobe AIR's application sandbox. Some frameworks like MooTools were already compatible.

Data options

AIR has four ways of working with data:

  • database server via web services
  • local XML file
  • local SQLite database shipped with AIR
  • encrypted local store included with AIR

See also

References

  1. ^ "Adobe AIR 1.1 EULA" (PDF). Retrieved 2009-05-22.
  2. ^ "Adobe AIR: Browser vs. Desktop". Retrieved 2008-02-25.
  3. ^ "AIR passes 100 million installations". Retrieved 3 February 2009.
  4. ^ "Adobe Reader 9 is Here!". Retrieved 2010-01-22.
  5. ^ "Adobe Labs: AIR runtime page". Retrieved 2007-12-16.
  6. ^ "Adobe Labs: AIR SDK page". Retrieved 2007-12-16.
  7. ^ "Adobe AIR 1.1 FAQ". Retrieved 2008-06-16.
  8. ^ "Adobe release AIR for Linux". Retrieved 2008-12-18.
  9. ^ http://labs.adobe.com/wiki/index.php/AIR_for_Linux:Release_Notes
  10. ^ "Adobe AIR 2.5 is Now Available!". Retrieved 2010-11-02.
  11. ^ "Adobe AIR Developer Center for HTML and Ajax - Getting Started". Retrieved 2008-02-26.
  12. ^ "Adobe - AIR: Tools for Ajax". Retrieved 2008-02-25.
  13. ^ "Adobe Flash - Downloads". Retrieved 2008-02-25.

Security