<?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: Response Pattern in ActionScript 3</title>
	<atom:link href="http://jacwright.com/blog/271/response-pattern-in-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://jacwright.com/blog/271/response-pattern-in-actionscript-3/</link>
	<description>Flex, AIR, PHP, etc.</description>
	<lastBuildDate>Thu, 11 Mar 2010 19:59:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jacob Wright</title>
		<link>http://jacwright.com/blog/271/response-pattern-in-actionscript-3/comment-page-1/#comment-9018</link>
		<dc:creator>Jacob Wright</dc:creator>
		<pubDate>Sat, 30 Jan 2010 15:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/?p=271#comment-9018</guid>
		<description>You&#039;re very welcome!</description>
		<content:encoded><![CDATA[<p>You&#8217;re very welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Druckertinte</title>
		<link>http://jacwright.com/blog/271/response-pattern-in-actionscript-3/comment-page-1/#comment-9017</link>
		<dc:creator>Druckertinte</dc:creator>
		<pubDate>Sat, 30 Jan 2010 14:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/?p=271#comment-9017</guid>
		<description>Thanks for share the &quot; jac.net.RemoteService &quot;. It works great! THANKS THANKS THANKS!</description>
		<content:encoded><![CDATA[<p>Thanks for share the &#8221; jac.net.RemoteService &#8220;. It works great! THANKS THANKS THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Wright</title>
		<link>http://jacwright.com/blog/271/response-pattern-in-actionscript-3/comment-page-1/#comment-8588</link>
		<dc:creator>Jacob Wright</dc:creator>
		<pubDate>Wed, 16 Sep 2009 14:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/?p=271#comment-8588</guid>
		<description>Paul, I would love contributions to my database class. Or would love to see yours for ideas. As long as you have a simple query(sql, ...params):Response on the database class, I&#039;m happy. Creating a separate statement object for that is annoying. :)</description>
		<content:encoded><![CDATA[<p>Paul, I would love contributions to my database class. Or would love to see yours for ideas. As long as you have a simple query(sql, &#8230;params):Response on the database class, I&#8217;m happy. Creating a separate statement object for that is annoying. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Robertson</title>
		<link>http://jacwright.com/blog/271/response-pattern-in-actionscript-3/comment-page-1/#comment-8584</link>
		<dc:creator>Paul Robertson</dc:creator>
		<pubDate>Wed, 16 Sep 2009 05:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/?p=271#comment-8584</guid>
		<description>Hi Jac,

I really like this approach. It reminds me a bit of the old (Flash MX 2004 I think) Flash Remoting classes. With those you called the method to invoke a service, and it returned the Responder object where you then set result and fault methods (as properties).

But your approach obviously adds a lot to that.

Several months ago I wrote a SQL library that I&#039;ve been using. I just got around to uploading the code and was going to post about it soon. Now you&#039;ve got me thinking about re-doing the API to use the Response pattern instead. If only you&#039;d thought of this earlier =)

(I know, I could always just use yours instead. Maybe I&#039;ll take yours and add a couple of features that I built into the one I made, including db connection pooling and caching compiled statements. Nothing that couldn&#039;t be added in, I don&#039;t think, after looking at your code.)</description>
		<content:encoded><![CDATA[<p>Hi Jac,</p>
<p>I really like this approach. It reminds me a bit of the old (Flash MX 2004 I think) Flash Remoting classes. With those you called the method to invoke a service, and it returned the Responder object where you then set result and fault methods (as properties).</p>
<p>But your approach obviously adds a lot to that.</p>
<p>Several months ago I wrote a SQL library that I&#8217;ve been using. I just got around to uploading the code and was going to post about it soon. Now you&#8217;ve got me thinking about re-doing the API to use the Response pattern instead. If only you&#8217;d thought of this earlier =)</p>
<p>(I know, I could always just use yours instead. Maybe I&#8217;ll take yours and add a couple of features that I built into the one I made, including db connection pooling and caching compiled statements. Nothing that couldn&#8217;t be added in, I don&#8217;t think, after looking at your code.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Response Pattern - Jacob Wright &#8211; Flex, AIR, PHP, etc.</title>
		<link>http://jacwright.com/blog/271/response-pattern-in-actionscript-3/comment-page-1/#comment-8498</link>
		<dc:creator>The Response Pattern - Jacob Wright &#8211; Flex, AIR, PHP, etc.</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/?p=271#comment-8498</guid>
		<description>[...] I posted about the ActionScript implementation of the Response pattern. You can see how it is used and why it is different. It looks similar to other type of [...]</description>
		<content:encoded><![CDATA[<p>[...] I posted about the ActionScript implementation of the Response pattern. You can see how it is used and why it is different. It looks similar to other type of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://jacwright.com/blog/271/response-pattern-in-actionscript-3/comment-page-1/#comment-8474</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 26 Aug 2009 18:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/?p=271#comment-8474</guid>
		<description>Just a quick question about error handling and debugging... How does Flash output an error when using syntax like this?

Does it compile that as if it was a nested function within a function sort of thing or does it just say that service.contacts.list() has an error?</description>
		<content:encoded><![CDATA[<p>Just a quick question about error handling and debugging&#8230; How does Flash output an error when using syntax like this?</p>
<p>Does it compile that as if it was a nested function within a function sort of thing or does it just say that service.contacts.list() has an error?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
