<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Akash Kava &#187; MIS</title>
	<atom:link href="http://akashkava.com/blog/tag/mis/feed/" rel="self" type="application/rss+xml" />
	<link>http://akashkava.com/blog</link>
	<description>Founder of NeuroSpeech</description>
	<lastBuildDate>Tue, 10 Apr 2012 18:00:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>RIA &#8211; Why? Which One? How?</title>
		<link>http://akashkava.com/blog/41/ria-why-which-one-how/</link>
		<comments>http://akashkava.com/blog/41/ria-why-which-one-how/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 17:29:14 +0000</pubDate>
		<dc:creator>Akash Kava</dc:creator>
				<category><![CDATA[RIA]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FLEX]]></category>
		<category><![CDATA[Front End]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaFX]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MIS]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[XUL]]></category>

		<guid isPermaLink="false">http://akashkava.com/blog/?p=41</guid>
		<description><![CDATA[RIA (Rich Internet Application) means faster means to develop light applications to fit in your business presentation and few quick interactive applications. With RIA you can not make a money tree and you can not become rich. Target Applications: Frontend Applications Small Quick Demo Applications Graphical Analysis of MIS Marketing Presentations Quick Forms/Data Entry for [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://akashkava.com/blog/41/ria-why-which-one-how/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "RIA+%26%238211%3B+Why%3F+Which+One%3F+How%3F";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fakashkava.com%2Fblog%2F41%2Fria-why-which-one-how%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fakashkava.com%2Fblog%2F41%2Fria-why-which-one-how%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>RIA (Rich Internet Application) means faster means to develop light applications to fit in your business presentation and few quick interactive applications. With RIA you can not make a money tree and you can not become rich.</p>
<p>Target Applications:</p>
<ol>
<li>Frontend Applications</li>
<li>Small Quick Demo Applications</li>
<li>Graphical Analysis of MIS</li>
<li>Marketing Presentations</li>
<li>Quick Forms/Data Entry for Mass Audience</li>
<li>Polls, Social Interaction Applications</li>
<li>Thin Client Applications</li>
</ol>
<p>With RIA you can generally make a thin client applications, which surely needs to interact with high poerful web server or any other form of server over internet. RIA replaces frontend for modern internet applications from traditional HTML/JS form processing websites.</p>
<h1>WHY RIA?</h1>
<p>Traditional web portal applications (ASP.NET/EJB..) takes too much of time to process every single request, as it does not use full potential of client side computer. Every decision of which button to be displayed, state of an application and user&#8217;s choices and preferences, everything is maintained on server and applications utilizes too much of bandwidth as well.</p>
<p>Thats why, RIA is simple step to differentiate user interface and business logic completely with implementations of standards like SOAP web services and REST apis.</p>
<p>All RIAs are compiled at development site, that means the final RIA is in form of an application, which will execute accurately as designed. However in traditional HTML+JS, if any part of HTML is not rendered properly or its coded wrongly, there is no way to detect until it is delivered to browser and some error has been encountered. Pre compilation on RIA, reduces time required to develop web application drastically.</p>
<h1>WHICH RIA?</h1>
<table style="font-family:Arial, Helvetica, sans-serif; font-size:12px" border="1" cellspacing="0" cellpadding="2" width="620">
<tbody>
<tr>
<th valign="top" scope="col"></th>
<th width="100" align="center" valign="top" scope="col">Flex</th>
<th width="100" align="center" valign="top" scope="col">Silverlight</th>
<th width="100" align="center" valign="top" scope="col">JavaFX</th>
<th width="100" align="center" valign="top" scope="col">XUL</th>
</tr>
<tr>
<td valign="top"><strong>Vendor</strong></td>
<td align="center" valign="top">Adobe</td>
<td align="center" valign="top">Microsoft</td>
<td align="center" valign="top">Sun Microsystems</td>
<td align="center" valign="top">Mozilla</td>
</tr>
<tr>
<td valign="top"><strong>Open Source</strong></td>
<td align="center" valign="top">Yes<br />
(I am talking about FLEX not Flash)</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">Yes</td>
</tr>
<tr>
<td valign="top"><strong>Support</strong></p>
<p>Community Support is very bad when you need quick solution in an emergency.</td>
<td align="center" valign="top">Paid Support &amp; Community</td>
<td align="center" valign="top">Paid Support &amp; Community</td>
<td align="center" valign="top">Community Support</td>
<td align="center" valign="top">Community Support</td>
</tr>
<tr>
<td valign="top"><strong>Dependency</strong></td>
<td align="center" valign="top">Flash Player</td>
<td align="center" valign="top">Silverlight Player</td>
<td align="center" valign="top">Java Runtime + JavaFX Runtime</td>
<td align="center" valign="top">XUL Runtime</td>
</tr>
<tr>
<td valign="top"><strong>Availability</strong></p>
<p>According to various statistics, the by default availability of dependent software on PCs.</td>
<td align="center" valign="top">95%</td>
<td align="center" valign="top">10%</td>
<td align="center" valign="top">0%</p>
<p>Although few PCs and all MACs have Java Runtime, they still need something additional.</td>
<td align="center" valign="top">30% as FireFox supports XUL Apps</td>
</tr>
<tr>
<td valign="top"><strong>Size of Runtime</strong></td>
<td align="center" valign="top">1MB</td>
<td align="center" valign="top">4.5MB</td>
<td align="center" valign="top">30MB</td>
<td align="center" valign="top">4MB</td>
</tr>
<tr>
<td valign="top"><strong>Native Device Access</strong></td>
<td align="center" valign="top">Camera, Mic and Speakers</td>
<td align="center" valign="top">Speakers</td>
<td align="center" valign="top">Speakers</td>
<td align="center" valign="top">None in Web App,</p>
<p>May be few in Desktop App</td>
</tr>
<tr>
<td valign="top"><strong>Audio Video Support</strong></td>
<td align="center" valign="top">Widely used FLV and MP3 format, stable and its there since 2001</td>
<td align="center" valign="top">WMV/WMA/WMA Pro</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top"><strong>Converters for the Supported Video</strong></td>
<td align="center" valign="top">FFMPEG and many other commercial vendors available</td>
<td align="center" valign="top">Paid Encoders</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top"><strong>Documentation</strong></td>
<td align="center" valign="top">SDK Documentation and Samples</td>
<td align="center" valign="top">MSDN but still very premature, (Reason, the learning curve is little higher)</td>
<td align="center" valign="top">JavaDocs but JavaFX is still new</td>
<td align="center" valign="top">Apache Documentation, very scattered, difficult to learn.</td>
</tr>
<tr>
<td valign="top"><strong>Syntax</strong></td>
<td align="center" valign="top">XML + Action Script</td>
<td align="center" valign="top">XML + C# / JS / VB.NET</td>
<td align="center" valign="top">Totally New Syntax</td>
<td align="center" valign="top">XML + JS</td>
</tr>
<tr>
<td valign="top"><strong>Language Feature</strong></td>
<td align="center" valign="top">Strictly Typed with &#8220;Object&#8221; being dynamic type</td>
<td align="center" valign="top">Strictly Typed,</p>
<p>Dynamic type to come in C# 4.0</td>
<td align="center" valign="top">Strictly Typed</td>
<td align="center" valign="top">Dynamic Typed</td>
</tr>
<tr>
<td valign="top"><strong>Binding Expressions</strong></p>
<p>Flex introduced wonderful concept of auto updating expressions when properties or variables changes.</td>
<td align="center" valign="top">Very Accurate</td>
<td align="center" valign="top">Accurate but lengthy code</td>
<td align="center" valign="top">Available</td>
<td align="center" valign="top">Better then JavaFX and Silverlight</td>
</tr>
<tr>
<td valign="top"><strong>Two Way Databinding<br />
</strong></td>
<td align="center" valign="top">Not Available, Coming up in Flex 4</td>
<td align="center" valign="top">Available</td>
<td align="center" valign="top">-</td>
<td align="center" valign="top">Available</td>
</tr>
<tr>
<td valign="top"><strong>Binding Declaration</strong></td>
<td align="center" valign="top">Simple Attribute</td>
<td align="center" valign="top">Extra Code in each bindable property</td>
<td align="center" valign="top">Extra code in each bindable property</td>
<td align="center" valign="top">Simple Attribute</td>
</tr>
<tr>
<td valign="top"><strong>Reflection</strong></td>
<td align="center" valign="top">Available</td>
<td align="center" valign="top">Available</td>
<td align="center" valign="top">Available</td>
<td align="center" valign="top">Available</td>
</tr>
<tr>
<td valign="top"><strong>Code Size</strong></td>
<td align="center" valign="top">Very Concise</td>
<td align="center" valign="top">Even simpler things like validator etc takes 6 lines, too big code size to maintain</td>
<td align="center" valign="top">Size is small, but very disorganized, difficult to read</td>
<td align="center" valign="top">Concise enough</td>
</tr>
<tr>
<td valign="top"><strong>Platform Availability</strong></td>
<td align="center" valign="top">Windows, Mac, Linux</td>
<td align="center" valign="top"><strong>Windows Only</strong></td>
<td align="center" valign="top">Windows, Mac, Linux</td>
<td align="center" valign="top">Windows, Mac, Linux</td>
</tr>
<tr>
<td valign="top"><strong>Stability</strong></td>
<td align="center" valign="top">Very Stable</td>
<td align="center" valign="top">Pre Beta</td>
<td align="center" valign="top">Pre Beta</td>
<td align="center" valign="top">Stable Enough</td>
</tr>
<tr>
<td valign="top"><strong>Control Library</strong></td>
<td align="center" valign="top">Rich set of Controls available, plus lots of free stuff available as well</td>
<td align="center" valign="top">Very basic controls, you have to spend money on other ISVs to get good controls</td>
<td align="center" valign="top">Good set of Controls</td>
<td align="center" valign="top">Almost everything is free, lacks good documentation though</td>
</tr>
<tr>
<td valign="top"><strong>Coders Availability</strong></p>
<p>For project managers, how difficult it will be to find coders who will code.</td>
<td align="center" valign="top">Easily Available as existing Flash, HTML, JS, ActionScript can code.</td>
<td align="center" valign="top">C# and Microsoft Technology programmers can code.</td>
<td align="center" valign="top">Java Programmers can code, but due to new syntax, its still difficult to get hands on it.</td>
<td align="center" valign="top">Very difficult as it requires too extra knowledge of mozilla architecture and various standards, which is not taught anywhere.</td>
</tr>
<tr>
<td valign="top"><strong>Commercial Training</strong></p>
<p><strong> </strong>Starting project is very easy, but ongoing maintanence and meeting deadlines requires excellent knowledge of technology, which you should not rely on community blogs, because time required to search any solution is costly.</td>
<td align="center" valign="top">Excellent</td>
<td align="center" valign="top">Excellent</td>
<td align="center" valign="top">Training available</td>
<td align="center" valign="top">Where?</td>
</tr>
<tr>
<td valign="top"><strong>Threading Support</strong></td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">Limited</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">Limited</td>
</tr>
<tr>
<td valign="top"><strong>Themes/Skinning</strong></td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">Yes, but size of code is very big</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">Yes</td>
</tr>
<tr>
<td valign="top"><strong>WebService Integration</strong></td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">Yes but very frustrating</td>
<td align="center" valign="top">Yes</td>
</tr>
<tr>
<td valign="top"><strong>Upload/Download</strong></td>
<td align="center" valign="top">The Best Feature in Flex</td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">Yes</td>
</tr>
<tr>
<td valign="top"><strong>Installable on Desktop</strong></td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">Yes</td>
</tr>
<tr>
<td valign="top"><strong>Database Support</strong> (in desktop app only)</td>
<td align="center" valign="top">Sqlite</td>
<td align="center" valign="top">Not Applicable</td>
<td align="center" valign="top">JavaDB</p>
<p>Too heavy and too slow</td>
<td align="center" valign="top">Sqlite</td>
</tr>
<tr>
<td valign="top"><strong>Auto Update on Desktop App</strong></td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">Yes</td>
</tr>
<tr>
<td valign="top"><strong>Present Since</strong></td>
<td align="center" valign="top">2001</td>
<td align="center" valign="top">2007</td>
<td align="center" valign="top">2007</td>
<td align="center" valign="top">2001</td>
</tr>
<tr>
<td valign="top"><strong>IDE</strong></p>
<p>Plugins are available under eclipse and netbeans etc type of editor, but problem is they are so premature, they dont support refractoring, analysis, debugging and lots of other facilities.</td>
<td align="center" valign="top">Flex Builder</td>
<td align="center" valign="top">Visual Studio</td>
<td align="center" valign="top">Plugin</td>
<td align="center" valign="top">Plugin</td>
</tr>
<tr>
<td valign="top"><strong>IDE Cost</strong></td>
<td align="center" valign="top"></td>
<td align="center" valign="top"></td>
<td align="center" valign="top"></td>
<td align="center" valign="top"></td>
</tr>
<tr>
<td valign="top"><strong>IDE Refractoring</strong></td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top"><strong>IDE Source Versioning</strong></td>
<td align="center" valign="top">CVS</p>
<p>Good for Multiusers</td>
<td align="center" valign="top">Source Safe (Single Developer only)/ TSS (too costly)</td>
<td align="center" valign="top">Plugin</td>
<td align="center" valign="top">Plugin</td>
</tr>
<tr>
<td valign="top"><strong>Drag and Drop Editor</strong></td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">Limited, because to script you need Visual Studio and to design you need Blend (Other paid software)</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top"><strong>Code Intellisense (Auto Complete)</strong></td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top"></td>
<td align="center" valign="top"></td>
</tr>
<tr>
<td valign="top"><strong>Project Management</strong></td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top"></td>
<td align="center" valign="top"></td>
</tr>
<tr>
<td valign="top"><strong>Library</strong> <strong>Management</strong></p>
<p>Creating and importing shared code in the form of libraries.</td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top">Yes</td>
<td align="center" valign="top"></td>
<td align="center" valign="top"></td>
</tr>
<tr>
<td valign="top"><strong>Component Development</strong></td>
<td align="center" valign="top">Very Simple</td>
<td align="center" valign="top">Quite Complex as it is divided in User/Custom controls categories.</td>
<td align="center" valign="top">Available</td>
<td align="center" valign="top">Simple</td>
</tr>
<tr>
<td valign="top"><strong>The Result<br />
</strong></td>
<td align="center" valign="top">Leader of RIA</td>
<td align="center" valign="top">Flex Follower</td>
<td align="center" valign="top">The Last</td>
<td align="center" valign="top">Linux Love</td>
</tr>
</tbody>
</table>
<h1>Important Note:</h1>
<p>Silverlight claims to be platform independent, but reality is, Microsoft no longer provides any more upgrades of Silverlight version for any other operating system other then Windows. And Linux was already not officially supported by Microsoft.</p>
<h1>Advantages of RIA</h1>
<ol>
<li><strong>Reduce Development time</strong><br />
As compared with traditional web application, since RIAs are pre compiled, errors due to syntax, wrong spellings can be detected earlier at time of desiging.</li>
<li><strong>Load First, Run Throughout</strong><br />
RIAs load entire application (Except XUL) in the beginning, instead of HTML+JS, which loads as things proceed. This means, either application will load completely and work accurately even with slower bandwidth connection, or if some part didnt load, it will straightway display an error. So it works like transaction, either all or nothing. HTML+JS can behave unexpectedly in case of missing components.</li>
<li><strong>Seperate Design and Development Processes<br />
</strong>Flex and Sliverlight offers complete seperation of Development and Designing keeping integration simple, other platforms (earlier web ones) require too much time integrating designs and process.</li>
<li><strong>Utilize Client Computing</strong><br />
Almost every computer has high powerful graphics capabilities, HTML/JS doesnt offer any great benefit over it. RIAs can completely explore native graphics capabilities and you get wide range of user interface functionality.</li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fakashkava.com%2Fblog%2F41%2Fria-why-which-one-how%2F&amp;title=RIA%20%26%238211%3B%20Why%3F%20Which%20One%3F%20How%3F"><img src="http://akashkava.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://akashkava.com/blog/41/ria-why-which-one-how/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

