<?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: Adobe AIR Wishes</title>
	<atom:link href="http://www.jadbox.com/2008/10/adobe-air-wishes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jadbox.com/2008/10/adobe-air-wishes/</link>
	<description>Programming, Visualization and Game Development Theory</description>
	<lastBuildDate>Tue, 15 Dec 2009 04:18:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: iongion</title>
		<link>http://www.jadbox.com/2008/10/adobe-air-wishes/comment-page-1/#comment-79</link>
		<dc:creator>iongion</dc:creator>
		<pubDate>Wed, 17 Dec 2008 10:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jadbox.com/?p=591#comment-79</guid>
		<description>(some estimates state that it can be 10x faster) ... i think that on their website is written it will run 10x slower</description>
		<content:encoded><![CDATA[<p>(some estimates state that it can be 10x faster) &#8230; i think that on their website is written it will run 10x slower</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.jadbox.com/2008/10/adobe-air-wishes/comment-page-1/#comment-45</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 07 Oct 2008 09:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jadbox.com/?p=591#comment-45</guid>
		<description>I vote for: The ability to open a file with its associated application !!!</description>
		<content:encoded><![CDATA[<p>I vote for: The ability to open a file with its associated application !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: holo</title>
		<link>http://www.jadbox.com/2008/10/adobe-air-wishes/comment-page-1/#comment-44</link>
		<dc:creator>holo</dc:creator>
		<pubDate>Mon, 06 Oct 2008 18:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jadbox.com/?p=591#comment-44</guid>
		<description>- dramatically improved printing
- classes libraries should be included like: save .pdf .swf .flv .mp3 .bmp .mov .xls .doc ...
- more native desktop access like zinc…</description>
		<content:encoded><![CDATA[<p>- dramatically improved printing<br />
- classes libraries should be included like: save .pdf .swf .flv .mp3 .bmp .mov .xls .doc &#8230;<br />
- more native desktop access like zinc…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Tucker</title>
		<link>http://www.jadbox.com/2008/10/adobe-air-wishes/comment-page-1/#comment-43</link>
		<dc:creator>David Tucker</dc:creator>
		<pubDate>Mon, 06 Oct 2008 16:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jadbox.com/?p=591#comment-43</guid>
		<description>Questions:

1.  Direct access to USB and serial ports… this would be a massive boon to manufacturing developers who have to interface with machines

Response: I agree that this would be useful, but this would have to be developed in a consistent cross-platform manner.  In all honesty - the example that you give (interfacing with machines) is still certainly a situation where a native application makes sense.  Most manufacturers wouldn&#039;t need cross-platform compatability, and direct interaction with web services is probably not on their radar.

2.  Standalone exe option (granted there will be a higher file size since it has to contain the runtime)

Response: There certainly would be some benefit to this, but I believe that over the next year AIR will become extremely commonplace, and the runtime installation will not be as big of a concern as it is now (especially with Adobe&#039;s efforts to ensure that enterprise distribution is viable).
3.  Bundle non-embeded resources into .AIR packages

Response: Currently, non-embedded resources can be included into AIR packages.  They just have to be added to the compiler arguments (and the Flex and Flash tools include GUI&#039;s for this).

4.  Native mysql (or like PHP’s mysqli  interface) support

Response: I understand that several people want this, and in some ways it would be a cool idea.  I think this could lead to problems.  It is always best to have a service layer if possible.  Also, with tools like SimpleDB from Amazon (a database that does not require a service layer) you can now access a database directly from an AIR application without having to write a custom adapter (SimpleDB uses webservices).

5.  Bolster performance (maybe add multithreading) so that AIR could be a viable server platform.

Response: Multiple threads will be possible through FlaCC which will allow the Flash Player / AIR runtime to execute compiled C/C++ code:

http://www.peterelst.com/blog/2008/10/04/what-is-flacc-all-about/

6.  Optimize memory usage of the runtime (sometimes it goes mad and consumes over 300mb)

Response: Absolutely!

7.  Update to the newest Webkit (much faster now)

Response: ... 

8.  AIR has very poor math performance for any desktop language… this should be improved. No company is going to embrace AIR for doing engineering or other mathematical simulations when its 10x slower than even Visual Basic.

Response: The previous mentioned FlaCC addresses this as well.  Compiled C/C++ code will be executed quite a bit faster than ActionScript (some estimates state that it can be 10x faster).

9.  Game development could really really use more GPU feature support

Response: Agreed.  The FP10 support in AIR will certainly be a step in the right direction.

David Tucker</description>
		<content:encoded><![CDATA[<p>Questions:</p>
<p>1.  Direct access to USB and serial ports… this would be a massive boon to manufacturing developers who have to interface with machines</p>
<p>Response: I agree that this would be useful, but this would have to be developed in a consistent cross-platform manner.  In all honesty &#8211; the example that you give (interfacing with machines) is still certainly a situation where a native application makes sense.  Most manufacturers wouldn&#8217;t need cross-platform compatability, and direct interaction with web services is probably not on their radar.</p>
<p>2.  Standalone exe option (granted there will be a higher file size since it has to contain the runtime)</p>
<p>Response: There certainly would be some benefit to this, but I believe that over the next year AIR will become extremely commonplace, and the runtime installation will not be as big of a concern as it is now (especially with Adobe&#8217;s efforts to ensure that enterprise distribution is viable).<br />
3.  Bundle non-embeded resources into .AIR packages</p>
<p>Response: Currently, non-embedded resources can be included into AIR packages.  They just have to be added to the compiler arguments (and the Flex and Flash tools include GUI&#8217;s for this).</p>
<p>4.  Native mysql (or like PHP’s mysqli  interface) support</p>
<p>Response: I understand that several people want this, and in some ways it would be a cool idea.  I think this could lead to problems.  It is always best to have a service layer if possible.  Also, with tools like SimpleDB from Amazon (a database that does not require a service layer) you can now access a database directly from an AIR application without having to write a custom adapter (SimpleDB uses webservices).</p>
<p>5.  Bolster performance (maybe add multithreading) so that AIR could be a viable server platform.</p>
<p>Response: Multiple threads will be possible through FlaCC which will allow the Flash Player / AIR runtime to execute compiled C/C++ code:</p>
<p><a href="http://www.peterelst.com/blog/2008/10/04/what-is-flacc-all-about/" rel="nofollow">http://www.peterelst.com/blog/2008/10/04/what-is-flacc-all-about/</a></p>
<p>6.  Optimize memory usage of the runtime (sometimes it goes mad and consumes over 300mb)</p>
<p>Response: Absolutely!</p>
<p>7.  Update to the newest Webkit (much faster now)</p>
<p>Response: &#8230; </p>
<p>8.  AIR has very poor math performance for any desktop language… this should be improved. No company is going to embrace AIR for doing engineering or other mathematical simulations when its 10x slower than even Visual Basic.</p>
<p>Response: The previous mentioned FlaCC addresses this as well.  Compiled C/C++ code will be executed quite a bit faster than ActionScript (some estimates state that it can be 10x faster).</p>
<p>9.  Game development could really really use more GPU feature support</p>
<p>Response: Agreed.  The FP10 support in AIR will certainly be a step in the right direction.</p>
<p>David Tucker</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.jadbox.com/2008/10/adobe-air-wishes/comment-page-1/#comment-42</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 06 Oct 2008 16:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jadbox.com/?p=591#comment-42</guid>
		<description>Hey Dan, Merapi is a hot project indeed (pun), but it&#039;s an extremely resource intensive solution for applications. Both Java and AIR runtimes can consume 200mb each... this is terribly heavy for middle-sized applications. Ideally, Adobe needs to build the appropriate features into AIR itself.</description>
		<content:encoded><![CDATA[<p>Hey Dan, Merapi is a hot project indeed (pun), but it&#8217;s an extremely resource intensive solution for applications. Both Java and AIR runtimes can consume 200mb each&#8230; this is terribly heavy for middle-sized applications. Ideally, Adobe needs to build the appropriate features into AIR itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Skaggs</title>
		<link>http://www.jadbox.com/2008/10/adobe-air-wishes/comment-page-1/#comment-41</link>
		<dc:creator>Dan Skaggs</dc:creator>
		<pubDate>Mon, 06 Oct 2008 15:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jadbox.com/?p=591#comment-41</guid>
		<description>Amen to the serial/usb port access! The Merapi project aims to solve some of these issues, but you still have to have some Java knowledge to get that to work.</description>
		<content:encoded><![CDATA[<p>Amen to the serial/usb port access! The Merapi project aims to solve some of these issues, but you still have to have some Java knowledge to get that to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quentin</title>
		<link>http://www.jadbox.com/2008/10/adobe-air-wishes/comment-page-1/#comment-40</link>
		<dc:creator>Quentin</dc:creator>
		<pubDate>Mon, 06 Oct 2008 15:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jadbox.com/?p=591#comment-40</guid>
		<description>FTP?
The ability to open a file with its associated application?

That&#039;d be enough for me!</description>
		<content:encoded><![CDATA[<p>FTP?<br />
The ability to open a file with its associated application?</p>
<p>That&#8217;d be enough for me!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
