<?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 Java Blog</title>
	<atom:link href="http://www.java-blog.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.java-blog.com</link>
	<description>A blog about Software-Engineering in general and Java / Design-Patterns / MySQL in particular</description>
	<pubDate>Sun, 05 Sep 2010 12:55:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using static Factory-methods to create Generics by tino</title>
		<link>http://www.java-blog.com/static-factorymethods-create-generics/comment-page-1#comment-3448</link>
		<dc:creator>tino</dc:creator>
		<pubDate>Wed, 14 Oct 2009 10:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.java-blog.com/?p=276#comment-3448</guid>
		<description>Yes guys, you're absolutely correct: you could use &lt;a href="http://code.google.com/p/google-collections/" rel="_nofollow" target="_blank" rel="nofollow"&gt; Google Collections &lt;/a&gt; for generic Maps, Lists, ...<br /><br />But you can also apply this technique on self-created-Generics that are not available in &lt;a href="http://code.google.com/p/google-collections/" rel="_nofollow" target="_blank" rel="nofollow"&gt; Google Collections &lt;/a&gt; like e.g. MyGeneric&lt;T1,T2,T3&gt;.<br /><br />Tino.</description>
		<content:encoded><![CDATA[Yes guys, you&#8217;re absolutely correct: you could use <a href="http://code.google.com/p/google-collections/" rel="_nofollow" target="_blank" rel="nofollow"> Google Collections </a> for generic Maps, Lists, &#8230;<br /><br />But you can also apply this technique on self-created-Generics that are not available in <a href="http://code.google.com/p/google-collections/" rel="_nofollow" target="_blank" rel="nofollow"> Google Collections </a> like e.g. MyGeneric&lt;T1,T2,T3&gt;.<br /><br />Tino.]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using static Factory-methods to create Generics by Raja</title>
		<link>http://www.java-blog.com/static-factorymethods-create-generics/comment-page-1#comment-3388</link>
		<dc:creator>Raja</dc:creator>
		<pubDate>Thu, 08 Oct 2009 14:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.java-blog.com/?p=276#comment-3388</guid>
		<description>Or, we could also use google collections for this.</description>
		<content:encoded><![CDATA[Or, we could also use google collections for this.]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using static Factory-methods to create Generics by Dimitris Andreou</title>
		<link>http://www.java-blog.com/static-factorymethods-create-generics/comment-page-1#comment-3386</link>
		<dc:creator>Dimitris Andreou</dc:creator>
		<pubDate>Thu, 08 Oct 2009 10:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.java-blog.com/?p=276#comment-3386</guid>
		<description>Just use google collections.</description>
		<content:encoded><![CDATA[Just use google collections.]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a simple cache in Java using a LinkedHashMap and an Anonymous Inner Class by Joe</title>
		<link>http://www.java-blog.com/creating-simple-cache-java-linkedhashmap-anonymous-class/comment-page-1#comment-2158</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 22 Jul 2009 18:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.java-blog.com/?p=241#comment-2158</guid>
		<description>Check for synchronization issues.<br /><br />From Sun's LinkedHashMap API doc:<br /><br />"Note that this implementation is not synchronized."</description>
		<content:encoded><![CDATA[Check for synchronization issues.<br /><br />From Sun&#8217;s LinkedHashMap API doc:<br /><br />&#8221;Note that this implementation is not synchronized.&#8221;]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a simple cache in Java using a LinkedHashMap and an Anonymous Inner Class by Tino</title>
		<link>http://www.java-blog.com/creating-simple-cache-java-linkedhashmap-anonymous-class/comment-page-1#comment-1537</link>
		<dc:creator>Tino</dc:creator>
		<pubDate>Mon, 29 Jun 2009 07:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.java-blog.com/?p=241#comment-1537</guid>
		<description>Hi Robin,<br /><br />you're absolutely correct! I forgot to invoke the special constructor for the LinkedHashMap to use access-ordering. I've corrected that part.<br /><br />Thanks!</description>
		<content:encoded><![CDATA[Hi Robin,<br /><br />you&#8217;re absolutely correct! I forgot to invoke the special constructor for the LinkedHashMap to use access-ordering. I&#8217;ve corrected that part.<br /><br />Thanks!]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a simple cache in Java using a LinkedHashMap and an Anonymous Inner Class by Robin</title>
		<link>http://www.java-blog.com/creating-simple-cache-java-linkedhashmap-anonymous-class/comment-page-1#comment-1530</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Mon, 29 Jun 2009 00:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.java-blog.com/?p=241#comment-1530</guid>
		<description>I don't think that's an LRU cache. That's a Least Recently Added cache. For it to be LRU, on a cache-hit, the item should be moved to the beginning of the list.</description>
		<content:encoded><![CDATA[I don&#8217;t think that&#8217;s an LRU cache. That&#8217;s a Least Recently Added cache. For it to be LRU, on a cache-hit, the item should be moved to the beginning of the list.]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mapping Java-Objects to a database using Reflection and Generics  (Part 1) by Tino</title>
		<link>http://www.java-blog.com/mapping-javaobjects-database-reflection-generics/comment-page-1#comment-980</link>
		<dc:creator>Tino</dc:creator>
		<pubDate>Sat, 06 Jun 2009 15:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.java-blog.com/?p=131#comment-980</guid>
		<description>Hi Matt,<br /><br />DatabaseConnecter is a simple Interface that provides a java.sql.Connection:<br /><br />/**&lt;br /&gt; * &lt;br /&gt; * Creates a connection to a database.&lt;br /&gt; * &lt;br /&gt; * @author Tino&lt;br /&gt; * @created 03.12.2008&lt;br /&gt; * &lt;br /&gt; */&lt;br /&gt;public interface DatabaseConnecter {<br /><br />	/**&lt;br /&gt;	 * Establishes a new connection to the database&lt;br /&gt;	 * &lt;br /&gt;	 * @return A new connection to the database&lt;br /&gt;	 * @throws SQLException&lt;br /&gt;	 */&lt;br /&gt;	public Connection createConnection() throws SQLException;<br /><br />	/**&lt;br /&gt;	 * Returns the connection url&lt;br /&gt;	 * &lt;br /&gt;	 * @return&lt;br /&gt;	 */&lt;br /&gt;	public String getConnectionUrl();&lt;br /&gt;}</description>
		<content:encoded><![CDATA[Hi Matt,<br /><br />DatabaseConnecter is a simple Interface that provides a java.sql.Connection:<br /><br />/**<br /> * <br /> * Creates a connection to a database.<br /> * <br /> * @author Tino<br /> * @created 03.12.2008<br /> * <br /> */<br />public interface DatabaseConnecter {<br /><br />	/**<br />	 * Establishes a new connection to the database<br />	 * <br />	 * @return A new connection to the database<br />	 * @throws SQLException<br />	 */<br />	public Connection createConnection() throws SQLException;<br /><br />	/**<br />	 * Returns the connection url<br />	 * <br />	 * @return<br />	 */<br />	public String getConnectionUrl();<br />}]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mapping Java-Objects to a database using Reflection and Generics  (Part 1) by Matt</title>
		<link>http://www.java-blog.com/mapping-javaobjects-database-reflection-generics/comment-page-1#comment-828</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 29 May 2009 21:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.java-blog.com/?p=131#comment-828</guid>
		<description>This code also requires the class DatabaseConnecter to compile. Would you post the source for DatabaseConnecter ?</description>
		<content:encoded><![CDATA[This code also requires the class DatabaseConnecter to compile. Would you post the source for DatabaseConnecter ?]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mapping Java-Objects to a database using Reflection and Generics (Part 2) by Jonas Abreu</title>
		<link>http://www.java-blog.com/mapping-javaobjects-database-reflection-generics-part-2/comment-page-1#comment-72</link>
		<dc:creator>Jonas Abreu</dc:creator>
		<pubDate>Sun, 03 May 2009 19:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.java-blog.com/?p=183#comment-72</guid>
		<description>Hello,<br /><br />maybe you'll find this project interesting for dealing with Java's Reflection API.<br /><br />http://projetos.vidageek.net/mirror/mirror<br /><br />Regards,</description>
		<content:encoded><![CDATA[Hello,<br /><br />maybe you&#8217;ll find this project interesting for dealing with Java&#8217;s Reflection API.<br /><br />http://projetos.vidageek.net/mirror/mirror<br /><br />Regards,]]></content:encoded>
	</item>
</channel>
</rss>
