<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Flex Is Not Friendly To REST</title>
	<atom:link href="http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/</link>
	<description>Provocative Ideas</description>
	<lastBuildDate>Fri, 10 Jul 2009 06:58:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: automotive jacks</title>
		<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-359</link>
		<dc:creator>automotive jacks</dc:creator>
		<pubDate>Sat, 14 Mar 2009 12:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-359</guid>
		<description>I have to say, that I could not agree with you in 100%, but that&#039;s just my IMHO, which   could be   wrong.
p.s. You have a very good template for your blog. Where have you got it from?</description>
		<content:encoded><![CDATA[<p>I have to say, that I could not agree with you in 100%, but that&#8217;s just my IMHO, which   could be   wrong.<br />
p.s. You have a very good template for your blog. Where have you got it from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnosior</title>
		<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-219</link>
		<dc:creator>Gnosior</dc:creator>
		<pubDate>Wed, 28 Jan 2009 21:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-219</guid>
		<description>This is not directly related to Flex or its HttpService but a more general constraint imposed by the browser&#039;s PluginAPI. 

Quote:
https://bugs.adobe.com/jira/browse/SDK-11841
Albert Chang @Adobe - [09/11/08 07:33 PM ]
This is a problem with the browser community. The Flash Player team has sent the necessary source code to effectively communicate these http error messages to the flash player to the web browser community and have heard little to no response. Only Microsoft has responded so IE7 and IE8beta are the only browsers available that will not encounter this problem.  Also, make sure to use the latest beta version of FP10.

One workaround would be to use the ExternalInterface and get to the browser to RESTfully interact with the server.</description>
		<content:encoded><![CDATA[<p>This is not directly related to Flex or its HttpService but a more general constraint imposed by the browser&#8217;s PluginAPI. </p>
<p>Quote:<br />
<a href="https://bugs.adobe.com/jira/browse/SDK-11841" rel="nofollow">https://bugs.adobe.com/jira/browse/SDK-11841</a><br />
Albert Chang @Adobe &#8211; [09/11/08 07:33 PM ]<br />
This is a problem with the browser community. The Flash Player team has sent the necessary source code to effectively communicate these http error messages to the flash player to the web browser community and have heard little to no response. Only Microsoft has responded so IE7 and IE8beta are the only browsers available that will not encounter this problem.  Also, make sure to use the latest beta version of FP10.</p>
<p>One workaround would be to use the ExternalInterface and get to the browser to RESTfully interact with the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fantastic</title>
		<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-158</link>
		<dc:creator>fantastic</dc:creator>
		<pubDate>Mon, 04 Aug 2008 15:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-158</guid>
		<description>Thanks for the suggestion. I will take a look at ATOM publishing protocol.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestion. I will take a look at ATOM publishing protocol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-153</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 01 Jul 2008 15:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-153</guid>
		<description>If you are using the ATOM publishing protocol for your REST services you could consider using the GData batch extensions (http://code.google.com/apis/gdata/batch.html). This should mean that the information that would otherwise be in the header responses will be present in the XML payload instead and you only need a POST to get all jobs done...  Might be worth a thought?</description>
		<content:encoded><![CDATA[<p>If you are using the ATOM publishing protocol for your REST services you could consider using the GData batch extensions (<a href="http://code.google.com/apis/gdata/batch.html)" rel="nofollow">http://code.google.com/apis/gdata/batch.html)</a>. This should mean that the information that would otherwise be in the header responses will be present in the XML payload instead and you only need a POST to get all jobs done&#8230;  Might be worth a thought?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fantastic</title>
		<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-138</link>
		<dc:creator>fantastic</dc:creator>
		<pubDate>Thu, 03 Jan 2008 20:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-138</guid>
		<description>Thanks for the suggestion.  I believe someone wrote such a class.  The work around I came up seems to be working out.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestion.  I believe someone wrote such a class.  The work around I came up seems to be working out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan de Vries</title>
		<link>http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-128</link>
		<dc:creator>Nathan de Vries</dc:creator>
		<pubDate>Sun, 30 Dec 2007 13:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://fantastic.wordpress.com/2007/12/26/flex-is-not-friendly-to-rest/#comment-128</guid>
		<description>Your only real option is to implement your own HTTP classes using Socket or XMLSocket. Given that it sounds like you control your backend, serving up the appropriate cross domain policies via XML sockets shouldn&#039;t be an issue.</description>
		<content:encoded><![CDATA[<p>Your only real option is to implement your own HTTP classes using Socket or XMLSocket. Given that it sounds like you control your backend, serving up the appropriate cross domain policies via XML sockets shouldn&#8217;t be an issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
