<?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/"
		xmlns:media="http://search.yahoo.com/mrss"
		>
<channel>
	<title>Comments on: PLEASE VOTE: the only JVM bug you&#8217;ll ever really care about</title>
	<atom:link href="http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html/feed" rel="self" type="application/rss+xml" />
	<link>http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html</link>
	<description>Patrick Lightbody's personal blog</description>
	<lastBuildDate>Sat, 05 Dec 2009 14:40:17 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: grubbel</title>
		<link>http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html/comment-page-1#comment-712</link>
		<dc:creator>grubbel</dc:creator>
		<pubDate>Tue, 01 Nov 2005 17:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html#comment-712</guid>
		<description>&lt;strong&gt;Improving HotSwap Is A Dead End Road&lt;/strong&gt;

There has been a lot of discussions about the need for more dynamicity in Java, including the need to support scripting languages. Most are around the suggestion of improving the HotSwap facility in Java. For exampe: * How badly do...
</description>
		<content:encoded><![CDATA[<p><strong>Improving HotSwap Is A Dead End Road</strong></p>
<p>There has been a lot of discussions about the need for more dynamicity in Java, including the need to support scripting languages. Most are around the suggestion of improving the HotSwap facility in Java. For exampe: * How badly do&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wendy Devolder</title>
		<link>http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html/comment-page-1#comment-711</link>
		<dc:creator>Wendy Devolder</dc:creator>
		<pubDate>Mon, 31 Oct 2005 18:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html#comment-711</guid>
		<description>Hi Patrick,

We are a UK based company specialised in Skills Transfer in agile software development using advanced technologies.

We have a loyal and fast growing customer base and our courses are very well received in the market place. Perhaps have a quick look at our website and the courses we offer: &lt;a href=&quot;http://www.skillsmatter.com.&quot; rel=&quot;nofollow&quot;&gt;http://www.skillsmatter.com.&lt;/a&gt; It is our strategy to source all our courses straight from he experts in the industry, ie Kevlin Henney wrote our TDD course, Bill Dudley wrote our Hibernate and JSF courses and Matt Raible wrote our Spring course. We are working with Dave Crane (who wrote Ajax in Action) as well to launch a course on Ajax in February 2006.

I am writing to you because we are in need of a course on WebWork to include in our curriculum and I am hoping you may have one, would like to write one that we could license from you.

Could you send me your email address so I could tell you more?
</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>We are a UK based company specialised in Skills Transfer in agile software development using advanced technologies.</p>
<p>We have a loyal and fast growing customer base and our courses are very well received in the market place. Perhaps have a quick look at our website and the courses we offer: <a href="http://www.skillsmatter.com." rel="nofollow"></a><a href="http://www.skillsmatter.com" rel="nofollow">http://www.skillsmatter.com</a>. It is our strategy to source all our courses straight from he experts in the industry, ie Kevlin Henney wrote our <span class="caps">TDD </span>course, Bill Dudley wrote our Hibernate and <span class="caps">JSF </span>courses and Matt Raible wrote our Spring course. We are working with Dave Crane (who wrote Ajax in Action) as well to launch a course on Ajax in February 2006.</p>
<p>I am writing to you because we are in need of a course on WebWork to include in our curriculum and I am hoping you may have one, would like to write one that we could license from you.</p>
<p>Could you send me your email address so I could tell you more?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html/comment-page-1#comment-710</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 21 Oct 2005 14:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html#comment-710</guid>
		<description>Bob,
We do but the regular way ie no class schema change allowed (ie change method bodies only)
</description>
		<content:encoded><![CDATA[<p>Bob,<br />
We do but the regular way ie no class schema change allowed (ie change method bodies only)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Pullara</title>
		<link>http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html/comment-page-1#comment-709</link>
		<dc:creator>Sam Pullara</dc:creator>
		<pubDate>Fri, 14 Oct 2005 06:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html#comment-709</guid>
		<description>Interestingly, WebLogic implemented the recursive reload on modify classloader back in like 4.0 that would let you reload not only .jsp files (at the time .jhtml files, .jsp hadn&#039;t been invented yet) but also servlets when they changed.

&lt;a href=&quot;http://www.weblogic.com/docs40/classdocs/API_servlet.html&quot; rel=&quot;nofollow&quot;&gt;http://www.weblogic.com/docs40/classdocs/API_servlet.html&lt;/a&gt;

The real problem in this space is not really a technology problem.  Its defining what exactly does happen when the schema changes in an incompatible way.
</description>
		<content:encoded><![CDATA[<p>Interestingly, WebLogic implemented the recursive reload on modify classloader back in like 4.0 that would let you reload not only .jsp files (at the time .jhtml files, .jsp hadn&#8217;t been invented yet) but also servlets when they changed.</p>
<p><a href="http://www.weblogic.com/docs40/classdocs/API_servlet.html" rel="nofollow">http://www.weblogic.com/docs40/classdocs/API_servlet.html</a></p>
<p>The real problem in this space is not really a technology problem.  Its defining what exactly does happen when the schema changes in an incompatible way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Griswold</title>
		<link>http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html/comment-page-1#comment-708</link>
		<dc:creator>Bob Griswold</dc:creator>
		<pubDate>Wed, 12 Oct 2005 15:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html#comment-708</guid>
		<description>BEA&#039;s JRockit supports hotswap right now, and it works.
</description>
		<content:encoded><![CDATA[<p><span class="caps">BEA&#8217;</span>s JRockit supports hotswap right now, and it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geert Bevin</title>
		<link>http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html/comment-page-1#comment-707</link>
		<dc:creator>Geert Bevin</dc:creator>
		<pubDate>Tue, 11 Oct 2005 17:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://lightbody.net/blog/2005/10/please_vote_the_only_jvm_bug_y.html#comment-707</guid>
		<description>Done!
</description>
		<content:encoded><![CDATA[<p>Done!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
