<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Compile and Reload Java Class Dynamically using Apache Commons JCI</title>
	<link>http://twit88.com/blog/2007/10/21/compile-and-reload-java-class-dynamically-using-apache-commons-jci/</link>
	<description>New SMS Library at http://twit88.com/platform/projects/show/messagingtoolkit !</description>
	<pubDate>Fri, 19 Mar 2010 09:14:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: dao</title>
		<link>http://twit88.com/blog/2007/10/21/compile-and-reload-java-class-dynamically-using-apache-commons-jci/#comment-143431</link>
		<dc:creator>dao</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:47:12 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/10/21/compile-and-reload-java-class-dynamically-using-apache-commons-jci/#comment-143431</guid>
		<description>hello,

is it possible to add a classloader listener un pure java 1.5?

I have a java application in debug mode, I reload classes while the application is running (using eclipse) and I want to do something when I detect the class is reloading.</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>is it possible to add a classloader listener un pure java 1.5?</p>
<p>I have a java application in debug mode, I reload classes while the application is running (using eclipse) and I want to do something when I detect the class is reloading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavani Challa</title>
		<link>http://twit88.com/blog/2007/10/21/compile-and-reload-java-class-dynamically-using-apache-commons-jci/#comment-105507</link>
		<dc:creator>Pavani Challa</dc:creator>
		<pubDate>Mon, 21 Sep 2009 07:37:17 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/10/21/compile-and-reload-java-class-dynamically-using-apache-commons-jci/#comment-105507</guid>
		<description>Hi, I am facing two problems here. 

1. My class is not reloaded even after it is modified.

2. FAM doesn't work when the directory has sub-directories.

Please help me out.</description>
		<content:encoded><![CDATA[<p>Hi, I am facing two problems here. </p>
<p>1. My class is not reloaded even after it is modified.</p>
<p>2. FAM doesn&#8217;t work when the directory has sub-directories.</p>
<p>Please help me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://twit88.com/blog/2007/10/21/compile-and-reload-java-class-dynamically-using-apache-commons-jci/#comment-352</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 02 Nov 2007 14:51:40 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/10/21/compile-and-reload-java-class-dynamically-using-apache-commons-jci/#comment-352</guid>
		<description>If you read the doc and source code of the ReloadingClassLoader, which says

ReloadingClassLoader uses a delegation mechansim to allow classes to be reloaded. That means that loadClass calls may return different results if the class was change in the underlying ResoruceStore.

Which means that the modified compiled class are reloaded completely everytime it is changed.</description>
		<content:encoded><![CDATA[<p>If you read the doc and source code of the ReloadingClassLoader, which says</p>
<p>ReloadingClassLoader uses a delegation mechansim to allow classes to be reloaded. That means that loadClass calls may return different results if the class was change in the underlying ResoruceStore.</p>
<p>Which means that the modified compiled class are reloaded completely everytime it is changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://twit88.com/blog/2007/10/21/compile-and-reload-java-class-dynamically-using-apache-commons-jci/#comment-350</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 02 Nov 2007 14:24:55 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/10/21/compile-and-reload-java-class-dynamically-using-apache-commons-jci/#comment-350</guid>
		<description>Hi, is this class reloading based on JVM HotSwap or classes can be reloaded completely (not only method bodies)?</description>
		<content:encoded><![CDATA[<p>Hi, is this class reloading based on JVM HotSwap or classes can be reloaded completely (not only method bodies)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-10-29 &#171; betaalfa.com</title>
		<link>http://twit88.com/blog/2007/10/21/compile-and-reload-java-class-dynamically-using-apache-commons-jci/#comment-272</link>
		<dc:creator>links for 2007-10-29 &#171; betaalfa.com</dc:creator>
		<pubDate>Mon, 29 Oct 2007 04:24:35 +0000</pubDate>
		<guid>http://twit88.com/blog/2007/10/21/compile-and-reload-java-class-dynamically-using-apache-commons-jci/#comment-272</guid>
		<description>[...] Compile and Reload Java Class Dynamically using Apache Commons JCI &#124; twit88.com (tags: java apache jci compile) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Compile and Reload Java Class Dynamically using Apache Commons JCI | twit88.com (tags: java apache jci compile) [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
