<?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: Repeatable code</title>
	<atom:link href="http://codemunchies.com/2009/09/repeatable-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://codemunchies.com/2009/09/repeatable-code/</link>
	<description>Satisfy your cravings</description>
	<lastBuildDate>Tue, 20 Dec 2011 11:07:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jaran Nilsen</title>
		<link>http://codemunchies.com/2009/09/repeatable-code/comment-page-1/#comment-23</link>
		<dc:creator>Jaran Nilsen</dc:creator>
		<pubDate>Fri, 16 Oct 2009 12:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://codemunchies.jaranweb.com/?p=25#comment-23</guid>
		<description>I was certain I had posted a reply on this, but it seems to have vanished. 

Thanks for your input, Bent André :) The implementation I&#039;ve made so far has support for returning values, I just haven&#039;t posted example code for that. 

It&#039;s been a busy couple of weeks, but I hope we&#039;ll be able to move forward with making a public open source project available soon - including the RetryManager.</description>
		<content:encoded><![CDATA[<p>I was certain I had posted a reply on this, but it seems to have vanished. </p>
<p>Thanks for your input, Bent André <img src='http://codemunchies.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The implementation I&#8217;ve made so far has support for returning values, I just haven&#8217;t posted example code for that. </p>
<p>It&#8217;s been a busy couple of weeks, but I hope we&#8217;ll be able to move forward with making a public open source project available soon &#8211; including the RetryManager.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bent André Solheim</title>
		<link>http://codemunchies.com/2009/09/repeatable-code/comment-page-1/#comment-19</link>
		<dc:creator>Bent André Solheim</dc:creator>
		<pubDate>Wed, 14 Oct 2009 22:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://codemunchies.jaranweb.com/?p=25#comment-19</guid>
		<description>This looks very useful. Would be nice if the execute method could return something, aswell. Also, possibility to specify exceptions on which to fail (not retry); retryOn(Exception.class).failOn(IOException.class)...

Would be nice not having to access the RetryManager.instance() method to get started. A static numberOfTimes() could do that for you.</description>
		<content:encoded><![CDATA[<p>This looks very useful. Would be nice if the execute method could return something, aswell. Also, possibility to specify exceptions on which to fail (not retry); retryOn(Exception.class).failOn(IOException.class)&#8230;</p>
<p>Would be nice not having to access the RetryManager.instance() method to get started. A static numberOfTimes() could do that for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

