<?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: Post AJUG: Flex is OK on the Server</title>
	<atom:link href="http://jessewarden.com/2005/03/post-ajug-flex-is-ok-on-the-server.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jessewarden.com/2005/03/post-ajug-flex-is-ok-on-the-server.html</link>
	<description>A blog on software development, technology, games &#038; movies.</description>
	<pubDate>Thu, 20 Nov 2008 22:24:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Dan Glauser</title>
		<link>http://jessewarden.com/2005/03/post-ajug-flex-is-ok-on-the-server.html#comment-2416</link>
		<dc:creator>Dan Glauser</dc:creator>
		<pubDate>Thu, 17 Mar 2005 01:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=755#comment-2416</guid>
		<description>Thanks for coming to the meeting Jesse!  We've been invited to come back on May 25th for the day long Atlanta Java Devcon.  Sorry about the warpspeed time slot I promise to not only give you more time at the next one but to focus quite a bit more on MXML myself.  

More soon.....


</description>
		<content:encoded><![CDATA[<p>Thanks for coming to the meeting Jesse!  We&#8217;ve been invited to come back on May 25th for the day long Atlanta Java Devcon.  Sorry about the warpspeed time slot I promise to not only give you more time at the next one but to focus quite a bit more on MXML myself.  </p>
<p>More soon&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave King</title>
		<link>http://jessewarden.com/2005/03/post-ajug-flex-is-ok-on-the-server.html#comment-2415</link>
		<dc:creator>Dave King</dc:creator>
		<pubDate>Thu, 17 Mar 2005 01:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=755#comment-2415</guid>
		<description>Dude we had a great time.  We  were visiting from the Calgary JUG.  You should think about taking up standup or motivational speaking.

It was cool to hear a flash/flex guy go on about the merits of layout mangers :)

- Peace</description>
		<content:encoded><![CDATA[<p>Dude we had a great time.  We  were visiting from the Calgary JUG.  You should think about taking up standup or motivational speaking.</p>
<p>It was cool to hear a flash/flex guy go on about the merits of layout mangers <img src='http://jessewarden.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
- Peace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://jessewarden.com/2005/03/post-ajug-flex-is-ok-on-the-server.html#comment-2414</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Thu, 17 Mar 2005 00:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=755#comment-2414</guid>
		<description>Score++;  That's great to hear (plus the email recently published on Flexcoders about the changes).  I really want to make components for Flex!</description>
		<content:encoded><![CDATA[<p>Score++;  That&#8217;s great to hear (plus the email recently published on Flexcoders about the changes).  I really want to make components for Flex!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Chotin</title>
		<link>http://jessewarden.com/2005/03/post-ajug-flex-is-ok-on-the-server.html#comment-2413</link>
		<dc:creator>Matt Chotin</dc:creator>
		<pubDate>Wed, 16 Mar 2005 23:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=755#comment-2413</guid>
		<description>Re: components in Flash.  One reason that we haven't encouraged it for Flex is that it's nearly impossible to explain to non-Flash developers and we found many issues in having a clean integration model.  The skinning architecture is a lot cleaner for Flex users when it's done programmatically, but we also do want to suppor the Flash developer who does more graphical assets.  We're working hard now on improving the workflows and getting both types of developers involved in building Flex apps.</description>
		<content:encoded><![CDATA[<p>Re: components in Flash.  One reason that we haven&#8217;t encouraged it for Flex is that it&#8217;s nearly impossible to explain to non-Flash developers and we found many issues in having a clean integration model.  The skinning architecture is a lot cleaner for Flex users when it&#8217;s done programmatically, but we also do want to suppor the Flash developer who does more graphical assets.  We&#8217;re working hard now on improving the workflows and getting both types of developers involved in building Flex apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://jessewarden.com/2005/03/post-ajug-flex-is-ok-on-the-server.html#comment-2412</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Wed, 16 Mar 2005 23:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=755#comment-2412</guid>
		<description>- Prototype langauges, such as AS1, and parts of AS2 support quick development and quick test cases.  Flex, although it supports AS2, has a stricter compiler, stricter and more enforced methodlogies (you can't use lv['owner'] = this to get around the non-parent variable of LoadVars in Flex like you can in Flash to fool the compiler)

- Flex 1.0 had some support for skinning Flash comonents for use in Flex.  Flex 1.5 has changed this perspective and supports skinning programmatically.  While great, it prevents Flash from having as much as a design impact on Flex since a lot of what the average wants to do in skinning components can now be done in Flex without the need of Flash

- Using a Flex generated SWF outside of the Flex generated HTML wrapper in a browser violates the EULA.  This prevents win32/fat client/smart client development, which is a lot of what I do with Flash.  3rd party wrappers such as Zinc, mProjector, as well as Macromedia's own Director are typically used to further Flash' functionailty on the desktop; you can't do that with Flex legally.

- They have stated many times on the Flexcoders' list (Macromedia employees) that they don't encourage prototype manipulation; prefer inheritance (since it's easy to do in Flex), they don't encourage Flash component development since they feel, I believe, that the majority of components in Flex are already there for you, and the ones you need to tweak are customizable via CSS and exposed skinning properties.

- Finally, every Flash developer I know, save 1 (Ted Patrick) thinks having Flex on the server is ridicolous and makes no sense.  Java developers and others I've read about &#38; judged reactions have absolutely no problem with this, dare I say, prefer it since everything else they typically do is on a server.</description>
		<content:encoded><![CDATA[<p>- Prototype langauges, such as AS1, and parts of AS2 support quick development and quick test cases.  Flex, although it supports AS2, has a stricter compiler, stricter and more enforced methodlogies (you can&#8217;t use lv[&#8217;owner&#8217;] = this to get around the non-parent variable of LoadVars in Flex like you can in Flash to fool the compiler)</p>
<p>- Flex 1.0 had some support for skinning Flash comonents for use in Flex.  Flex 1.5 has changed this perspective and supports skinning programmatically.  While great, it prevents Flash from having as much as a design impact on Flex since a lot of what the average wants to do in skinning components can now be done in Flex without the need of Flash</p>
<p>- Using a Flex generated SWF outside of the Flex generated HTML wrapper in a browser violates the EULA.  This prevents win32/fat client/smart client development, which is a lot of what I do with Flash.  3rd party wrappers such as Zinc, mProjector, as well as Macromedia&#8217;s own Director are typically used to further Flash&#8217; functionailty on the desktop; you can&#8217;t do that with Flex legally.</p>
<p>- They have stated many times on the Flexcoders&#8217; list (Macromedia employees) that they don&#8217;t encourage prototype manipulation; prefer inheritance (since it&#8217;s easy to do in Flex), they don&#8217;t encourage Flash component development since they feel, I believe, that the majority of components in Flex are already there for you, and the ones you need to tweak are customizable via CSS and exposed skinning properties.</p>
<p>- Finally, every Flash developer I know, save 1 (Ted Patrick) thinks having Flex on the server is ridicolous and makes no sense.  Java developers and others I&#8217;ve read about &amp; judged reactions have absolutely no problem with this, dare I say, prefer it since everything else they typically do is on a server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
