<?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: Heinz tricks Java by Mangling Integers</title>
	<atom:link href="http://almaer.com/blog/heinz-tricks-java-by-mangling-integers/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/heinz-tricks-java-by-mangling-integers</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: md formulation skin care</title>
		<link>http://almaer.com/blog/heinz-tricks-java-by-mangling-integers/comment-page-1#comment-16380</link>
		<dc:creator>md formulation skin care</dc:creator>
		<pubDate>Mon, 09 Oct 2006 01:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/heinz-tricks-java-by-mangling-integers#comment-16380</guid>
		<description>big thank
</description>
		<content:encoded><![CDATA[<p>big thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: md formulation skin care</title>
		<link>http://almaer.com/blog/heinz-tricks-java-by-mangling-integers/comment-page-1#comment-16381</link>
		<dc:creator>md formulation skin care</dc:creator>
		<pubDate>Mon, 09 Oct 2006 01:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/heinz-tricks-java-by-mangling-integers#comment-16381</guid>
		<description>big thank
</description>
		<content:encoded><![CDATA[<p>big thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Carreira</title>
		<link>http://almaer.com/blog/heinz-tricks-java-by-mangling-integers/comment-page-1#comment-16378</link>
		<dc:creator>Jason Carreira</dc:creator>
		<pubDate>Wed, 02 Feb 2005 19:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/heinz-tricks-java-by-mangling-integers#comment-16378</guid>
		<description>We use a similar trick to make ResourceBundle reload in WebWork when we have a debug flag set:

Class klass = ResourceBundle.class;
Field field = klass.getDeclaredField(&quot;cacheList&quot;);
field.setAccessible(true);

Object cache = field.get(null);
Method clearMethod = cache.getClass().getMethod(&quot;clear&quot;, new Class[0]);
clearMethod.invoke(cache, new Object[0]);
</description>
		<content:encoded><![CDATA[<p>We use a similar trick to make ResourceBundle reload in WebWork when we have a debug flag set:</p>
<p>Class klass = ResourceBundle.class;<br />
Field field = klass.getDeclaredField(&#8221;cacheList&#8221;);<br />
field.setAccessible(true);</p>
<p>Object cache = field.get(null);<br />
Method clearMethod = cache.getClass().getMethod(&#8221;clear&#8221;, new Class[0]);<br />
clearMethod.invoke(cache, new Object[0]);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Carreira</title>
		<link>http://almaer.com/blog/heinz-tricks-java-by-mangling-integers/comment-page-1#comment-16379</link>
		<dc:creator>Jason Carreira</dc:creator>
		<pubDate>Wed, 02 Feb 2005 19:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/heinz-tricks-java-by-mangling-integers#comment-16379</guid>
		<description>We use a similar trick to make ResourceBundle reload in WebWork when we have a debug flag set:

Class klass = ResourceBundle.class;
Field field = klass.getDeclaredField(&quot;cacheList&quot;);
field.setAccessible(true);

Object cache = field.get(null);
Method clearMethod = cache.getClass().getMethod(&quot;clear&quot;, new Class[0]);
clearMethod.invoke(cache, new Object[0]);
</description>
		<content:encoded><![CDATA[<p>We use a similar trick to make ResourceBundle reload in WebWork when we have a debug flag set:</p>
<p>Class klass = ResourceBundle.class;<br />
Field field = klass.getDeclaredField(&#8221;cacheList&#8221;);<br />
field.setAccessible(true);</p>
<p>Object cache = field.get(null);<br />
Method clearMethod = cache.getClass().getMethod(&#8221;clear&#8221;, new Class[0]);<br />
clearMethod.invoke(cache, new Object[0]);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
