<?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"
	>
<channel>
	<title>Comments on: What Is The Big Deal With Flex?</title>
	<atom:link href="http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/</link>
	<description>About Technology in My Life</description>
	<pubDate>Mon, 01 Dec 2008 16:32:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: DZone weekly links #2 &#124; Sergi Castillo</title>
		<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1059</link>
		<dc:creator>DZone weekly links #2 &#124; Sergi Castillo</dc:creator>
		<pubDate>Sat, 14 Jun 2008 10:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1059</guid>
		<description>[...] What is the big Deal with Flex? [...]</description>
		<content:encoded><![CDATA[<p>[...] What is the big Deal with Flex? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Mac</title>
		<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1055</link>
		<dc:creator>Guy Mac</dc:creator>
		<pubDate>Fri, 13 Jun 2008 21:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1055</guid>
		<description>AS3 is a candidate for JS2, so they may soon end up being one and the same language.</description>
		<content:encoded><![CDATA[<p>AS3 is a candidate for JS2, so they may soon end up being one and the same language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chamo</title>
		<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1034</link>
		<dc:creator>Chamo</dc:creator>
		<pubDate>Wed, 11 Jun 2008 05:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1034</guid>
		<description>Well for me ActionScript and JavaScript are different but still close. The only big difference is the way to use types. 

For exemple in AS you write :

var myVar:String = new String();

in java it would look like :

String myVar = new String();</description>
		<content:encoded><![CDATA[<p>Well for me ActionScript and JavaScript are different but still close. The only big difference is the way to use types. </p>
<p>For exemple in AS you write :</p>
<p>var myVar:String = new String();</p>
<p>in java it would look like :</p>
<p>String myVar = new String();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1018</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Tue, 10 Jun 2008 00:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1018</guid>
		<description>@Jacek: BlazeDS is the open-source version of the enterprise-level LiveCycleES. It's not a replacement, but rather a cut-down free version. I'm not aware of any integration issues with either but if it's really a problem for you, you can always use the free WebORB for Java (http://www.themidnightcoders.com/weborb/java/) to do much the same thing. Straight web services are handy but two-way communication of typed objects between Flex/Java and data-push capability is a step-up in terms of functionality.</description>
		<content:encoded><![CDATA[<p>@Jacek: BlazeDS is the open-source version of the enterprise-level LiveCycleES. It&#8217;s not a replacement, but rather a cut-down free version. I&#8217;m not aware of any integration issues with either but if it&#8217;s really a problem for you, you can always use the free WebORB for Java (http://www.themidnightcoders.com/weborb/java/) to do much the same thing. Straight web services are handy but two-way communication of typed objects between Flex/Java and data-push capability is a step-up in terms of functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1008</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Mon, 09 Jun 2008 17:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1008</guid>
		<description>It is not at all unreasonable to compare AS and JavaScript. Both are based on the same ECMA standards. In essence, they're both implementations of that standard. So I don't see how anyone could be considered "bashing" by pointing out the similarities.</description>
		<content:encoded><![CDATA[<p>It is not at all unreasonable to compare AS and JavaScript. Both are based on the same ECMA standards. In essence, they&#8217;re both implementations of that standard. So I don&#8217;t see how anyone could be considered &#8220;bashing&#8221; by pointing out the similarities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polesen</title>
		<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1007</link>
		<dc:creator>polesen</dc:creator>
		<pubDate>Mon, 09 Jun 2008 17:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1007</guid>
		<description>@christian: "...you see where I'm pointing to?"

Yes and no. I know Java and JS has some similarities, mostly in syntax though. So of course, I wouldn't set them alike. One is dynamic, the other is not, for instance.

But JS and AS3 are very alike, both in syntax and semantics, I think. I know JS has a bad name, and that was what I wanted to say in my post: That AS3 does not deserve that bad name. Though, you can still do some "shitty code" in AS3, if you omit the type-safety and use all the possibilities of the language. But that is another story.</description>
		<content:encoded><![CDATA[<p>@christian: &#8220;&#8230;you see where I&#8217;m pointing to?&#8221;</p>
<p>Yes and no. I know Java and JS has some similarities, mostly in syntax though. So of course, I wouldn&#8217;t set them alike. One is dynamic, the other is not, for instance.</p>
<p>But JS and AS3 are very alike, both in syntax and semantics, I think. I know JS has a bad name, and that was what I wanted to say in my post: That AS3 does not deserve that bad name. Though, you can still do some &#8220;shitty code&#8221; in AS3, if you omit the type-safety and use all the possibilities of the language. But that is another story.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christian</title>
		<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1006</link>
		<dc:creator>christian</dc:creator>
		<pubDate>Mon, 09 Jun 2008 15:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1006</guid>
		<description>Personally I wouldn't compare AS3 with JS. Sorry, I didn't mean to attack you by this.. :) But I think they are not similar at all. Of course you can compare them, but then you must allow me to say JS and Java is also very similar, you see where I'm pointing to? ;-)</description>
		<content:encoded><![CDATA[<p>Personally I wouldn&#8217;t compare AS3 with JS. Sorry, I didn&#8217;t mean to attack you by this.. <img src='http://www.techper.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> But I think they are not similar at all. Of course you can compare them, but then you must allow me to say JS and Java is also very similar, you see where I&#8217;m pointing to? <img src='http://www.techper.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Espresso</title>
		<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1004</link>
		<dc:creator>Espresso</dc:creator>
		<pubDate>Mon, 09 Jun 2008 15:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1004</guid>
		<description>@christian: The comparison between AS3 and JavaScript is actually justified, since both are based on the ECMA standard. The next version of JavaScript that comes out will look very similar to AS3.</description>
		<content:encoded><![CDATA[<p>@christian: The comparison between AS3 and JavaScript is actually justified, since both are based on the ECMA standard. The next version of JavaScript that comes out will look very similar to AS3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polesen</title>
		<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1002</link>
		<dc:creator>polesen</dc:creator>
		<pubDate>Mon, 09 Jun 2008 15:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1002</guid>
		<description>@Jacek: Yes, this does actually look nice and easy, ... because it is :-)

There are absolutely no problems in integrating with a nice Java server-side backend. You can choose blazeds, if you want, or go without, as I have done so far, without any trouble in that. The flex client and the backed are very decoupled.

Only thing I can think of, that could couple them a bit tighter, is if you choose to use AMF as comm protocol. Simply use web-services instead.</description>
		<content:encoded><![CDATA[<p>@Jacek: Yes, this does actually look nice and easy, &#8230; because it is <img src='http://www.techper.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>There are absolutely no problems in integrating with a nice Java server-side backend. You can choose blazeds, if you want, or go without, as I have done so far, without any trouble in that. The flex client and the backed are very decoupled.</p>
<p>Only thing I can think of, that could couple them a bit tighter, is if you choose to use AMF as comm protocol. Simply use web-services instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacek</title>
		<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1001</link>
		<dc:creator>Jacek</dc:creator>
		<pubDate>Mon, 09 Jun 2008 14:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1001</guid>
		<description>Well, this all looks nice and easy until you have to integrate with some nice Java server-side backend. I hear that despite BlazeDS there are a lot of integration issues, e.g. for JPA entity classes or any other Java objects that are instrumented at runtime (and most server frameworks do it in one form or another).</description>
		<content:encoded><![CDATA[<p>Well, this all looks nice and easy until you have to integrate with some nice Java server-side backend. I hear that despite BlazeDS there are a lot of integration issues, e.g. for JPA entity classes or any other Java objects that are instrumented at runtime (and most server frameworks do it in one form or another).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polesen</title>
		<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1000</link>
		<dc:creator>polesen</dc:creator>
		<pubDate>Mon, 09 Jun 2008 14:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-1000</guid>
		<description>@christian: Why do you think it is wrong to compare Javascript and ActionScript3? I know they are different, but they are also very much alike, isn't they?

By the way: It was certainly not my intention to sound like I don't like AS3. I do! It is a nice language. Especially a nice one to do client ui in.</description>
		<content:encoded><![CDATA[<p>@christian: Why do you think it is wrong to compare Javascript and ActionScript3? I know they are different, but they are also very much alike, isn&#8217;t they?</p>
<p>By the way: It was certainly not my intention to sound like I don&#8217;t like AS3. I do! It is a nice language. Especially a nice one to do client ui in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Zagniotov</title>
		<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-999</link>
		<dc:creator>Alexander Zagniotov</dc:creator>
		<pubDate>Mon, 09 Jun 2008 13:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-999</guid>
		<description>Yeah. I agree with you here: Flex is a really cool thingy... At my company we chose Flex framework to create UI for our product, and I have to say it looks damn nice and the development is really easy. We use eclipse to edit the source and ant for compilation. :)</description>
		<content:encoded><![CDATA[<p>Yeah. I agree with you here: Flex is a really cool thingy&#8230; At my company we chose Flex framework to create UI for our product, and I have to say it looks damn nice and the development is really easy. We use eclipse to edit the source and ant for compilation. <img src='http://www.techper.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christian</title>
		<link>http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-998</link>
		<dc:creator>christian</dc:creator>
		<pubDate>Mon, 09 Jun 2008 13:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/2008/06/08/what-is-the-big-deal-with-flex/#comment-998</guid>
		<description>I think comparing AS3 with JavaScript is totally wrong and it sounds as if you don't really like it. Fair enough.

I admit that using the flex IDE it makes it a bit difficult to design good applications. It is just too easy to just hack in something without really having to care about the code you write. 

FDS.. It is called BlazeDS now (I think..) and it makes it easy to provide remote access to your services and IMHO more important to your messaging infrastructure. Sending around some JMS messages really is fun and IMHO in modern software design all those overengineered enterprise solutions don't really make sense (see why Spring is so spreaded).</description>
		<content:encoded><![CDATA[<p>I think comparing AS3 with JavaScript is totally wrong and it sounds as if you don&#8217;t really like it. Fair enough.</p>
<p>I admit that using the flex IDE it makes it a bit difficult to design good applications. It is just too easy to just hack in something without really having to care about the code you write. </p>
<p>FDS.. It is called BlazeDS now (I think..) and it makes it easy to provide remote access to your services and IMHO more important to your messaging infrastructure. Sending around some JMS messages really is fun and IMHO in modern software design all those overengineered enterprise solutions don&#8217;t really make sense (see why Spring is so spreaded).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
