<?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: A Tale of Two Classloaders</title>
	<atom:link href="http://tech.puredanger.com/index.php/2007/06/15/classloaders/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.puredanger.com/2007/06/15/classloaders/</link>
	<description>Alex Miller&#039;s technical blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:39:50 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Alex</title>
		<link>http://tech.puredanger.com/2007/06/15/classloaders/comment-page-1/#comment-20171</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 06 Jan 2008 20:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2007/06/15/classloaders/#comment-20171</guid>
		<description>Good question.  You probably would want to call super.getResource(), not super.findResource().  I think in a simple case they would behave identically but in a chain, calling super.getResource() would likely be a better choice.</description>
		<content:encoded><![CDATA[<p>Good question.  You probably would want to call super.getResource(), not super.findResource().  I think in a simple case they would behave identically but in a chain, calling super.getResource() would likely be a better choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torsten</title>
		<link>http://tech.puredanger.com/2007/06/15/classloaders/comment-page-1/#comment-19919</link>
		<dc:creator>Torsten</dc:creator>
		<pubDate>Sat, 05 Jan 2008 11:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2007/06/15/classloaders/#comment-19919</guid>
		<description>Are you sure that using super.findResource is the right one when you overwrite getResource?</description>
		<content:encoded><![CDATA[<p>Are you sure that using super.findResource is the right one when you overwrite getResource?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pure Danger Tech &#187; Blog Archive &#187; A rare classloader problem</title>
		<link>http://tech.puredanger.com/2007/06/15/classloaders/comment-page-1/#comment-4314</link>
		<dc:creator>Pure Danger Tech &#187; Blog Archive &#187; A rare classloader problem</dc:creator>
		<pubDate>Mon, 18 Jun 2007 16:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2007/06/15/classloaders/#comment-4314</guid>
		<description>[...] A Tale of Two Classloaders [...]</description>
		<content:encoded><![CDATA[<p>[...] A Tale of Two Classloaders [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

