<?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"
	>
<channel>
	<title>Comments on: Inheritance, revisited</title>
	<atom:link href="http://blog.jcoglan.com/2008/07/03/inheritance-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jcoglan.com/2008/07/03/inheritance-revisited/</link>
	<description>This dirt was a building before</description>
	<pubDate>Tue, 06 Jan 2009 09:40:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Malte</title>
		<link>http://blog.jcoglan.com/2008/07/03/inheritance-revisited/#comment-3203</link>
		<dc:creator>Malte</dc:creator>
		<pubDate>Thu, 03 Jul 2008 21:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/?p=110#comment-3203</guid>
		<description>Hey, I didn't know auf JS.Class before. Very impressive work and more sources to steal ideas from :)

I've been working on a very similar framework called Joose, that some some very similar things in slightly different ways (For some example code: http://code.google.com/p/joose-js/wiki/CookbookRecipe2)

Joose has the concept of roles (a mixture of mixins and java interfaces) which allow for some really nice extention mechanims. Especially if you define method modifiers like before and after inside the role which get applied to a using class at composition time. This allows for some very interesting plugin mechanisms where its much harder to treat on own's others toes.</description>
		<content:encoded><![CDATA[<p>Hey, I didn&#8217;t know auf JS.Class before. Very impressive work and more sources to steal ideas from <img src='http://blog.jcoglan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve been working on a very similar framework called Joose, that some some very similar things in slightly different ways (For some example code: <a href="http://code.google.com/p/joose-js/wiki/CookbookRecipe2" rel="nofollow">http://code.google.com/p/joose-js/wiki/CookbookRecipe2</a>)</p>
<p>Joose has the concept of roles (a mixture of mixins and java interfaces) which allow for some really nice extention mechanims. Especially if you define method modifiers like before and after inside the role which get applied to a using class at composition time. This allows for some very interesting plugin mechanisms where its much harder to treat on own&#8217;s others toes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
