<?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: Autowiring components to a message bus in Javascript</title>
	<atom:link href="http://codemonkeyism.com/autowiring-components-to-a-message-bus-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://codemonkeyism.com/autowiring-components-to-a-message-bus-in-javascript/</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 06:49:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/autowiring-components-to-a-message-bus-in-javascript/comment-page-1/#comment-80766</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Sun, 27 Apr 2008 07:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2008/03/31/autowiring-components-to-a-message-bus-in-javascript/#comment-80766</guid>
		<description>Hello Alex, first of all thanks for the great work and thanks for the insights. I&#039;ve been thinking about joining OAA, we&#039;ll see. I hope the development goes on, an integrated message bus from front to back is the way to go. 

I was tinkering with such an architecture in 2000 when we founded a wiki/blog/ontology/tagging (knowledge management) company, but technology was not ready. Great to see it come to reality.</description>
		<content:encoded><![CDATA[<p>Hello Alex, first of all thanks for the great work and thanks for the insights. I&#8217;ve been thinking about joining OAA, we&#8217;ll see. I hope the development goes on, an integrated message bus from front to back is the way to go. </p>
<p>I was tinkering with such an architecture in 2000 when we founded a wiki/blog/ontology/tagging (knowledge management) company, but technology was not ready. Great to see it come to reality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Russell</title>
		<link>http://codemonkeyism.com/autowiring-components-to-a-message-bus-in-javascript/comment-page-1/#comment-80724</link>
		<dc:creator>Alex Russell</dc:creator>
		<pubDate>Sun, 27 Apr 2008 05:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.reposita.org/archives/2008/03/31/autowiring-components-to-a-message-bus-in-javascript/#comment-80724</guid>
		<description>We had considered some form of auto-wiring in the OAA hub, but it&#039;s too magical and it&#039;s slow. As your example shows, you can easily add it on top of what&#039;s there, but the speed of iteration and string manipulation on slow JS engines (IE 6 and 7 in particular) makes it relatively infeasible. Even implementing hierarchal dispatch in the OAA hub was somewhat controversial for similar performance reasons.

Also, what happens when you call connect() a second time? For a script that will get passed around the net billions of times a day we decided to be somewhat hands-off about this (as I also had done in the even-simpler Dojo pub/sub system).

There will be an update to the hub at some point and you can help us define what should be in it by joining OAA or the hub mailing lists. 

Regards</description>
		<content:encoded><![CDATA[<p>We had considered some form of auto-wiring in the OAA hub, but it&#8217;s too magical and it&#8217;s slow. As your example shows, you can easily add it on top of what&#8217;s there, but the speed of iteration and string manipulation on slow JS engines (IE 6 and 7 in particular) makes it relatively infeasible. Even implementing hierarchal dispatch in the OAA hub was somewhat controversial for similar performance reasons.</p>
<p>Also, what happens when you call connect() a second time? For a script that will get passed around the net billions of times a day we decided to be somewhat hands-off about this (as I also had done in the even-simpler Dojo pub/sub system).</p>
<p>There will be an update to the hub at some point and you can help us define what should be in it by joining OAA or the hub mailing lists. </p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 4/12 queries in 0.009 seconds using disk

Served from: codemonkeyism.com @ 2010-07-30 12:42:13 -->