<?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: Java&#8217;s new keyword</title>
	<atom:link href="http://www.cacoethes.co.uk/blog/software/javas-new-keyword/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cacoethes.co.uk/blog/software/javas-new-keyword</link>
	<description>A search for meaning in software and life</description>
	<lastBuildDate>Thu, 06 Oct 2011 21:33:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Song Guoqiang</title>
		<link>http://www.cacoethes.co.uk/blog/software/javas-new-keyword/comment-page-1#comment-959</link>
		<dc:creator>Song Guoqiang</dc:creator>
		<pubDate>Sat, 06 Mar 2010 08:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=218#comment-959</guid>
		<description>Nice article.

For those who are interested in knowing more details on class loaders, I have some bookmarks here: http://delicious.com/superq/class_loading</description>
		<content:encoded><![CDATA[<p>Nice article.</p>
<p>For those who are interested in knowing more details on class loaders, I have some bookmarks here: <a href="http://delicious.com/superq/class_loading" rel="nofollow">http://delicious.com/superq/class_loading</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Cypriano</title>
		<link>http://www.cacoethes.co.uk/blog/software/javas-new-keyword/comment-page-1#comment-957</link>
		<dc:creator>Felipe Cypriano</dc:creator>
		<pubDate>Thu, 04 Mar 2010 12:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=218#comment-957</guid>
		<description>Nice post!

Just to confirm, just because the Server was instantiated using a different class loader means that everything that is instantiated by the server object will be in that class loader?

What about a code like this:

def runtimeClassLoader = new URLClassLoader(...)
def server = runtimeClassLoader.loadClass(&quot;org.mortbay.jetty.Server&quot;).newInstance()
...
server.start()

def myOtherObject = new OtherObject();

Which class loader will be used to load OtherObject?</description>
		<content:encoded><![CDATA[<p>Nice post!</p>
<p>Just to confirm, just because the Server was instantiated using a different class loader means that everything that is instantiated by the server object will be in that class loader?</p>
<p>What about a code like this:</p>
<p>def runtimeClassLoader = new URLClassLoader(&#8230;)<br />
def server = runtimeClassLoader.loadClass(&#8220;org.mortbay.jetty.Server&#8221;).newInstance()<br />
&#8230;<br />
server.start()</p>
<p>def myOtherObject = new OtherObject();</p>
<p>Which class loader will be used to load OtherObject?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random Links #144 &#124; YASDW - yet another software developer weblog</title>
		<link>http://www.cacoethes.co.uk/blog/software/javas-new-keyword/comment-page-1#comment-955</link>
		<dc:creator>Random Links #144 &#124; YASDW - yet another software developer weblog</dc:creator>
		<pubDate>Wed, 03 Mar 2010 19:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=218#comment-955</guid>
		<description>[...] Java’s new keyword Insights into classloader stuff [...]</description>
		<content:encoded><![CDATA[<p>[...] Java’s new keyword Insights into classloader stuff [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog bookmarks 03/03/2010 &#171; My Diigo bookmarks</title>
		<link>http://www.cacoethes.co.uk/blog/software/javas-new-keyword/comment-page-1#comment-952</link>
		<dc:creator>Blog bookmarks 03/03/2010 &#171; My Diigo bookmarks</dc:creator>
		<pubDate>Wed, 03 Mar 2010 04:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=218#comment-952</guid>
		<description>[...] Java’s new keyword @ Peter Ledbrook [...]</description>
		<content:encoded><![CDATA[<p>[...] Java’s new keyword @ Peter Ledbrook [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ManiKanta</title>
		<link>http://www.cacoethes.co.uk/blog/software/javas-new-keyword/comment-page-1#comment-948</link>
		<dc:creator>ManiKanta</dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=218#comment-948</guid>
		<description>Hi,

Nice writing about the new keyword. From many days I wanted to read about the Class loaders, and you said you may write another one on class loaders too... Can you point out the article or some other useful links about class loaders.

Thanks,
ManiKanta</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice writing about the new keyword. From many days I wanted to read about the Class loaders, and you said you may write another one on class loaders too&#8230; Can you point out the article or some other useful links about class loaders.</p>
<p>Thanks,<br />
ManiKanta</p>
]]></content:encoded>
	</item>
</channel>
</rss>

