<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Java Effective</title>
	<atom:link href="http://javaeffective.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://javaeffective.wordpress.com</link>
	<description>effective Java and other random stuff</description>
	<lastBuildDate>Sat, 19 Nov 2011 17:49:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='javaeffective.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Java Effective</title>
		<link>http://javaeffective.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://javaeffective.wordpress.com/osd.xml" title="Java Effective" />
	<atom:link rel='hub' href='http://javaeffective.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Java 7 is here&#8230;..it&#8217;s about time</title>
		<link>http://javaeffective.wordpress.com/2011/07/29/java-7-is-here-its-about-time/</link>
		<comments>http://javaeffective.wordpress.com/2011/07/29/java-7-is-here-its-about-time/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 06:02:04 +0000</pubDate>
		<dc:creator>ota-kun</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 7]]></category>
		<category><![CDATA[Java 8]]></category>

		<guid isPermaLink="false">http://javaeffective.wordpress.com/?p=179</guid>
		<description><![CDATA[Finally after a long time Java 7 is finally here. It has many features. The most interesting features in my opinion are: NIO 2, which is a real revolting to Java IO Syntax extensions: Automatic resource cleanup(instead of close in finally), String in switch, binary literals, literals separator and shorter generic write new Garbage Collector [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaeffective.wordpress.com&amp;blog=8678914&amp;post=179&amp;subd=javaeffective&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://javaeffective.wordpress.com/2011/07/29/java-7-is-here-its-about-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fde6f676d266480919d015d2a60a23c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">0takun</media:title>
		</media:content>
	</item>
		<item>
		<title>[Off Topic] Iron the iPhone App</title>
		<link>http://javaeffective.wordpress.com/2011/05/23/off-topic-iron-the-iphone-app/</link>
		<comments>http://javaeffective.wordpress.com/2011/05/23/off-topic-iron-the-iphone-app/#comments</comments>
		<pubDate>Mon, 23 May 2011 19:42:28 +0000</pubDate>
		<dc:creator>ota-kun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://javaeffective.wordpress.com/?p=147</guid>
		<description><![CDATA[Usually I don&#8217;t talk about apple products apps. But this app is just amazing. It&#8217;s a bridge building app in 3D! Check it out at http://www.ironapp.de or here is the direct itunes link. Filed under: Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaeffective.wordpress.com&amp;blog=8678914&amp;post=147&amp;subd=javaeffective&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://javaeffective.wordpress.com/2011/05/23/off-topic-iron-the-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fde6f676d266480919d015d2a60a23c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">0takun</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple LRU or FIFO Cache</title>
		<link>http://javaeffective.wordpress.com/2011/05/23/simple-lru-or-fifo-cache/</link>
		<comments>http://javaeffective.wordpress.com/2011/05/23/simple-lru-or-fifo-cache/#comments</comments>
		<pubDate>Mon, 23 May 2011 13:05:56 +0000</pubDate>
		<dc:creator>ota-kun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[FIFO]]></category>
		<category><![CDATA[LinkedHashMap]]></category>
		<category><![CDATA[LRU]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://javaeffective.wordpress.com/?p=143</guid>
		<description><![CDATA[There is a very simple way to make a FIFO or LRU cache with the existing LinkedHashMap implementation of the default Java VM made by Joshua Bloch. The LinkedHashMap already has a method you can override, which defines when to remove the &#8220;oldest&#8221; entry. With the default constructor this is already a FIFO cache, because [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaeffective.wordpress.com&amp;blog=8678914&amp;post=143&amp;subd=javaeffective&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://javaeffective.wordpress.com/2011/05/23/simple-lru-or-fifo-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fde6f676d266480919d015d2a60a23c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">0takun</media:title>
		</media:content>
	</item>
		<item>
		<title>JaCoCo &#8211; the new and revolting Java Code Coverage tool</title>
		<link>http://javaeffective.wordpress.com/2010/12/13/jacoco-the-new-and-revolting-java-code-coverage-tool/</link>
		<comments>http://javaeffective.wordpress.com/2010/12/13/jacoco-the-new-and-revolting-java-code-coverage-tool/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 12:11:16 +0000</pubDate>
		<dc:creator>ota-kun</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tooling]]></category>
		<category><![CDATA[code coverage]]></category>
		<category><![CDATA[JaCoCo]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[sonar]]></category>

		<guid isPermaLink="false">http://javaeffective.wordpress.com/?p=124</guid>
		<description><![CDATA[I&#8217;ve stumpled across JaCoCo while searching for a possibility to have the code coverage of a multi modul project merged. JaCoCo is made from the same developer, which made the eclipse plugin EclEmma. The big advantage (and disadvantage maybe) is that JaCoCo uses a JavaAgent to instrument the classes on the fly. That means no [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaeffective.wordpress.com&amp;blog=8678914&amp;post=124&amp;subd=javaeffective&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://javaeffective.wordpress.com/2010/12/13/jacoco-the-new-and-revolting-java-code-coverage-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fde6f676d266480919d015d2a60a23c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">0takun</media:title>
		</media:content>
	</item>
		<item>
		<title>Java 8 contains similar JodaTime API</title>
		<link>http://javaeffective.wordpress.com/2010/12/02/java-8-contains-similar-jodatime-api/</link>
		<comments>http://javaeffective.wordpress.com/2010/12/02/java-8-contains-similar-jodatime-api/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 19:15:26 +0000</pubDate>
		<dc:creator>ota-kun</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[datetime]]></category>
		<category><![CDATA[Java 8]]></category>
		<category><![CDATA[jodatime]]></category>

		<guid isPermaLink="false">http://javaeffective.wordpress.com/?p=120</guid>
		<description><![CDATA[Java 8 will finally have a new time/date API (It&#8217;s about time). The new API is similar to the Jodatime API (one of the best APIs available).  http://joda-time.sourceforge.net/ Filed under: News Tagged: Calendar, datetime, Java 8, jodatime<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaeffective.wordpress.com&amp;blog=8678914&amp;post=120&amp;subd=javaeffective&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://javaeffective.wordpress.com/2010/12/02/java-8-contains-similar-jodatime-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fde6f676d266480919d015d2a60a23c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">0takun</media:title>
		</media:content>
	</item>
	</channel>
</rss>
