<?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: Continuation on the Web explained</title>
	<atom:link href="http://almaer.com/blog/continuation-on-the-web-explained/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/continuation-on-the-web-explained</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: buycialis</title>
		<link>http://almaer.com/blog/continuation-on-the-web-explained/comment-page-1#comment-21935</link>
		<dc:creator>buycialis</dc:creator>
		<pubDate>Mon, 12 Dec 2005 22:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/continuation-on-the-web-explained#comment-21935</guid>
		<description>http://buycialis.cduk.ru/
</description>
		<content:encoded><![CDATA[<p><a href="http://buycialis.cduk.ru/" rel="nofollow">http://buycialis.cduk.ru/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javierg</title>
		<link>http://almaer.com/blog/continuation-on-the-web-explained/comment-page-1#comment-21934</link>
		<dc:creator>javierg</dc:creator>
		<pubDate>Mon, 11 Jul 2005 20:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/continuation-on-the-web-explained#comment-21934</guid>
		<description>The link (http://www.phubuh.org/Media/Writing/Continuations/) seems to be broken. Wouldn&#039;t you have a copy of the document you could point me to?
</description>
		<content:encoded><![CDATA[<p>The link (<a href="http://www.phubuh.org/Media/Writing/Continuations/" rel="nofollow">http://www.phubuh.org/Media/Writing/Continuations/</a>) seems to be broken. Wouldn&#8217;t you have a copy of the document you could point me to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriele renzi</title>
		<link>http://almaer.com/blog/continuation-on-the-web-explained/comment-page-1#comment-21933</link>
		<dc:creator>gabriele renzi</dc:creator>
		<pubDate>Mon, 28 Mar 2005 22:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/continuation-on-the-web-explained#comment-21933</guid>
		<description>in rubyland, the CoolContinuationFramework hat has been passed on from borges to Wee (see http://ntecs.de/blog?cat=Web).
Wee has nice database integration with th Og orm, it can work without callcc, has a framework to automatically build web interfaces to data, and it comes with videos :D
</description>
		<content:encoded><![CDATA[<p>in rubyland, the CoolContinuationFramework hat has been passed on from borges to Wee (see <a href="http://ntecs.de/blog?cat=Web)" rel="nofollow">http://ntecs.de/blog?cat=Web)</a>.<br />
Wee has nice database integration with th Og orm, it can work without callcc, has a framework to automatically build web interfaces to data, and it comes with videos :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geert Bevin</title>
		<link>http://almaer.com/blog/continuation-on-the-web-explained/comment-page-1#comment-21932</link>
		<dc:creator>Geert Bevin</dc:creator>
		<pubDate>Mon, 28 Mar 2005 19:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/continuation-on-the-web-explained#comment-21932</guid>
		<description>... and now for constructive commentary. There&#039;s one think I dislike about the continuations-style. You typically always have to use one main &#039;while&#039;  loop that is executed until all steps are done if you&#039;re creating a wizard and need to support back/forth navigation. I think that for these kind of functionalities, a higher level abstraction is more convenient (ie. a wizard  feature that allows the individual implementation of each step and handles their navigation for you).
</description>
		<content:encoded><![CDATA[<p>&#8230; and now for constructive commentary. There&#8217;s one think I dislike about the continuations-style. You typically always have to use one main &#8216;while&#8217;  loop that is executed until all steps are done if you&#8217;re creating a wizard and need to support back/forth navigation. I think that for these kind of functionalities, a higher level abstraction is more convenient (ie. a wizard  feature that allows the individual implementation of each step and handles their navigation for you).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geert Bevin</title>
		<link>http://almaer.com/blog/continuation-on-the-web-explained/comment-page-1#comment-21931</link>
		<dc:creator>Geert Bevin</dc:creator>
		<pubDate>Mon, 28 Mar 2005 19:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/continuation-on-the-web-explained#comment-21931</guid>
		<description>Thanks for adding RIFE to the list :-)
</description>
		<content:encoded><![CDATA[<p>Thanks for adding RIFE to the list :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geert Bevin</title>
		<link>http://almaer.com/blog/continuation-on-the-web-explained/comment-page-1#comment-21930</link>
		<dc:creator>Geert Bevin</dc:creator>
		<pubDate>Mon, 28 Mar 2005 18:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/continuation-on-the-web-explained#comment-21930</guid>
		<description>We have a presentation about how web continuations make web application development easier at java.net&#039;s RIFE website: https://rife.dev.java.net/servlets/ProjectDocumentList?folderID=757

It might help out people to understand it better too.
</description>
		<content:encoded><![CDATA[<p>We have a presentation about how web continuations make web application development easier at java.net&#8217;s RIFE website: <a href="https://rife.dev.java.net/servlets/ProjectDocumentList?folderID=757" rel="nofollow">https://rife.dev.java.net/servlets/ProjectDocumentList?folderID=757</a></p>
<p>It might help out people to understand it better too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten</title>
		<link>http://almaer.com/blog/continuation-on-the-web-explained/comment-page-1#comment-21929</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Mon, 28 Mar 2005 18:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/continuation-on-the-web-explained#comment-21929</guid>
		<description>and I like RIFE for the continuations and so much more
</description>
		<content:encoded><![CDATA[<p>and I like RIFE for the continuations and so much more</p>
]]></content:encoded>
	</item>
</channel>
</rss>
