<?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: Flex-ability</title>
	<atom:link href="http://www.peterelst.com/blog/2004/03/31/flex-ability/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterelst.com/blog/2004/03/31/flex-ability/</link>
	<description>Flash Platform Geek</description>
	<lastBuildDate>Wed, 04 Jan 2012 21:31:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alex</title>
		<link>http://www.peterelst.com/blog/2004/03/31/flex-ability/comment-page-1/#comment-166</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=39#comment-166</guid>
		<description>Hi Peter,&lt;br /&gt;
http://www.xquestion.com&lt;br /&gt;
Thought you might be interested in this - it converts XML directly to SWF also. It is limited to only test/assessments/forms - but does .ttf conversion for fonts and allows incorporation of multiple other .swf files to produce a single swf with all the resources included.&lt;br /&gt;
Alex.&lt;br /&gt;
Central Question</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
<a href="http://www.xquestion.com" rel="nofollow">http://www.xquestion.com</a><br />
Thought you might be interested in this &#8211; it converts XML directly to SWF also. It is limited to only test/assessments/forms &#8211; but does .ttf conversion for fonts and allows incorporation of multiple other .swf files to produce a single swf with all the resources included.<br />
Alex.<br />
Central Question</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.peterelst.com/blog/2004/03/31/flex-ability/comment-page-1/#comment-167</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=39#comment-167</guid>
		<description>If you look in the Flex livedocs http://livedocs.macromedia.com/flex under &quot;Administering Flex&quot;, there is information about using a command line compiler.  The $8.99 &quot;Free&quot; CD will end up costing close to $100 by the time it crosses the Candian border, so I&#039;ll wait until a downloadable version is available to play with, but perhaps this will make it easy for MM to sell a reasonably priced &quot;non-server&quot; version.  $12,000 is probably reasonable for the type of big enterprise that is already paying $50K+ for WebSphere, WebLogic, etc.  But a price comparable to Flash Pro would make Flex approachable to smaller businesses that simply want a more approachable method to displaying the odd dynamic datagrid or registration form.  For these projects, once the SWF is compiled, there&#039;s no reason to have a Flex server continually check if recompiling is necessary. A command line compile version suddenly makes lots of sense.</description>
		<content:encoded><![CDATA[<p>If you look in the Flex livedocs <a href="http://livedocs.macromedia.com/flex" rel="nofollow">http://livedocs.macromedia.com/flex</a> under &#8220;Administering Flex&#8221;, there is information about using a command line compiler.  The $8.99 &#8220;Free&#8221; CD will end up costing close to $100 by the time it crosses the Candian border, so I&#8217;ll wait until a downloadable version is available to play with, but perhaps this will make it easy for MM to sell a reasonably priced &#8220;non-server&#8221; version.  $12,000 is probably reasonable for the type of big enterprise that is already paying $50K+ for WebSphere, WebLogic, etc.  But a price comparable to Flash Pro would make Flex approachable to smaller businesses that simply want a more approachable method to displaying the odd dynamic datagrid or registration form.  For these projects, once the SWF is compiled, there&#8217;s no reason to have a Flex server continually check if recompiling is necessary. A command line compile version suddenly makes lots of sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.peterelst.com/blog/2004/03/31/flex-ability/comment-page-1/#comment-168</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=39#comment-168</guid>
		<description>Good points Adam, thanks for that! I was oblivious to the fact they&#039;ve already got a commandline compiler implemented. Also forgot to mention that the trial/developer edition is as you said only available to the wide public by ordering it on a cd-rom which is currently only available from the US, ordered with a credit card online and costs up to $40 USD to ship to Europe.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve worked with Flex and I can truly appreciate it saves a tremendous amount of time, helps you with your workflow and is a very good tool for scripting Flash based applications. &lt;br /&gt;
&lt;br /&gt;
Like yourself I can&#039;t really figure out why exactly it&#039;s primarily targeted as a server product. It generates SWF&#039;s on the server from an MXML source and caches those until a newer version is available. Other than that there is no real magic going on. The SWF itself typically uses things like XMLConnector and WebServiceConnector components that handle the data input so there usually isn&#039;t a great deal of hardcoded information in there that would need constant updating (though ofcourse you could build your application like that).&lt;br /&gt;
&lt;br /&gt;
Only time will tell, the technology in itself is very promising indeed and I&#039;ll probably be experimenting with it a lot more in future.</description>
		<content:encoded><![CDATA[<p>Good points Adam, thanks for that! I was oblivious to the fact they&#8217;ve already got a commandline compiler implemented. Also forgot to mention that the trial/developer edition is as you said only available to the wide public by ordering it on a cd-rom which is currently only available from the US, ordered with a credit card online and costs up to $40 USD to ship to Europe.</p>
<p>I&#8217;ve worked with Flex and I can truly appreciate it saves a tremendous amount of time, helps you with your workflow and is a very good tool for scripting Flash based applications. </p>
<p>Like yourself I can&#8217;t really figure out why exactly it&#8217;s primarily targeted as a server product. It generates SWF&#8217;s on the server from an MXML source and caches those until a newer version is available. Other than that there is no real magic going on. The SWF itself typically uses things like XMLConnector and WebServiceConnector components that handle the data input so there usually isn&#8217;t a great deal of hardcoded information in there that would need constant updating (though ofcourse you could build your application like that).</p>
<p>Only time will tell, the technology in itself is very promising indeed and I&#8217;ll probably be experimenting with it a lot more in future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Libby Freligh</title>
		<link>http://www.peterelst.com/blog/2004/03/31/flex-ability/comment-page-1/#comment-169</link>
		<dc:creator>Libby Freligh</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=39#comment-169</guid>
		<description>Hi - there was a hiccup in the system on the first day but the shipping price for the trial edition is $8.99, regardless of destination.</description>
		<content:encoded><![CDATA[<p>Hi &#8211; there was a hiccup in the system on the first day but the shipping price for the trial edition is $8.99, regardless of destination.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Elst</title>
		<link>http://www.peterelst.com/blog/2004/03/31/flex-ability/comment-page-1/#comment-170</link>
		<dc:creator>Peter Elst</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=39#comment-170</guid>
		<description>That&#039;s great, thanks for clearing that up Libby!</description>
		<content:encoded><![CDATA[<p>That&#8217;s great, thanks for clearing that up Libby!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Cantrell</title>
		<link>http://www.peterelst.com/blog/2004/03/31/flex-ability/comment-page-1/#comment-171</link>
		<dc:creator>Christian Cantrell</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=39#comment-171</guid>
		<description>&quot;How many freelance Flash developers regularly work for clients that commission projects that would warrant an investment of anything near that cost?&quot;&lt;br /&gt;
&lt;br /&gt;
This isn&#039;t really the target market for Flex at this time.  The current version of Flex is really intended for enterprises who are interested in putting a rich, interactive, streamlined and highly efficient front-end on top of their existing J2EE (primarily) back-end.  Of course, this isn&#039;t the only use, and keep in mind that this is only the initial 1.0 release, so the technology is certain to evolve, but we really want to focus on one particular market right now and not make the mistake of spreading ourselves too thin.  Does that make sense?</description>
		<content:encoded><![CDATA[<p>&#8220;How many freelance Flash developers regularly work for clients that commission projects that would warrant an investment of anything near that cost?&#8221;</p>
<p>This isn&#8217;t really the target market for Flex at this time.  The current version of Flex is really intended for enterprises who are interested in putting a rich, interactive, streamlined and highly efficient front-end on top of their existing J2EE (primarily) back-end.  Of course, this isn&#8217;t the only use, and keep in mind that this is only the initial 1.0 release, so the technology is certain to evolve, but we really want to focus on one particular market right now and not make the mistake of spreading ourselves too thin.  Does that make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.peterelst.com/blog/2004/03/31/flex-ability/comment-page-1/#comment-172</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=39#comment-172</guid>
		<description>Thanks for your thoughts Christian, I appreciate that freelance developers aren&#039;t really the target market at this time. &lt;br /&gt;
&lt;br /&gt;
It does illustrate the various comments that are appearing throughout the community as they are typically seen from the freelance perspective. &lt;br /&gt;
&lt;br /&gt;
Can anyone actually point out what benefits there are in having Flex run as a server? Surely a Flex developer knows when the MXML code has changed and could easily trigger a manual recompile, or am I missing something?</description>
		<content:encoded><![CDATA[<p>Thanks for your thoughts Christian, I appreciate that freelance developers aren&#8217;t really the target market at this time. </p>
<p>It does illustrate the various comments that are appearing throughout the community as they are typically seen from the freelance perspective. </p>
<p>Can anyone actually point out what benefits there are in having Flex run as a server? Surely a Flex developer knows when the MXML code has changed and could easily trigger a manual recompile, or am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://www.peterelst.com/blog/2004/03/31/flex-ability/comment-page-1/#comment-196</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=39#comment-196</guid>
		<description>Hi,&lt;br /&gt;
I recieved my flex demo about a week ago. I was very surprised to see it in my mailbox just 4 days after my order. By now i&#039;ve done some exercises from macromedia and i really love Flex. The only big disappointment is abviously the 12.000 dollar price tag. After just purchasing 2 professional communication server licenses i don&#039;t see my company investing in Flex anytime soon. It&#039;s an absolutely brilliant peice of technology but with a pricetag like this ....   :[</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I recieved my flex demo about a week ago. I was very surprised to see it in my mailbox just 4 days after my order. By now i&#8217;ve done some exercises from macromedia and i really love Flex. The only big disappointment is abviously the 12.000 dollar price tag. After just purchasing 2 professional communication server licenses i don&#8217;t see my company investing in Flex anytime soon. It&#8217;s an absolutely brilliant peice of technology but with a pricetag like this &#8230;.   :[</p>
]]></content:encoded>
	</item>
</channel>
</rss>

