<?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 Z|NET Development</title>
	<atom:link href="http://www.znetdevelopment.com/blogs/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.znetdevelopment.com/blogs</link>
	<description>Tidbits and blogs from Nicholas Hagen related to software, web design, and usability</description>
	<pubDate>Wed, 10 Mar 2010 17:38:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Java: String Concatenation by Bob Hoskins</title>
		<link>http://www.znetdevelopment.com/blogs/2009/04/06/java-string-concatenation/comment-page-1/#comment-88</link>
		<dc:creator>Bob Hoskins</dc:creator>
		<pubDate>Wed, 03 Mar 2010 15:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.znetdevelopment.com/blogs/?p=49#comment-88</guid>
		<description>Great blog!  I always wondered why some people bothered to use String.concat in their code, now I know.  Actually, for anything non-performance sensitive, I will continue using the + operator since the code is easier to read.  But still, you expanded my knowledge.  Thanks.</description>
		<content:encoded><![CDATA[<p>Great blog!  I always wondered why some people bothered to use String.concat in their code, now I know.  Actually, for anything non-performance sensitive, I will continue using the + operator since the code is easier to read.  But still, you expanded my knowledge.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using &#8220;use index&#8221; With Hibernate/MySQL by nix</title>
		<link>http://www.znetdevelopment.com/blogs/2009/10/07/using-use-index-with-hibernatemysql/comment-page-1/#comment-87</link>
		<dc:creator>nix</dc:creator>
		<pubDate>Wed, 03 Mar 2010 15:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.znetdevelopment.com/blogs/?p=235#comment-87</guid>
		<description>the setting for enabling comments in persistence.xml: 

property name="hibernate.use_sql_comments" value="true"</description>
		<content:encoded><![CDATA[<p>the setting for enabling comments in persistence.xml: </p>
<p>property name=&#8221;hibernate.use_sql_comments&#8221; value=&#8221;true&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using &#8220;use index&#8221; With Hibernate/MySQL by nix</title>
		<link>http://www.znetdevelopment.com/blogs/2009/10/07/using-use-index-with-hibernatemysql/comment-page-1/#comment-86</link>
		<dc:creator>nix</dc:creator>
		<pubDate>Wed, 03 Mar 2010 15:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.znetdevelopment.com/blogs/?p=235#comment-86</guid>
		<description>Thanks a lot. Works great!

Instead of creating an own hibernate dialect, you could use the jpa function query.setHint("org.hibernate.comment","xyz"). 
Then you can parse the generated comment (e.g. "/* xyz */ select ... ") in your interceptor class.

Attention: if have to enable the comment-function in persistence.xml (   ).</description>
		<content:encoded><![CDATA[<p>Thanks a lot. Works great!</p>
<p>Instead of creating an own hibernate dialect, you could use the jpa function query.setHint(&#8221;org.hibernate.comment&#8221;,&#8221;xyz&#8221;).<br />
Then you can parse the generated comment (e.g. &#8220;/* xyz */ select &#8230; &#8220;) in your interceptor class.</p>
<p>Attention: if have to enable the comment-function in persistence.xml (   ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSS Viewer: Upcoming Maintenance Tonite [Complete] by pperiklis</title>
		<link>http://www.znetdevelopment.com/blogs/2010/02/17/rss-viewer-upcoming-maintenance-tonite/comment-page-1/#comment-85</link>
		<dc:creator>pperiklis</dc:creator>
		<pubDate>Fri, 19 Feb 2010 19:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.znetdevelopment.com/blogs/?p=282#comment-85</guid>
		<description>Your app is really great, I have been using it for many months and I have introduced it to all my friends with iPhones.

However, I'm very disappointed with the progress of this update. I hope that you release it soon so that I can stop using other apps to filter feeds and be able to read feeds posted in my native language.</description>
		<content:encoded><![CDATA[<p>Your app is really great, I have been using it for many months and I have introduced it to all my friends with iPhones.</p>
<p>However, I&#8217;m very disappointed with the progress of this update. I hope that you release it soon so that I can stop using other apps to filter feeds and be able to read feeds posted in my native language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSS Viewer: What&#8217;s New by komedi videolari</title>
		<link>http://www.znetdevelopment.com/blogs/2009/10/15/rss-viewer-whats-new/comment-page-1/#comment-84</link>
		<dc:creator>komedi videolari</dc:creator>
		<pubDate>Fri, 12 Feb 2010 18:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.znetdevelopment.com/blogs/?p=253#comment-84</guid>
		<description>Do you help me someone</description>
		<content:encoded><![CDATA[<p>Do you help me someone</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Next RSS Viewer Update Status by Chris A.</title>
		<link>http://www.znetdevelopment.com/blogs/2010/01/15/next-rss-viewer-update-status/comment-page-1/#comment-83</link>
		<dc:creator>Chris A.</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.znetdevelopment.com/blogs/?p=277#comment-83</guid>
		<description>Hey there

so January is over... Whats the status now!?!? We are awaiting this update :-)</description>
		<content:encoded><![CDATA[<p>Hey there</p>
<p>so January is over&#8230; Whats the status now!?!? We are awaiting this update :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSS Viewer Demo by James</title>
		<link>http://www.znetdevelopment.com/blogs/2009/08/25/rss-viewer-demo/comment-page-1/#comment-82</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 16 Jan 2010 04:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.znetdevelopment.com/blogs/?p=179#comment-82</guid>
		<description>How about adding the option to 'select all read' in notifications? As going to 1 by 1 thru the massive list of unimportant news isn't really a short process..</description>
		<content:encoded><![CDATA[<p>How about adding the option to &#8217;select all read&#8217; in notifications? As going to 1 by 1 thru the massive list of unimportant news isn&#8217;t really a short process..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSS Viewer Maintenance Outage (Nov 16) [Updated] by Chris A.</title>
		<link>http://www.znetdevelopment.com/blogs/2009/11/13/rss-viewer-maintenance-outage-nov-16/comment-page-1/#comment-81</link>
		<dc:creator>Chris A.</dc:creator>
		<pubDate>Mon, 04 Jan 2010 16:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.znetdevelopment.com/blogs/?p=272#comment-81</guid>
		<description>Yes, i want to know that too... We need an update... please!</description>
		<content:encoded><![CDATA[<p>Yes, i want to know that too&#8230; We need an update&#8230; please!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using &#8220;use index&#8221; With Hibernate/MySQL by bravocharlie</title>
		<link>http://www.znetdevelopment.com/blogs/2009/10/07/using-use-index-with-hibernatemysql/comment-page-1/#comment-80</link>
		<dc:creator>bravocharlie</dc:creator>
		<pubDate>Sat, 02 Jan 2010 10:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.znetdevelopment.com/blogs/?p=235#comment-80</guid>
		<description>Nicely done, works like a charm!</description>
		<content:encoded><![CDATA[<p>Nicely done, works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netty: Using Handlers by Kiran Kuppa</title>
		<link>http://www.znetdevelopment.com/blogs/2009/04/21/netty-using-handlers/comment-page-1/#comment-79</link>
		<dc:creator>Kiran Kuppa</dc:creator>
		<pubDate>Wed, 16 Dec 2009 13:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.znetdevelopment.com/blogs/?p=107#comment-79</guid>
		<description>Seems like a minor correction is required at :

"Upstream handlers are used to process incoming data whereas downstream handlers are used to process outgoing data"
According to the doc, 
http://www.jboss.org/file-access/default/members/netty/freezone/api/3.1/org/jboss/netty/channel/ChannelPipeline.html
it seems down stream is incoming data and upstream is outgoing.</description>
		<content:encoded><![CDATA[<p>Seems like a minor correction is required at :</p>
<p>&#8220;Upstream handlers are used to process incoming data whereas downstream handlers are used to process outgoing data&#8221;<br />
According to the doc,<br />
<a href="http://www.jboss.org/file-access/default/members/netty/freezone/api/3.1/org/jboss/netty/channel/ChannelPipeline.html" rel="nofollow">http://www.jboss.org/file-access/default/members/netty/freezone/api/3.1/org/jboss/netty/channel/ChannelPipeline.html</a><br />
it seems down stream is incoming data and upstream is outgoing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
