<?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 for JavaBlogging</title>
	<atom:link href="http://www.javablogging.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:28:53 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Simple guide to Java Message Service (JMS) using ActiveMQ by ApandyArrashy</title>
		<link>http://www.javablogging.com/simple-guide-to-java-message-service-jms-using-activemq/comment-page-1/#comment-1880</link>
		<dc:creator>ApandyArrashy</dc:creator>
		<pubDate>Thu, 11 Mar 2010 05:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=1028#comment-1880</guid>
		<description>Hello Everybody

Discussions on global warming are most often disregarded as too scientific - however, an earthquake shaking an entire country into disaster cannot be another disregarded statistic.  Hundreds of thousads are dead and homeless

[b]Please help the victims to Haiti[/b]
http://www.google.com/relief/chileearthquake/</description>
		<content:encoded><![CDATA[<p>Hello Everybody</p>
<p>Discussions on global warming are most often disregarded as too scientific &#8211; however, an earthquake shaking an entire country into disaster cannot be another disregarded statistic.  Hundreds of thousads are dead and homeless</p>
<p>[b]Please help the victims to Haiti[/b]<br />
<a href="http://www.google.com/relief/chileearthquake/" rel="nofollow">http://www.google.com/relief/chileearthquake/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remember to properly close the File! by MiloGU</title>
		<link>http://www.javablogging.com/remember-to-properly-close-the-file/comment-page-1/#comment-1879</link>
		<dc:creator>MiloGU</dc:creator>
		<pubDate>Thu, 11 Mar 2010 02:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=83#comment-1879</guid>
		<description>In my opinion you commit an error. Write to me in PM.  Wanna good joke?   Why did the bunnies go on strike? They wanted a raise in celery.   &lt;a href=&quot;http://cilias.buy-vigara.info/site_map.html&quot; rel=&quot;nofollow&quot;&gt;cilias   online New York &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>In my opinion you commit an error. Write to me in PM.  Wanna good joke?   Why did the bunnies go on strike? They wanted a raise in celery.   <a href="http://cilias.buy-vigara.info/site_map.html" rel="nofollow">cilias   online New York </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remember to properly close the File! by DanielLR</title>
		<link>http://www.javablogging.com/remember-to-properly-close-the-file/comment-page-1/#comment-1878</link>
		<dc:creator>DanielLR</dc:creator>
		<pubDate>Wed, 10 Mar 2010 13:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=83#comment-1878</guid>
		<description>It agree, it is a remarkable piece  Wanna very nice joke?))   What kind of coffee was served on the Titanic? Sanka.   &lt;a href=&quot;http://vigara.buy-vigara.info/site_map.html&quot; rel=&quot;nofollow&quot;&gt;vigara  book guest online shop &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>It agree, it is a remarkable piece  Wanna very nice joke?))   What kind of coffee was served on the Titanic? Sanka.   <a href="http://vigara.buy-vigara.info/site_map.html" rel="nofollow">vigara  book guest online shop </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to JavaBlogging! by Wittawat</title>
		<link>http://www.javablogging.com/welcome_to_javablogging/comment-page-1/#comment-1859</link>
		<dc:creator>Wittawat</dc:creator>
		<pubDate>Sat, 06 Mar 2010 09:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=1#comment-1859</guid>
		<description>Really great Java tips. There are a lot of things I don&#039;t know, even I have used Java for quite a while.</description>
		<content:encoded><![CDATA[<p>Really great Java tips. There are a lot of things I don&#8217;t know, even I have used Java for quite a while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is serialVersionUID? by Kapil Ghodawat</title>
		<link>http://www.javablogging.com/what-is-serialversionuid/comment-page-1/#comment-1827</link>
		<dc:creator>Kapil Ghodawat</dc:creator>
		<pubDate>Wed, 03 Mar 2010 06:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=259#comment-1827</guid>
		<description>I have one question or infact should say I am stuck at this and looking for a solution.
Is there any way to deserialize an object even if its serialVersionUID is changed OR say to ignore this exception for that object and let it continue deserialization of other fields?

Let me explain this, Say I have a serializable class MyClass which has two fields: 
----------------------------------------
MyClass implements Serialzable{
Class1 field1;
Class2 field2;
private static final long serialVersionUID = 1L;
}
----------------------------------------
Where Class1 and Class2 both are also serializable now if Class1&#039;s UID is changed (its a third party class so out of my control) but I still want to deserailize MyClass (even with null OR default value for field1) how can I do this?</description>
		<content:encoded><![CDATA[<p>I have one question or infact should say I am stuck at this and looking for a solution.<br />
Is there any way to deserialize an object even if its serialVersionUID is changed OR say to ignore this exception for that object and let it continue deserialization of other fields?</p>
<p>Let me explain this, Say I have a serializable class MyClass which has two fields:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
MyClass implements Serialzable{<br />
Class1 field1;<br />
Class2 field2;<br />
private static final long serialVersionUID = 1L;<br />
}<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Where Class1 and Class2 both are also serializable now if Class1&#8217;s UID is changed (its a third party class so out of my control) but I still want to deserailize MyClass (even with null OR default value for field1) how can I do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple guide to Java Message Service (JMS) using ActiveMQ by Swati</title>
		<link>http://www.javablogging.com/simple-guide-to-java-message-service-jms-using-activemq/comment-page-1/#comment-1815</link>
		<dc:creator>Swati</dc:creator>
		<pubDate>Tue, 02 Mar 2010 07:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=1028#comment-1815</guid>
		<description>Good article on JMS...  easy to understand...</description>
		<content:encoded><![CDATA[<p>Good article on JMS&#8230;  easy to understand&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scripting in Java by Marin</title>
		<link>http://www.javablogging.com/scripting-in-java/comment-page-1/#comment-1725</link>
		<dc:creator>Marin</dc:creator>
		<pubDate>Sun, 21 Feb 2010 11:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=1068#comment-1725</guid>
		<description>Did someone use this technique for executing JavaFX scripts.
It seems that this was possible in the first version of the JavaFX but is not working anymore with the latest version of JavaFX (1.2)</description>
		<content:encoded><![CDATA[<p>Did someone use this technique for executing JavaFX scripts.<br />
It seems that this was possible in the first version of the JavaFX but is not working anymore with the latest version of JavaFX (1.2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic in-memory compilation by Marin</title>
		<link>http://www.javablogging.com/dynamic-in-memory-compilation/comment-page-1/#comment-1724</link>
		<dc:creator>Marin</dc:creator>
		<pubDate>Sun, 21 Feb 2010 11:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=438#comment-1724</guid>
		<description>In reply to Heinz Kabutz:
classLoader = MyOtherClass.class.getClassLoader();</description>
		<content:encoded><![CDATA[<p>In reply to Heinz Kabutz:<br />
classLoader = MyOtherClass.class.getClassLoader();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic in-memory compilation by Heinz Kabutz</title>
		<link>http://www.javablogging.com/dynamic-in-memory-compilation/comment-page-1/#comment-1709</link>
		<dc:creator>Heinz Kabutz</dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=438#comment-1709</guid>
		<description>Great article.  Do you know how to get an existing classloader to define the new class?  I don&#039;t want to have to construct a new classloader for every new dynamic class that I am creating.

Should also work for the system classloader...

Heinz

P.S. I have found a way, but want to know if there is a better way :-)</description>
		<content:encoded><![CDATA[<p>Great article.  Do you know how to get an existing classloader to define the new class?  I don&#8217;t want to have to construct a new classloader for every new dynamic class that I am creating.</p>
<p>Should also work for the system classloader&#8230;</p>
<p>Heinz</p>
<p>P.S. I have found a way, but want to know if there is a better way <img src='http://www.javablogging.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple guide to Java Message Service (JMS) using ActiveMQ by venkat</title>
		<link>http://www.javablogging.com/simple-guide-to-java-message-service-jms-using-activemq/comment-page-1/#comment-1705</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Wed, 17 Feb 2010 19:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=1028#comment-1705</guid>
		<description>This is excellent one with good explanation.</description>
		<content:encoded><![CDATA[<p>This is excellent one with good explanation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
