<?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: Our Ajax Conventions&#8211;Request Correlation</title>
	<atom:link href="http://lostechies.com/josharnold/2012/01/07/our-ajax-conventionsrequest-correlation/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/josharnold/2012/01/07/our-ajax-conventionsrequest-correlation/</link>
	<description>Startups, open source, and coffee.</description>
	<lastBuildDate>Fri, 24 May 2013 09:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/josharnold/2012/01/07/our-ajax-conventionsrequest-correlation/#comment-104</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 08 Jan 2012 04:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/josharnold/?p=143#comment-104</guid>
		<description>Interesting. Would love to hear more about what you&#039;re doing with that ;).


We carefully choose our usage of amplify but it serves as a standard event aggregator for our system. One of the advantages of publishing the continuation (w/ the correlation id) through amplify is that we can have multiple subscribers.

An example of another subscriber would be for some of our dialogs that hit the server for information. We can conventionally display a loading state and then transition into the content when it&#039;s available.</description>
		<content:encoded><![CDATA[<p>Interesting. Would love to hear more about what you&#8217;re doing with that <img src='http://lostechies.com/josharnold/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>We carefully choose our usage of amplify but it serves as a standard event aggregator for our system. One of the advantages of publishing the continuation (w/ the correlation id) through amplify is that we can have multiple subscribers.</p>
<p>An example of another subscriber would be for some of our dialogs that hit the server for information. We can conventionally display a loading state and then transition into the content when it&#8217;s available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey Vano</title>
		<link>http://lostechies.com/josharnold/2012/01/07/our-ajax-conventionsrequest-correlation/#comment-103</link>
		<dc:creator>Joey Vano</dc:creator>
		<pubDate>Sat, 07 Jan 2012 16:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/josharnold/?p=143#comment-103</guid>
		<description>Very cool.

I do something similar and use behaviors to issue tokens and track duplicate requests (nonce). I push it through the request headers and listen onbefore and ajaxcomplete, similar to what you did, just not through Amplify.</description>
		<content:encoded><![CDATA[<p>Very cool.</p>
<p>I do something similar and use behaviors to issue tokens and track duplicate requests (nonce). I push it through the request headers and listen onbefore and ajaxcomplete, similar to what you did, just not through Amplify.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
