<?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: Diving into the StoryTeller trunk, Part 5: The EventAggregator</title>
	<atom:link href="http://www.bjoernrochel.de/2009/07/20/diving-into-the-storyteller-trunk-part-5-the-eventaggregator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bjoernrochel.de/2009/07/20/diving-into-the-storyteller-trunk-part-5-the-eventaggregator/</link>
	<description>Björn Rochel&#039;s weblog</description>
	<lastBuildDate>Tue, 10 Aug 2010 10:43:10 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Gregory</title>
		<link>http://www.bjoernrochel.de/2009/07/20/diving-into-the-storyteller-trunk-part-5-the-eventaggregator/comment-page-1/#comment-302</link>
		<dc:creator>James Gregory</dc:creator>
		<pubDate>Fri, 09 Oct 2009 22:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bjoernrochel.de/?p=439#comment-302</guid>
		<description>This is my personal favourite implementation of an event aggregator. The only issue I had with it, which was confusing at first, is the &quot;instances are registered after they&#039;ve been created by the container&quot; point. If you have a class that&#039;s marked with an IListener interface but isn&#039;t resolved through constructor injection, that listener will never receive a message. This is obvious in hindsight (never instantiated, so never registered), but it was confusing initially. For classes that aren&#039;t resolved automatically, then combining it with IStartable works a treat.</description>
		<content:encoded><![CDATA[<p>This is my personal favourite implementation of an event aggregator. The only issue I had with it, which was confusing at first, is the &#8220;instances are registered after they&#8217;ve been created by the container&#8221; point. If you have a class that&#8217;s marked with an IListener interface but isn&#8217;t resolved through constructor injection, that listener will never receive a message. This is obvious in hindsight (never instantiated, so never registered), but it was confusing initially. For classes that aren&#8217;t resolved automatically, then combining it with IStartable works a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: software development uk</title>
		<link>http://www.bjoernrochel.de/2009/07/20/diving-into-the-storyteller-trunk-part-5-the-eventaggregator/comment-page-1/#comment-210</link>
		<dc:creator>software development uk</dc:creator>
		<pubDate>Thu, 13 Aug 2009 17:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bjoernrochel.de/?p=439#comment-210</guid>
		<description>Cool,

Anyway, thanks for the post</description>
		<content:encoded><![CDATA[<p>Cool,</p>
<p>Anyway, thanks for the post</p>
]]></content:encoded>
	</item>
</channel>
</rss>
