<?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: Transitioning from Java Classes to JavaScript Prototypes</title>
	<atom:link href="http://ajaxian.com/archives/transitioning-from-java-classes-to-javascript-prototypes/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/transitioning-from-java-classes-to-javascript-prototypes</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Broofa</title>
		<link>http://ajaxian.com/archives/transitioning-from-java-classes-to-javascript-prototypes/comment-page-1#comment-258051</link>
		<dc:creator>Broofa</dc:creator>
		<pubDate>Thu, 01 Nov 2007 06:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2954#comment-258051</guid>
		<description>Sadly, the basic premise of the article, &quot;simulating class-based inheritance in JavaScript really doesn&#039;t work&quot; is no longer true.  Prototype 1.6 features a rather elegant solution to this problem in the form of the &quot;$super&quot; argument (see http://prototypejs.org/2007/8/15/prototype-1-6-0-release-candidate for details).

The mixin and observable patterns are still useful, but no longer essential workarounds where true inheritance is required.</description>
		<content:encoded><![CDATA[<p>Sadly, the basic premise of the article, &#8220;simulating class-based inheritance in JavaScript really doesn&#8217;t work&#8221; is no longer true.  Prototype 1.6 features a rather elegant solution to this problem in the form of the &#8220;$super&#8221; argument (see <a href="http://prototypejs.org/2007/8/15/prototype-1-6-0-release-candidate" rel="nofollow">http://prototypejs.org/2007/8/15/prototype-1-6-0-release-candidate</a> for details).</p>
<p>The mixin and observable patterns are still useful, but no longer essential workarounds where true inheritance is required.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

