4.27.2011

HTML5 and future of RIA



Few years back when Macromedia (now Adobe ) coined the term RIA (Rich Internet Application), there were very few players in the industry who visualized that desktop paradigm could be moved to web platform. As a pioneer of the RIA movement, Adobe created the right awareness and tools around it. Microsoft and Sun followed this path and created their own tools to grab the RIA market share (Silverlight/JavaFx)

In the coming days, with increased adoption of cloud based solutions, this momentum of RIA is only going to increase further. The only visible change in the horizon is that proprietary tools and technologies going to be replaced by open technologies. This is because industry always on the lookout for cost effective and cross platform solution. When there is an open source and large adopted solution around, why to settle down for a proprietary one?

To be more specific, It's going to be HTML5/JavaScript/CSS3. We have already witnessed strong endorsement from leaders like Apple, Google, Facebook, Microsoft to name a few. It also obvious from Adobe's recent initiative towards html5 related tools (Adobe Wallaby pre-release) that they understand the change . It is just that they can not endorse HTML5 openly against Flash. I anticipate that in the near future Flash Builder will have the option of exporting to HTML5.

There are number of features HTML5 has introduced which could be leveraged to develop more responsive RIA solutions. Leading browsers have already started supporting these features.

You may argue that the newly introduced tags/features are good for developing small websites with few screens but what about Enterprise RIAs? Are we ready yet? Is there any good MVC framework around for HTML5?

These questions are being asked by many developers like me who have become too comfortable in the proprietary tools and technologies. With the disruptive technologies on the forefront, it’s time to come out from our comfort zone and explore.

4 comments:

Austin said...

You forget to mention that HTML5 will require programming. The current language of javascript supported by all browsers is ECMA-262. Javascript is woefully inefficient and one of the crappiest languages to program in for real development. Unless W3C actually comes to the plate and standardizes js we will always build really crappy UI logic just because of the lack of standards in javascript.

You cannot compare a Flash project written in PureMVC with a bloated JS project written with Class.prototype.function put everywhere...

Do you want to write all of your future applications in javascript? I for one do not want to.

Austin said...

Dude... do you like programming javascript? Well HTML 5 is going to require lots of crappy javascript 1.0 for your ugly front ends.

Actionscript 3 > Javascript 1.0...

Anonymous said...

no one take your flame bait / traffic drive ha ha

Anonymous said...

It pains me to say this, but as it stands, it looks more and more likely that html5 isn't going to get anywhere.

Why would devs would want to spend their time ironing out cross-browser issues, when the customers and businesses aren't going to be interested in a product that looks so shoddy and is such a hack anyway.

HTML has been stretched way beyond its original intent - to deliver static, stateless text-based documents. In the rush to push multimedia onto the net, someone decided that the Web browser is the proper platform for delivery of all content, whether it's text, graphics, sound, video, animation, VR, mail, newsgroups, RSS, etc. etc. HTML5 is just the latest symptom of this silly view. It always ends the same way - with disappointment.

Very few fell for the hype around HTML5 and most of them are waking up to the fact that it is several years away, and always will be.