InfoQ

News

Adobe AIR: Do we really need browser apps that run on the desktop?

Posted by Jon Rose on Nov 29, 2007 05:03 PM

Community
Architecture,
Java
Topics
Rich Internet Apps ,
Rich Client / Desktop
Tags
Apollo ,
Flash ,
Flex ,
Adobe ,
Adobe Integrated Runtime
Adobe Integrated Runtime (AIR) is a platform that allows developers to use web technologies to build desktop applications. Danny-T is questioning the Adobe AIR paradigm on his blog posting, ‘Is breaking out of the browser the right next step?’

In his post, he describes his personal user expectations:
I generally am not that inclined to download and install the applications…

I love RIAs, I love the ease in which I can access, use and share them…

I just don’t think running an RIA as a completely separate entity to the browser works too well. A large draw for an RIA is simplicity and availability, both of which out-of-browser RIAs restrict.
He notes Buzzword as an example:
Take Buzzword, which is a truly remarkable RIA and in my opinion is superior to any other online AND offline word processing tool. I’ve not seen the AIR version of it which I believe is on its way and I can already see that what AIR offers will be a great addition to it. But wouldn’t it be even better if all the connectivity detection, local file storage, drag and drop etc were available to the in-browser version?
Danny-T does see a need for the features that are available in AIR, but not available to Flash/Flex in the browser:
Okay, so the features that AIR offers aren’t available to the Flash player and I do think those features are hugely valuable. If installing AIR gave me all those capabilities as an in-browser resource as well as a stand-alone runtime. I know it’s not so easy with all the security sandbox constraints of running in the browser.

Security gurus can tell me that what I’m asking for isn’t possible and why it shouldn’t be, but I feel as long as I ultimately make the decision on what does and doesn’t have access then it shouldn’t matter whether this is in or out of the browser. Am I alone in thinking this?
Adobe’s Ryan Stewart responds in his blog:
I don't totally disagree with him. As cool as AIR is, I still think the browser will be the central point of contact for most web applications… but even with some of AIR's features, the applications in the browser won't be desktop applications, and that's where I see the major benefit of AIR…

To me, AIR represents a true hybrid approach to application development. It uses web technologies and development trends but allows developers to create real desktop applications. That actually may not be valuable for everyone...

The key question is what do your users want. Do they want an application that lives on their hard drive, installs like any other application and behaves like any other desktop application should (offline, with the file system, notifications, custom chrome, etc) or do they want their application in the browser?
David Coletta from the Buzzword team notes that the chal lenges go beyond security on Danny-T’s blog:
Sadly, it’s not as simple as just working out security issues. There are many technical issues with browser/Flash interaction that prevent Buzzword from being all it can be within the browser. For example, rich text clipboard and keyboard management is practically impossible to get right inside the browser, though Buzzword comes darn close.
For those of you in the InfoQ.com community, are your users asking for features and functionality that will make the desktop integration and offline features of AIR valuable? If so, do you need all of AIR, or is the offline support of a browser plug-in like Google Gears enough?

For more information on Adobe AIR: http://www.infoq.com/air
What the fuss about installing? by Carsten Saager Posted Nov 29, 2007 7:47 PM
Re: What the fuss about installing? by Geoffrey Wiseman Posted Nov 30, 2007 6:27 AM
Mozilla Prism by Suresh Harikrishnan Posted Dec 4, 2007 2:38 AM
  1. Back to top

    What the fuss about installing?

    Nov 29, 2007 7:47 PM by Carsten Saager

    The process of "install" is some deprecated notion of OSes - RIA install as well, but in the caches of the browers. It is just a more lenient form of install than downloading an .exe - the only form of (non-sandboxed) extension most OS know. Perhaps the question is: Do we need a new view on what an OS is? AIR and Firefox 3, as well Java become OSes. There is a lot of effort made to work around the simplistic "extension model" of Windows &Co which has the open all or nothing attitude (ActiveX sadly promotes this into the webworld) I can't deny that my favorite distribution model is Java WebStart - not perfect (ie transparent) but the truest

  2. Back to top

    Re: What the fuss about installing?

    Nov 30, 2007 6:27 AM by Geoffrey Wiseman

    Having just gone through a Java Web Start project, I'm amazed how rough around the edges things still are. That's true across most of the Java client space, sadly. Web Start, SwingX, JDIC, testing tools, it all feels pretty immature to me, which is depressing considering the length of time they've been around. I think if you're going to go with that model, you need to dig deep and consider building some things out from scratch, enhancing others and building tools to help you get over the rough spots. I do hope that the new emphasis on consumer/client helps to smooth out some of the bumps.

  3. Back to top

    Mozilla Prism

    Dec 4, 2007 2:38 AM by Suresh Harikrishnan

    I would bet on something like Mozilla Prism to AIR. Prism is still in very early stages, but im looking forward to it in serving as a bridge between the desktop and web applications.

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.