<?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 tail -f log/development.log</title>
	<atom:link href="http://maciej.inszy.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://maciej.inszy.org</link>
	<description>Maciej&#039;s weblog</description>
	<lastBuildDate>Tue, 20 Apr 2010 12:28:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Spring 3 MVC and optional relationships by lapinferoce</title>
		<link>http://maciej.inszy.org/2010/02/18/spring-3-mvc-and-optional-relationships/comment-page-1/#comment-9</link>
		<dc:creator>lapinferoce</dc:creator>
		<pubDate>Tue, 20 Apr 2010 12:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://maciej.inszy.org/?p=50#comment-9</guid>
		<description>I m a spring user since years, and i was an early grails adopter... i discover roo recently and i think it might be great, but i really wonder about spring roadmap grails and roo seams really competitor !</description>
		<content:encoded><![CDATA[<p>I m a spring user since years, and i was an early grails adopter&#8230; i discover roo recently and i think it might be great, but i really wonder about spring roadmap grails and roo seams really competitor !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Internet connection checker by MrJBee</title>
		<link>http://maciej.inszy.org/2009/08/24/java-internet-connection-checker/comment-page-1/#comment-8</link>
		<dc:creator>MrJBee</dc:creator>
		<pubDate>Wed, 14 Apr 2010 08:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://maciej.inszy.org/?p=33#comment-8</guid>
		<description>It`s also be cool if it will be extends a Thread or implement Runnable.</description>
		<content:encoded><![CDATA[<p>It`s also be cool if it will be extends a Thread or implement Runnable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Internet connection checker by Andrzej</title>
		<link>http://maciej.inszy.org/2009/08/24/java-internet-connection-checker/comment-page-1/#comment-4</link>
		<dc:creator>Andrzej</dc:creator>
		<pubDate>Wed, 04 Nov 2009 20:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://maciej.inszy.org/?p=33#comment-4</guid>
		<description>The method getDefaultInstance is not thread-safe. It should synchronized.

public synchronized  static InternetChecker getDefaultInstance() {
	if (ref == null) {
		ref = new InternetChecker();
	}
	return ref;
}

Now it&#039;s true Singleton :)</description>
		<content:encoded><![CDATA[<p>The method getDefaultInstance is not thread-safe. It should synchronized.</p>
<p>public synchronized  static InternetChecker getDefaultInstance() {<br />
	if (ref == null) {<br />
		ref = new InternetChecker();<br />
	}<br />
	return ref;<br />
}</p>
<p>Now it&#8217;s true Singleton :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Internet connection checker by jnewb</title>
		<link>http://maciej.inszy.org/2009/08/24/java-internet-connection-checker/comment-page-1/#comment-3</link>
		<dc:creator>jnewb</dc:creator>
		<pubDate>Fri, 02 Oct 2009 21:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://maciej.inszy.org/?p=33#comment-3</guid>
		<description>I need help, how to keep this running..  Mine only runs once when I start my program.

I decreased time to 1 * 60 * 1000

That should run every minute.

I&#039;m just learning JAVA ..

thanks</description>
		<content:encoded><![CDATA[<p>I need help, how to keep this running..  Mine only runs once when I start my program.</p>
<p>I decreased time to 1 * 60 * 1000</p>
<p>That should run every minute.</p>
<p>I&#8217;m just learning JAVA ..</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Internet connection checker by Bhavik</title>
		<link>http://maciej.inszy.org/2009/08/24/java-internet-connection-checker/comment-page-1/#comment-2</link>
		<dc:creator>Bhavik</dc:creator>
		<pubDate>Tue, 29 Sep 2009 04:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://maciej.inszy.org/?p=33#comment-2</guid>
		<description>Nice post man. 
We can use listener pattern with this code to 
fire connection status change to its listeners.</description>
		<content:encoded><![CDATA[<p>Nice post man.<br />
We can use listener pattern with this code to<br />
fire connection status change to its listeners.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
