<?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>LinkGard Software Blog &#187; Web Technologies</title>
	<atom:link href="http://www.linkgard.com/software_blog/category/web-technologies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linkgard.com/software_blog</link>
	<description></description>
	<lastBuildDate>Fri, 12 Feb 2010 08:04:47 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Introduction to JavaFX, Flex and Silverlight</title>
		<link>http://www.linkgard.com/software_blog/web-technologies/introduction-to-javafx-flex-and-silverlight/</link>
		<comments>http://www.linkgard.com/software_blog/web-technologies/introduction-to-javafx-flex-and-silverlight/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 09:40:24 +0000</pubDate>
		<dc:creator>David Gevorkyan</dc:creator>
				<category><![CDATA[Web Technologies]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[JavaFX]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[MS Silverlight]]></category>
		<category><![CDATA[NetBeans IDE]]></category>
		<category><![CDATA[Rich Internet applications]]></category>

		<guid isPermaLink="false">http://www.linkgard.com/software_blog/?p=8</guid>
		<description><![CDATA[<a href=http://www.linkgard.com/software_blog/web-technologies/introduction-to-javafx-flex-and-silverlight/><img src=http://www.linkgard.com/software_blog/wp-content/uploads/2009/11/Introduction-to-JavaFX-Flex-and-Silverlight.JPG class=imgtfe hspace=5 align=left width=100  border=0></a>
Before discussing each specific technology / framework, let’s first introduce the term RIA (Rich Internet Applications), which is the reason why all these technologies became more widespread and gained a huge boost.  Rich Internet applications (RIAs) are web applications that have most of the characteristics of desktop applications. Rich Internet applications offer a rich, engaging [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-9" title="Introduction to JavaFX, Flex and Silverlight" src="http://www.linkgard.com/software_blog/wp-content/uploads/2009/11/Introduction-to-JavaFX-Flex-and-Silverlight.JPG" alt="Introduction to JavaFX, Flex and Silverlight" width="399" height="101" /></p>
<p>Before discussing each specific technology / framework, let’s first introduce the term RIA (Rich Internet Applications), which is the reason why all these technologies became more widespread and gained a huge boost.  Rich Internet applications (RIAs) are web applications that have most of the characteristics of desktop applications. Rich Internet applications offer a rich, engaging experience that improves user satisfaction and increases productivity.<br />
Some of the key benefits of RIAs:</p>
<ul>
<li>Enable an engaging, interactive user experience</li>
<li>Provide immediate and dynamic visual feedback to the user</li>
<li>Provide cross platform support</li>
</ul>
<p>During the last years the competition in the sphere of RIAs have been intensified and the reason is the introduction of new JavaFX technology from Sun and Microsoft’s Silverlight technology, that joined the Adobe’s Flex platform. The goal of these technologies is the same, namely to provide rich and engaging user experience, however the technology behind them is different. The intent of this discussion is to introduce you to these technologies, with their differences and similarities and as a continuation of this talk we can implement a sample example on these frameworks and compare in the specific environment.</p>
<p><strong>Adobe Flex</strong> is a software development kit released by Adobe for the development and deployment of cross-platform RIAs based on the Flash platform. Flex applications can be written using Adobe Flex Builder or by using the freely available Flex compiler from Adobe. Current version of Flex is <a href="http://www.adobe.com/products/flex/">http://www.adobe.com/products/flex/</a>.</p>
<p><strong>Silverlight from Microsoft</strong>, which is a framework, integrating multimedia, animations and graphics into a single runtime. Latest versions of Silverlight brought support for .Net languages and development tools. Current version of Silverlight is <a href="http://silverlight.net/">http://silverlight.net/</a>.</p>
<p><strong>JavaFX from Sun</strong> is a software platform for creating and delivering RIAs for browsers, desktops and mobile phones. The goal of the project is to be able to run the applications on a variety of other connected devices, such as TV set-top boxes, gaming consoles and blu-ray devices. Current version of JavaFX is <a href="http://javafx.com/">http://javafx.com/</a>.</p>
<p>To make the comparison easier, I have created a table that lists the different aspects of these frameworks and how each of these technologies fits in.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="165" valign="top"><strong> </strong></td>
<td width="165" valign="top"><strong>JavaFX</strong></td>
<td width="165" valign="top"><strong>Flex</strong></td>
<td width="165" valign="top"><strong>Silverlight</strong></td>
</tr>
<tr>
<td width="165" valign="top"><strong>Stable  release</strong></td>
<td width="165" valign="top">1.2</td>
<td width="165" valign="top">3.4</td>
<td width="165" valign="top">3.0</td>
</tr>
<tr>
<td width="165" valign="top"><strong>Development   Language</strong></td>
<td width="165" valign="top">JavaFX Script (syntax similar to Java).</td>
<td width="165" valign="top">ActionScript (based on the ECMAScript standard).</td>
<td width="165" valign="top">Subset of CLR (common language runtime), that   enables to write in C#, VB.NET, ASP.NET, IronPython and IronRuby.</td>
</tr>
<tr>
<td width="165" valign="top"><strong>Platform</strong></td>
<td width="165" valign="top">Java Runtime Environment: Cross-platform</td>
<td width="165" valign="top">Adobe Flash Player: Cross-platform (installed on   over 98% of Internet connected computers)</td>
<td width="165" valign="top">Browser plug-in: Microsoft Windows, Mac OS X, Linux</td>
</tr>
<tr>
<td width="165" valign="top"><strong>Licensing</strong></td>
<td width="165" valign="top">EULA (open sourced most of the components, under   GPL licensing)</td>
<td width="165" valign="top">OSS under Mozilla Public License (Flex Builder and   Flash Player under commercial license)</td>
<td width="165" valign="top">MS-EULA, with MS-PL components</td>
</tr>
<tr>
<td width="165" valign="top"><strong>IDE</strong><strong> </strong></td>
<td width="165" valign="top">NetBeans IDE for JavaFX (Free Software License)</td>
<td width="165" valign="top">Adobe Flex Builder commercial product (based on   Eclipse)</td>
<td width="165" valign="top">Microsoft Visual Studio 2008/2010, Microsoft Visual   Web Developer Express commercial product</td>
</tr>
</tbody>
</table>
<p>To summarize, all of these technologies have a lot of in common, but at the same time they are using different runtimes and technologies: they have excellent media enhancements, out of the browser support allowing Web applications to work on the desktop, excellent graphical features, huge set of components for improving developer productivity, etc.</p>
<p>In the end I want to mention that everyone will go with what they know and that it’s very important to have all these competing technologies that will have positive impact on the advancement of the RIAs and finally change the browsing experience of the end users.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.linkgard.com%2Fsoftware_blog%2Fweb-technologies%2Fintroduction-to-javafx-flex-and-silverlight%2F&amp;linkname=Introduction%20to%20JavaFX%2C%20Flex%20and%20Silverlight"><img src="http://www.linkgard.com/software_blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.linkgard.com/software_blog/web-technologies/introduction-to-javafx-flex-and-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
