<?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: Observer Pattern, Done Differently</title>
	<atom:link href="http://fsfoundry.org/codefreak/2009/05/24/observer-done-differently/feed/" rel="self" type="application/rss+xml" />
	<link>http://fsfoundry.org/codefreak/2009/05/24/observer-done-differently/</link>
	<description>Weblog of a lively geek.</description>
	<lastBuildDate>Thu, 04 Mar 2010 10:35:11 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fr3@K</title>
		<link>http://fsfoundry.org/codefreak/2009/05/24/observer-done-differently/comment-page-1/#comment-6621</link>
		<dc:creator>fr3@K</dc:creator>
		<pubDate>Sun, 24 May 2009 13:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://fsfoundry.org/codefreak/2009/05/24/observer-done-differently/#comment-6621</guid>
		<description>Hi Wheeler,

I do get your points, it&#039;s just the C++ observer that I commented. No offence.</description>
		<content:encoded><![CDATA[<p>Hi Wheeler,</p>
<p>I do get your points, it&#8217;s just the C++ observer that I commented. No offence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Wheeler</title>
		<link>http://fsfoundry.org/codefreak/2009/05/24/observer-done-differently/comment-page-1/#comment-6620</link>
		<dc:creator>Scott Wheeler</dc:creator>
		<pubDate>Sun, 24 May 2009 13:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://fsfoundry.org/codefreak/2009/05/24/observer-done-differently/#comment-6620</guid>
		<description>This just came across on a pingback -- naturally if I were working with Qt, as I usually do, I&#039;d use a signal and slot just as used here.  I think a lot of folks got sidetracked by that detail in the post; the point wasn&#039;t so much &quot;How to implement an observer pattern&quot;, but &quot;look how different the C and C++ implementations are&quot; and &quot;the C++ and Java implementations are closer to each other than to the C implementation&quot;.  There are naturally better ways to implement the observer pattern in Java as well.</description>
		<content:encoded><![CDATA[<p>This just came across on a pingback &#8212; naturally if I were working with Qt, as I usually do, I&#8217;d use a signal and slot just as used here.  I think a lot of folks got sidetracked by that detail in the post; the point wasn&#8217;t so much &#8220;How to implement an observer pattern&#8221;, but &#8220;look how different the C and C++ implementations are&#8221; and &#8220;the C++ and Java implementations are closer to each other than to the C implementation&#8221;.  There are naturally better ways to implement the observer pattern in Java as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
