Richards Media Net is a company that specializes in helping you, your company, or your organization take advantage of Internet delivered media to deliver your message!

Saturday, March 01, 2008

AIR Over SilverLight


Looking at Adobe AIR and Microsoft SilverLight, AIR has the superior application model, even against SilverLight 2.0. Here is why.

(I've got to be short and to the point here, my MBA - Transformational Leadership class homework awaits...)

Lets work backword here for a moment. I think that everyone would agree future productivity applications, frequently thought of as word processors and spreadsheets among others are going to be web capable and web delivered. I know that the University of Phoenix is moving from Outlook to Google Gmail, and they seem to be enthusiastic about the online applications such as word processing and spreadsheets they are getting for free as part of the package as they move to Googles GMail.

So when you are using a word processor, what do you need? You need a fully featured application, that can store files for reuse later on. You need an application that you can use if your Internet connection goes down. You want a word processor that you can use where ever you go that you have a computer, regardless as to whether you can connect to the Internet or not. You want it to be cool, and you DON'T want to have to drag your storage device, no matter how small around with you.

Now lets look at Adobe AIR. I must state that I am speaking from a generalists viewpoint here about what I have read about Adobe AIR. Although I have done quite a bit of Flash programming, I have never programmed applications using AIR up to now.

That said, AIR is a cross-platform, Internet connectible/disconnectable applications development platform. What I mean by that is that AIR will run on Windows, the Mac and soon Linux. It can launch applications from the web, or from your local hard disk and communicate with databases, server applications and other applications written with AIR, .Net or other systems over the Internet.

AIR can store data on your local hard disk. So if you build a web-based word processor or spreadsheet program that you can launch by clicking on a hyperlink on a web page, it can be installed on your local hard disk, and even if the Internet goes down in your area, or more likely, you lose your wi-fi connection, the documents you are working on don't go bye-bye. Assume then that you shut-down your computing device and start again several hours later. Since the Adobe AIR-based productivity applications can reside on your hard disk (or the Internet), you can start your AIR-based application, which can read the docs from your hard disk, and then copy them to your storage in the Internet on a server somewhere.

Sounds like WPF (Windows Presentation Foundation) based application you say? Yes! - Except that WPF is Windows only! No Mac or Linux support. Can SilverLight do it? Well, SilverLight by itself is not meant for PC-based Internet disconnectable applications. In other words, SilverLight is meant for always-connected-to-the-Internet type applications. You lose your Internet connection, and if you shut down your browser, you are toast. SilverLight is not meant for writing PC based applications like Word or Excel that launch from your local PC and save data to your local PC. At least not by itself.

So what am I saying here? Microsoft is in catch-up mode. Next week we will be hearing great things about SilverLight coming out of MIX '08. I personally have high-hopes for SilverLight, as I think Microsoft (my favorite computer company) is on the right track. However, Adobe with AIR has been on the right-track for quite a while now, and Microsoft needs to make some adjustments in their targeting. I know that they can and will adapt SilverLight (or WPF) to the PC-disk based, local storage enabled, Internet capable and launchable, Internet and browser disconnectable, cross-platform applications model. It is just a matter of time. But in my mind, the sooner, the better!

A vision from a man who grew up in the Internet Age, writes computer software and develops Internet systems for a living, and has visions of the future that keep him up at insane hours of the night.

Labels: , , , , , , , , , ,

4 Comments:

Blogger tt said...

Here's some more info. for your argument supporting AIR.

http://www.onflex.org/ted/2008/02/adobe-air-for-cross-windows-development.php

6:23 PM

 
Blogger Aaron L. Richards said...

Like Joe Wilcox of eWeek's Microsoft Watch states, "Adobe's supporting AIR applications and developer customers are much better than Microsoft's collection for Silverlight's launch. Most importantly: Real software and services are available that anyone can use, today!" - He is talking about AIR based applications such as REAL word processors, REAL Ebay interfaces, and many more. See his article at: http://www.microsoft-watch.com/content/developer/adobe_points_air_gun_at_microsoft.html

9:04 PM

 
Blogger Don Burnett said...

I think you really haven't looked technically at Silverlight 2.0 very seriously and none of the folks you mention have seen it either. These two comments are about Silverlight 1.0.. Being a programmer I thought you'd already be clued into this..

Simply put, Flash is still Flash and it's runtime (even with Air) have none of the internal functionality that a real windows application like what's in the .Net runtime, which has been most completely encapsulated in the Silverlight 2.0 runtime. People in your articles were basing this on 1.1..

Have you ever seen a web application that doesn't have postbacks, that has an UNDO button like a regular app?

You really should think about the functionality that the base classes in DOT NET gives you.

They aren't there in Flash or AIR, and frankly you can't do a DLR (Dynamic Language Runtime) in Flash.. Can it host programming languages? NO..

Basically they have ported the biggest amount of what you get in services as a Windows application into the web browser plug-in and made it work cross-platform.

The arguments Adobe are making simply doesn't work if you consider everything you could probably do with a windows application with OS services you can now do in a web browser.

Microsoft has effectively ported a full version of the Windows OS into a web browser. It's hardly a subset by any means. Which makes it way more capable than AIR..

You should take some time and walk through all of the functionality there walk through the APIs, then ask yourself can I do this with Flash/Air?

Their runtime functions aren't even close to being as advanced

8:29 AM

 
Blogger Don Burnett said...

By the way Silverlight can write data to your local hard drive, it has storage capabilities..

The point you are making here doesn't hold "air"

8:31 AM

 

Post a Comment

<< Home