<?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: VivMedia Code: The EventBroker</title>
	<atom:link href="http://blog.vivisectingmedia.com/2008/05/vivmedia-code-the-eventbroker/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vivisectingmedia.com/2008/05/vivmedia-code-the-eventbroker/</link>
	<description>Looking at the world of media: from music to RIA.</description>
	<lastBuildDate>Mon, 23 Nov 2009 08:39:09 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vivisecting Media &#187; Blog Archive &#187; VivMedia Code: the HashTable</title>
		<link>http://blog.vivisectingmedia.com/2008/05/vivmedia-code-the-eventbroker/comment-page-1/#comment-613</link>
		<dc:creator>Vivisecting Media &#187; Blog Archive &#187; VivMedia Code: the HashTable</dc:creator>
		<pubDate>Thu, 29 May 2008 19:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vivisectingmedia.com/2008/05/vivmedia-code-the-eventbroker/#comment-613</guid>
		<description>&lt;p&gt;[...] to Consider When Using the HashTable If you read my EventBroker post or my Code Behind Pattern post then you know I like to point out any possible gotcha&#8217;s when [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] to Consider When Using the HashTable If you read my EventBroker post or my Code Behind Pattern post then you know I like to point out any possible gotcha&#8217;s when [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Vivisecting Media &#187; Blog Archive &#187; Vivisecting Media Code Depot launched&#8230;</title>
		<link>http://blog.vivisectingmedia.com/2008/05/vivmedia-code-the-eventbroker/comment-page-1/#comment-612</link>
		<dc:creator>Vivisecting Media &#187; Blog Archive &#187; Vivisecting Media Code Depot launched&#8230;</dc:creator>
		<pubDate>Mon, 26 May 2008 20:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vivisectingmedia.com/2008/05/vivmedia-code-the-eventbroker/#comment-612</guid>
		<description>&lt;p&gt;[...] Event Broker The Event Broker is based partly on the Observer pattern. If you do a lot of Flex development then you are pretty familiar with the ActionScript 3.0 event model. One of the challenges with the Event model is that to receive the objects Event you either need to know the location of the object so you can register to the event or be in the Events bubble chain. In most cases this is not an issue, but with complex layout or dynamic environments, hooking into the event chain can be a challenge. The EventBroker handles this by providing a single point of contact that any object can both subscribe and broadcast through. This enables the developer to handle event routing for those special cases. (Works with AS3 and Flex projects) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Event Broker The Event Broker is based partly on the Observer pattern. If you do a lot of Flex development then you are pretty familiar with the ActionScript 3.0 event model. One of the challenges with the Event model is that to receive the objects Event you either need to know the location of the object so you can register to the event or be in the Events bubble chain. In most cases this is not an issue, but with complex layout or dynamic environments, hooking into the event chain can be a challenge. The EventBroker handles this by providing a single point of contact that any object can both subscribe and broadcast through. This enables the developer to handle event routing for those special cases. (Works with AS3 and Flex projects) [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
