BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Adobe Air: Two Months Later

Adobe Air: Two Months Later

This item in japanese

Bookmarks
In June, Adobe officially gave their Apollo development project the name Adobe AIR (Adobe® Integrated Runtime) and released a new beta. AIR is a cross-operating system application runtime that allows developers to use HTML/CSS, Ajax, Flash, and Flex to create RIA applications that can be deployed via the web, but run in both online and offline modes on a user's desktop. Among the new features in the beta:
  • Support for PDF
  • Improved runtime and application install experience
  • Embedded local database (using SQLite)
  • Drag'n'drop and clipboard support
  • Numerous HTML support and hosting API improvements, including support for transparent HTML windows
  • Server/service connectivity API
  • Native file pickers/browsers
  • Basic runtime update support
  • Security model improvements, including Doors API for communicating between high and low privilege Flash content

Adobe continues to court the Open Source developer community with significant parts of the runtime coming from Open Source projects. The Web2.0 Journal relays Adobe's breakdown of the major Open Source runtime components below:

Adobe described the open source AIR as including a WebKit HTML engine, an ActionScript Virtual Machine (the Tamarin Project) and an SQLite local database with full text search same as Google Gears is using - and the two should have a common API soon enough.
An overview of the components:
    WebKit HTML engine: WebKit is the web browser engine.

    Adobe's provided a handful of reasons in their FAQ for choosing WebKit over other options like the Gecko engine.

  • Open project that we could contribute to
  • Proven technology, that web developers and end users are familiar with
  • Minimum effect on Adobe AIR runtime size
  • Proven ability to run on mobile devices
    The Tamarin Project: ActionScript Virtual Machine

    The Tamarin is a joint effort between Adobe and the Mozilla Foundation to build an Open Source implemenation of the ECMAScript 4th edition (ES4) language specification.

    The project home page articulates their main goal:

    Adobe and Mozilla hope to accelerate the adoption of a standard language for creating engaging Web applications.
  • SQLite: Embedded SQL Database
    SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.

Adobe AIR has created a lot of buzz in the industry. Here is some of what is being said...

Jesse James Garrett, who coined the term "Ajax", had favorable comments in a Wired article about AIR:

...I think that Ajax developers have kind of been running up against the constraint of the browser for a while now," says Garrett. "There's a lot of code from your browser application that you'd have to throw out for the offline portion of your app ... The advantage of AIR is the re-usability of that code outside the browser...

Others, such as Jesse Warden, are not so positive however:

...I am not interested in developing for AIR, Adobe Integrated Runtime. While the features sound compelling, they do not offer me anything I need in my day to day development for clients. I do not believe the market, currently, has a supporting model for those types of applications in a compelling way. AIR additionally does not offer anything new beyond it being a Flash projector wrapper with Adobe's name behind it...
Adobe's Ryan Steward counters Warden's position however, saying:

Adobe AIR is clearly a technology that a lot of people see differently. I think most of that is due to the fact that this is a very new type of technology... The great thing about AIR in my mind is that it gives developers a very "webby/browser" experience on the desktop. That includes the obvious benefit of being able to write in web technlogies (Flash, Flex, JavaScript, HTML) but it's more than that. AIR applications have a quick, easy install experience that is closer to the browser's zero install. It runs cross platform just like the web browser.
Ryan does acknowledge that AIR is still in the early stages and will have to evolve.
...No, you can't use plugins or access native code/applications. That sucks and it's a problem for some developers. But AIR is a 1.0 product and the cross platform aspect is important to us. No, AIR doesn't do windowed hardware acceleration (it does it for video in full screen mode), but again, it's a 1.0 product and we don't have time to put everything in.
InfoQ will continue to monitor the traction gained by Adobe AIR and similar technologies, like Google Gears, in the months to come.

Rate this Article

Adoption
Style

BT