<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: But Flex is not open source&#8230;</title>
	<atom:link href="http://www.swaroopch.com/blog/but-flex-is-not-open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.swaroopch.com/blog/but-flex-is-not-open-source/</link>
	<description>Conning people into thinking I'm intelligent. Since 1982.</description>
	<lastBuildDate>Sat, 04 Jul 2009 09:41:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wan Mohd Zabidi</title>
		<link>http://www.swaroopch.com/blog/but-flex-is-not-open-source/comment-page-1/#comment-2246</link>
		<dc:creator>Wan Mohd Zabidi</dc:creator>
		<pubDate>Wed, 17 Jan 2007 15:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.info/archives/2007/01/08/but-flex-is-not-open-source/#comment-2246</guid>
		<description>&lt;p&gt;Have work with Flex 2, Coldfusion 7.0.2 (linux), Flash 9 (action script 3) and it has been integrated very well. Now I&#039;m really happy playing with it and look foward and hoping the new improvement on it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Have work with Flex 2, Coldfusion 7.0.2 (linux), Flash 9 (action script 3) and it has been integrated very well. Now I&#8217;m really happy playing with it and look foward and hoping the new improvement on it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep Gowda</title>
		<link>http://www.swaroopch.com/blog/but-flex-is-not-open-source/comment-page-1/#comment-2245</link>
		<dc:creator>Pradeep Gowda</dc:creator>
		<pubDate>Thu, 11 Jan 2007 05:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.info/archives/2007/01/08/but-flex-is-not-open-source/#comment-2245</guid>
		<description>&lt;p&gt;Ah!
Thou shall ask and the lazyweb will give it to you.&lt;/p&gt;

&lt;p&gt;http://www.adobe.com/devnet/flex/articles/eckel_video.html&lt;/p&gt;

&lt;p&gt;Bruce Eckel&#039;s video on using Turbogears with Flex :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ah!
Thou shall ask and the lazyweb will give it to you.</p>

<p><a href="http://www.adobe.com/devnet/flex/articles/eckel_video.html" rel="nofollow">http://www.adobe.com/devnet/flex/articles/eckel_video.html</a></p>

<p>Bruce Eckel&#8217;s video on using Turbogears with Flex <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep Gowda</title>
		<link>http://www.swaroopch.com/blog/but-flex-is-not-open-source/comment-page-1/#comment-2244</link>
		<dc:creator>Pradeep Gowda</dc:creator>
		<pubDate>Wed, 10 Jan 2007 11:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.info/archives/2007/01/08/but-flex-is-not-open-source/#comment-2244</guid>
		<description>&lt;p&gt;Flex is fantastic for business applications. I&#039;ve completely moved away from AJAX for building our web based business app. It is UI intensive with lot of charts thrown in. Flex was the answer to almost all of my requirements. &lt;/p&gt;

&lt;p&gt;The $799 price tag for ide+charting is a tad too steep. (We are buying it anyway, it is that good)&lt;/p&gt;

&lt;p&gt;My biggest complaint about adobe IDE is that it is not available for Linux. That has forced me to use a windows PC at work after 3 years :(.  &lt;/p&gt;

&lt;p&gt;I started writing code on Linux, but the mix of MXML+Actionscript is completely new to me and having an integrated IDE eases the learning curve.&lt;/p&gt;

&lt;p&gt;How difficult is it to port the IDE to linux? After all its built on top of Eclipse... &lt;/p&gt;

&lt;p&gt;Adobe is doing little to promote Python as one of the server side languages. Python frameworks are better/at-par with PHP/Rails/J2EE. &lt;/p&gt;

&lt;p&gt;I&#039;m using Flex with Pylons(python web framework). So, it is possible to build RIA apps with Python as a backend. As a fellow pythonista, do make a case for python :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Flex is fantastic for business applications. I&#8217;ve completely moved away from AJAX for building our web based business app. It is UI intensive with lot of charts thrown in. Flex was the answer to almost all of my requirements. </p>

<p>The $799 price tag for ide+charting is a tad too steep. (We are buying it anyway, it is that good)</p>

<p>My biggest complaint about adobe IDE is that it is not available for Linux. That has forced me to use a windows PC at work after 3 years <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .  </p>

<p>I started writing code on Linux, but the mix of MXML+Actionscript is completely new to me and having an integrated IDE eases the learning curve.</p>

<p>How difficult is it to port the IDE to linux? After all its built on top of Eclipse&#8230; </p>

<p>Adobe is doing little to promote Python as one of the server side languages. Python frameworks are better/at-par with PHP/Rails/J2EE. </p>

<p>I&#8217;m using Flex with Pylons(python web framework). So, it is possible to build RIA apps with Python as a backend. As a fellow pythonista, do make a case for python <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Swaroop</title>
		<link>http://www.swaroopch.com/blog/but-flex-is-not-open-source/comment-page-1/#comment-2243</link>
		<dc:creator>Swaroop</dc:creator>
		<pubDate>Mon, 08 Jan 2007 16:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.info/archives/2007/01/08/but-flex-is-not-open-source/#comment-2243</guid>
		<description>&lt;p&gt;@Devdas : It&#039;s hard not to agree with you on that point, I have striked out the &#039;truly&#039; part. Also, I &lt;em&gt;never&lt;/em&gt; claimed that Flex is fully open specs or open source, as I have detailed in the post and I thought the title itself explicitly says that.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Devdas : It&#8217;s hard not to agree with you on that point, I have striked out the &#8216;truly&#8217; part. Also, I <em>never</em> claimed that Flex is fully open specs or open source, as I have detailed in the post and I thought the title itself explicitly says that.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Devdas Bhagat</title>
		<link>http://www.swaroopch.com/blog/but-flex-is-not-open-source/comment-page-1/#comment-2242</link>
		<dc:creator>Devdas Bhagat</dc:creator>
		<pubDate>Mon, 08 Jan 2007 15:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.info/archives/2007/01/08/but-flex-is-not-open-source/#comment-2242</guid>
		<description>&lt;p&gt;&lt;i&gt;WPF/e development is on Windows only (please correct me if Iâ€™m wrong). You can however deploy to Windows and Mac. For Flex, the development and deployment can be done on all three platforms - Windows, Mac and Linux.&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;Hmmm, lets see. Javascript, Perl, Python, C++, Tk, Gtk+, QT, ... are truly cross platform (think Solaris, Aix, HPUX, Linux, BSD, Win32, MacOS, etc on all different kinds of hardware). Notice the lack of Java in there. JVMs aren&#039;t available for all platforms yet.&lt;/p&gt;

&lt;p&gt;I am sorry, but a product which merely runs on x86 (and PPC) and even then on 3 specific operating systems on that platform is hardly cross platform. &lt;/p&gt;

&lt;p&gt;That sounds like Microsofts definition of integration &quot;It works on all versions of Windows&quot;.&lt;/p&gt;

&lt;p&gt;Flex isn&#039;t exactly open specifications, or open source (the reasons are the same as why Java programs weren&#039;t fully open till   recently or early versions of KDE).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><i>WPF/e development is on Windows only (please correct me if Iâ€™m wrong). You can however deploy to Windows and Mac. For Flex, the development and deployment can be done on all three platforms &#8211; Windows, Mac and Linux.</i></p>

<p>Hmmm, lets see. Javascript, Perl, Python, C++, Tk, Gtk+, QT, &#8230; are truly cross platform (think Solaris, Aix, HPUX, Linux, BSD, Win32, MacOS, etc on all different kinds of hardware). Notice the lack of Java in there. JVMs aren&#8217;t available for all platforms yet.</p>

<p>I am sorry, but a product which merely runs on x86 (and PPC) and even then on 3 specific operating systems on that platform is hardly cross platform. </p>

<p>That sounds like Microsofts definition of integration &#8220;It works on all versions of Windows&#8221;.</p>

<p>Flex isn&#8217;t exactly open specifications, or open source (the reasons are the same as why Java programs weren&#8217;t fully open till   recently or early versions of KDE).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Swaroop</title>
		<link>http://www.swaroopch.com/blog/but-flex-is-not-open-source/comment-page-1/#comment-2241</link>
		<dc:creator>Swaroop</dc:creator>
		<pubDate>Mon, 08 Jan 2007 14:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.info/archives/2007/01/08/but-flex-is-not-open-source/#comment-2241</guid>
		<description>&lt;p&gt;@Sriram : The blog post was about my findings on the Flex licensing, NOT about other competitor frameworks. But since you started the topic, a few differences come to my mind:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;The Flex SDK is under an open license whereas C#, CTS/CLS are under an ECMA standard. In the latter, there is &lt;em&gt;no code&lt;/em&gt; under an &quot;open&quot; license.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If the MS/ECMA standards are truly open, then why doesn&#039;t Microsoft commit to &lt;a href=&quot;http://en.wikipedia.org/wiki/Mono_(software)#Mono_and_Microsoft.27s_patents&quot;&gt;not sue anybody for patents&lt;/a&gt;, why does it pledge to keep only Novell&#039;s customers safe?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;WPF/e development is on Windows only (please correct me if I&#039;m wrong). You can however deploy to Windows and Mac. For Flex, the development &lt;em&gt;and&lt;/em&gt; deployment can be done on &lt;em&gt;all three platforms&lt;/em&gt; - Windows, Mac and Linux.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I&#039;m just saying that &#039;openness&#039; is very subjective and to me (emphasis on &quot;me&quot;), there&#039;s a significant difference in openness. Please feel free to correct me on any misunderstandings on my part, I have looked into details of Flex licensing and not WPF/C#/etc. :)&lt;/p&gt;

&lt;p&gt;@Toufeeq : Yes, Apollo is exciting. Regarding the Flash Player, no, the sources are not provided. Flex is a framework built on top of the APIs provided by the Flash Player but the Flash Player itself is not source-open.&lt;/p&gt;

&lt;p&gt;@Raghu : Yes, I&#039;ve already mentioned that, but I hardly see Flash Player going fully open source.&lt;/p&gt;

&lt;p&gt;@Kartik : Thanks, I&#039;m glad the post was useful. Regarding Flash Player for AMD64, please &lt;a href=&quot;http://www.adobe.com/go/wish&quot; rel=&quot;nofollow&quot;&gt;make your voice heard&lt;/a&gt; :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Sriram : The blog post was about my findings on the Flex licensing, NOT about other competitor frameworks. But since you started the topic, a few differences come to my mind:</p>

<ol>
<li><p>The Flex SDK is under an open license whereas C#, CTS/CLS are under an ECMA standard. In the latter, there is <em>no code</em> under an &#8220;open&#8221; license.</p></li>
<li><p>If the MS/ECMA standards are truly open, then why doesn&#8217;t Microsoft commit to <a href="http://en.wikipedia.org/wiki/Mono_(software)#Mono_and_Microsoft.27s_patents">not sue anybody for patents</a>, why does it pledge to keep only Novell&#8217;s customers safe?</p></li>
<li><p>WPF/e development is on Windows only (please correct me if I&#8217;m wrong). You can however deploy to Windows and Mac. For Flex, the development <em>and</em> deployment can be done on <em>all three platforms</em> &#8211; Windows, Mac and Linux.</p></li>
</ol>

<p>I&#8217;m just saying that &#8216;openness&#8217; is very subjective and to me (emphasis on &#8220;me&#8221;), there&#8217;s a significant difference in openness. Please feel free to correct me on any misunderstandings on my part, I have looked into details of Flex licensing and not WPF/C#/etc. <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>@Toufeeq : Yes, Apollo is exciting. Regarding the Flash Player, no, the sources are not provided. Flex is a framework built on top of the APIs provided by the Flash Player but the Flash Player itself is not source-open.</p>

<p>@Raghu : Yes, I&#8217;ve already mentioned that, but I hardly see Flash Player going fully open source.</p>

<p>@Kartik : Thanks, I&#8217;m glad the post was useful. Regarding Flash Player for AMD64, please <a href="http://www.adobe.com/go/wish" rel="nofollow">make your voice heard</a> <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sriram Krishnan</title>
		<link>http://www.swaroopch.com/blog/but-flex-is-not-open-source/comment-page-1/#comment-2240</link>
		<dc:creator>Sriram Krishnan</dc:creator>
		<pubDate>Mon, 08 Jan 2007 12:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.info/archives/2007/01/08/but-flex-is-not-open-source/#comment-2240</guid>
		<description>&lt;p&gt;Lol! Kartik Mistry&#039;s comment exemplifies the kind of misinformation people have.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Lol! Kartik Mistry&#8217;s comment exemplifies the kind of misinformation people have.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kartik Mistry</title>
		<link>http://www.swaroopch.com/blog/but-flex-is-not-open-source/comment-page-1/#comment-2239</link>
		<dc:creator>Kartik Mistry</dc:creator>
		<pubDate>Mon, 08 Jan 2007 11:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.info/archives/2007/01/08/but-flex-is-not-open-source/#comment-2239</guid>
		<description>&lt;p&gt;Good post. I didn&#039;t know that Flash/Flex has this much of openness! I thought it is as closed as M$ products.&lt;/p&gt;

&lt;p&gt;I want to see Flash Player for AMD64 Platform!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good post. I didn&#8217;t know that Flash/Flex has this much of openness! I thought it is as closed as M$ products.</p>

<p>I want to see Flash Player for AMD64 Platform!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Raghu</title>
		<link>http://www.swaroopch.com/blog/but-flex-is-not-open-source/comment-page-1/#comment-2238</link>
		<dc:creator>Raghu</dc:creator>
		<pubDate>Mon, 08 Jan 2007 11:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.info/archives/2007/01/08/but-flex-is-not-open-source/#comment-2238</guid>
		<description>&lt;p&gt;Flash Player is going open.. bit by bit &lt;/p&gt;

&lt;p&gt;http://www.mozilla.com/en-US/press/mozilla-2006-11-07.html&lt;/p&gt;

&lt;p&gt;Raghu&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Flash Player is going open.. bit by bit </p>

<p><a href="http://www.mozilla.com/en-US/press/mozilla-2006-11-07.html" rel="nofollow">http://www.mozilla.com/en-US/press/mozilla-2006-11-07.html</a></p>

<p>Raghu</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Toufeeq Hussain</title>
		<link>http://www.swaroopch.com/blog/but-flex-is-not-open-source/comment-page-1/#comment-2236</link>
		<dc:creator>Toufeeq Hussain</dc:creator>
		<pubDate>Mon, 08 Jan 2007 10:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.info/archives/2007/01/08/but-flex-is-not-open-source/#comment-2236</guid>
		<description>&lt;p&gt;Apollo is what excites me the most. I was going through Mike Chambers&#039; presentation on Apollo and it certainly looks like it&#039;s a good framework to bet on.&lt;/p&gt;

&lt;p&gt;On a different note,
Does the Flex SDK include sources for the &#039;Flash Player&#039; ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Apollo is what excites me the most. I was going through Mike Chambers&#8217; presentation on Apollo and it certainly looks like it&#8217;s a good framework to bet on.</p>

<p>On a different note,
Does the Flex SDK include sources for the &#8216;Flash Player&#8217; ?</p>]]></content:encoded>
	</item>
</channel>
</rss>
