<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>nil desperandum - BlazeDS</title>
			<link>http://nil.checksite.co.uk/index.cfm</link>
			<description>ColdFusion, CFML and web development related stuff</description>
			<language>en-us</language>
			<pubDate>Thu, 02 Sep 2010 22:56:59 -0700</pubDate>
			<lastBuildDate>Thu, 24 Jun 2010 01:56:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>stephen@checksite.co.uk</managingEditor>
			<webMaster>stephen@checksite.co.uk</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>stephen@checksite.co.uk</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>AJAX Longpolling with ColdFusion and BlazeDS - Subtopics and building a messaging app</title>
				<link>http://nil.checksite.co.uk/index.cfm/2010/6/24/CF-BlazeDS-AJAX-LongPolling-Part3</link>
				<description>
				
				I&apos;m sorry to say that I&apos;ve been  putting this post off.  Why?  Well to be honest I&apos;ve been struggling with getting my head around how to actually use longpolling. Its all very well understanding the mechanics, but how can you use it effectively.

Part of the problem I&apos;ve been having is the nature of sending messages and filtering them with BlazeDS.  What I keep forgetting is that long poll messaging is &quot;fire and forget&quot;. You don&apos;t send a message and expect an immediate response. You send a message and a response might be broadcast to all event listeners with a specific filter. 
If you want a request and response, call a webservice or a make an ajax request. Don&apos;t use long polling and event gateways.  [More]
				</description>
				
				<category>Web Development</category>
				
				<category>BlazeDS</category>
				
				<category>CFML</category>
				
				<pubDate>Thu, 24 Jun 2010 01:56:00 -0700</pubDate>
				<guid>http://nil.checksite.co.uk/index.cfm/2010/6/24/CF-BlazeDS-AJAX-LongPolling-Part3</guid>
				
				
				<enclosure url="http://nil.checksite.co.uk/enclosures/longpolling-part3.rar" length="190891" type="application/octet-stream"/>
				
			</item>
			
			<item>
				<title>Blog Roundup 30 April 2010</title>
				<link>http://nil.checksite.co.uk/index.cfm/2010/5/1/Blog-Roundup-30-April-2010</link>
				<description>
				
				I&apos;m rubbish!  I really am... I promise and I promise to keep on top of Blog Round-ups, but I never seem to quite manage it. 

I would really like to keep writing this round-ups ever week, but its quite an effort.  Can I persuade anyone to co-author these posts with me? Leave me a comment.  Drop me an email.  Shout me on Twitter.

Anyway, on with the round-up.  [More]
				</description>
				
				<category>Web Development</category>
				
				<category>Blog Round Up</category>
				
				<category>Scotch on the Rocks</category>
				
				<category>BlazeDS</category>
				
				<category>CFML</category>
				
				<category>Conference</category>
				
				<category>Twitter</category>
				
				<pubDate>Sat, 01 May 2010 00:13:00 -0700</pubDate>
				<guid>http://nil.checksite.co.uk/index.cfm/2010/5/1/Blog-Roundup-30-April-2010</guid>
				
				
			</item>
			
			<item>
				<title>AJAX Longpolling with ColdFusion and BlazeDS - Connecting and Messaging</title>
				<link>http://nil.checksite.co.uk/index.cfm/2010/2/13/CF-BlazeDS-AJAX-LongPolling-Part2</link>
				<description>
				
				In my last post on long polling I went through the basic set up of ColdFusion and BlazeDS before getting into too much code.

This part I want to get a basic connection and a couple of simple messages being sent and received.  [More]
				</description>
				
				<category>BlazeDS</category>
				
				<category>CFML</category>
				
				<category>AJAX</category>
				
				<pubDate>Sat, 13 Feb 2010 00:13:00 -0700</pubDate>
				<guid>http://nil.checksite.co.uk/index.cfm/2010/2/13/CF-BlazeDS-AJAX-LongPolling-Part2</guid>
				
				
				<enclosure url="http://nil.checksite.co.uk/enclosures/longpolling-part2.rar" length="189631" type="application/octet-stream"/>
				
			</item>
			
			<item>
				<title>AJAX Longpolling with ColdFusion and BlazeDS - Getting set up</title>
				<link>http://nil.checksite.co.uk/index.cfm/2010/1/28/CF-BlazeDS-AJAX-LongPolling-Part1</link>
				<description>
				
				I&apos;ve spent some of my week this week fighting with JavaScript, BlazeDS and ColdFusion to get a working model for some ExtJS functionality that I&apos;m currently building at work.

One of several pieces of functionality we&apos;d like is to have is real time notifications of workflow changes.  The way it was described was &quot;we want to push alerts to the users&quot;.  

I decided to have a look at how we actually addressed this &quot;problem&quot;.  
We didn&apos;t really need to &quot;push&quot; alerts to users, so the solution was traditional polling or long polling.  [More]
				</description>
				
				<category>Web Development</category>
				
				<category>BlazeDS</category>
				
				<category>CFML</category>
				
				<category>AJAX</category>
				
				<pubDate>Thu, 28 Jan 2010 21:31:00 -0700</pubDate>
				<guid>http://nil.checksite.co.uk/index.cfm/2010/1/28/CF-BlazeDS-AJAX-LongPolling-Part1</guid>
				
				
				<enclosure url="http://nil.checksite.co.uk/enclosures/longpolling-part1.rar" length="188416" type="application/octet-stream"/>
				
			</item>
			</channel></rss>