<?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 Grey-Bearded Geek</title>
	<atom:link href="http://greybeardedgeek.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://greybeardedgeek.net</link>
	<description>Random Thoughts Of A Middle-Aged Software Engineer</description>
	<lastBuildDate>Fri, 20 Aug 2010 04:22:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Spring Security Database Schema by richfreedman</title>
		<link>http://greybeardedgeek.net/2008/08/spring-security-database-schema/comment-page-1/#comment-1422</link>
		<dc:creator>richfreedman</dc:creator>
		<pubDate>Fri, 20 Aug 2010 04:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=38#comment-1422</guid>
		<description>I fixed the links - they should be available now.
By the way, this information is a bit old now - you should take a look at Spring Security 3.0 - it&#039;s a lot easier now, especially with &lt;a href=&quot;http://www.springsource.org/roo&quot; rel=&quot;nofollow&quot;&gt;Roo&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I fixed the links &#8211; they should be available now.<br />
By the way, this information is a bit old now &#8211; you should take a look at Spring Security 3.0 &#8211; it&#8217;s a lot easier now, especially with <a href="http://www.springsource.org/roo" rel="nofollow">Roo</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring Security Database Schema by Michael</title>
		<link>http://greybeardedgeek.net/2008/08/spring-security-database-schema/comment-page-1/#comment-1421</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 19 Aug 2010 11:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=38#comment-1421</guid>
		<description>The whitepaper and examples are not in the indicated location. Do they still exist somewhere?</description>
		<content:encoded><![CDATA[<p>The whitepaper and examples are not in the indicated location. Do they still exist somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Accordion Panel for Swing by richfreedman</title>
		<link>http://greybeardedgeek.net/2008/04/an-accordion-panel-for-swing/comment-page-1/#comment-1367</link>
		<dc:creator>richfreedman</dc:creator>
		<pubDate>Wed, 30 Jun 2010 13:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=7#comment-1367</guid>
		<description>Bob,

You may do as you wish with respect to my changes to the original code - since I posted it publicly with no license, it&#039;s public domain (if not by default, then I hereby declare it so).
However, what I published were changes to someone else&#039;s code that was also posted publicly, apparently with no license.
I suggest that you also check with the original author (see the original post).</description>
		<content:encoded><![CDATA[<p>Bob,</p>
<p>You may do as you wish with respect to my changes to the original code &#8211; since I posted it publicly with no license, it&#8217;s public domain (if not by default, then I hereby declare it so).<br />
However, what I published were changes to someone else&#8217;s code that was also posted publicly, apparently with no license.<br />
I suggest that you also check with the original author (see the original post).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Accordion Panel for Swing by Bob</title>
		<link>http://greybeardedgeek.net/2008/04/an-accordion-panel-for-swing/comment-page-1/#comment-1365</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 16 Jun 2010 18:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=7#comment-1365</guid>
		<description>Hello,

under which licence do you publish the JAccordion.java? Can one use it even for commercial apps?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>under which licence do you publish the JAccordion.java? Can one use it even for commercial apps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven pom file for Spring 2.5 Web Project by richfreedman</title>
		<link>http://greybeardedgeek.net/2009/01/maven-pom-file-for-spring-25-web-project/comment-page-1/#comment-1364</link>
		<dc:creator>richfreedman</dc:creator>
		<pubDate>Sat, 12 Jun 2010 17:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=99#comment-1364</guid>
		<description>Dominik,
I&#039;m glad this helped you, but the post is now a year and a half old, and the world has moved on. 

Firstly, Spring is now at version 3, and has many improvements. If you are just starting a new Spring project, you really should use version 3 instead of 2.5

Secondly, there&#039;s no longer any reason to manually configure a pom for starting a Spring app. Spring has released Roo, which, among other things, will create a customized ppm for you.</description>
		<content:encoded><![CDATA[<p>Dominik,<br />
I&#8217;m glad this helped you, but the post is now a year and a half old, and the world has moved on. </p>
<p>Firstly, Spring is now at version 3, and has many improvements. If you are just starting a new Spring project, you really should use version 3 instead of 2.5</p>
<p>Secondly, there&#8217;s no longer any reason to manually configure a pom for starting a Spring app. Spring has released Roo, which, among other things, will create a customized ppm for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven pom file for Spring 2.5 Web Project by Dominik</title>
		<link>http://greybeardedgeek.net/2009/01/maven-pom-file-for-spring-25-web-project/comment-page-1/#comment-1363</link>
		<dc:creator>Dominik</dc:creator>
		<pubDate>Sat, 12 Jun 2010 15:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=99#comment-1363</guid>
		<description>Thanks a lot middle-age. 
Your post saved by day!</description>
		<content:encoded><![CDATA[<p>Thanks a lot middle-age.<br />
Your post saved by day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping It DRY &#8211; Automation of Repetitive Tasks by killall</title>
		<link>http://greybeardedgeek.net/2010/02/keeping-it-dry-automation-of-repetitive-tasks/comment-page-1/#comment-1362</link>
		<dc:creator>killall</dc:creator>
		<pubDate>Sun, 06 Jun 2010 01:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=380#comment-1362</guid>
		<description>or there&#039;s killall jboss</description>
		<content:encoded><![CDATA[<p>or there&#8217;s killall jboss</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hierarchical SQL Queries and Hibernate by richfreedman</title>
		<link>http://greybeardedgeek.net/2008/06/hierarchical-sql-queries-and-hibernate/comment-page-1/#comment-1361</link>
		<dc:creator>richfreedman</dc:creator>
		<pubDate>Wed, 02 Jun 2010 17:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=20#comment-1361</guid>
		<description>Excellent question.
Frankly, I didn&#039;t.

This is essentially a copy of the code from org.hibernate.id.IncrementGenerator, with some additional processing to encode the resulting Long into a fixed-width String.

Just off the top of my head, I&#039;d probably re-factor this class to:

1. subclass org.hibernate.id.IncrementGenerator instead of re-implementing most of it.

2. move the string manipulation code to a separate class, so that it could be easily unit-tested without involving the database.

3. Write a unit test that mocks the database.

4. Write an integration test that uses dbUnit.</description>
		<content:encoded><![CDATA[<p>Excellent question.<br />
Frankly, I didn&#8217;t.</p>
<p>This is essentially a copy of the code from org.hibernate.id.IncrementGenerator, with some additional processing to encode the resulting Long into a fixed-width String.</p>
<p>Just off the top of my head, I&#8217;d probably re-factor this class to:</p>
<p>1. subclass org.hibernate.id.IncrementGenerator instead of re-implementing most of it.</p>
<p>2. move the string manipulation code to a separate class, so that it could be easily unit-tested without involving the database.</p>
<p>3. Write a unit test that mocks the database.</p>
<p>4. Write an integration test that uses dbUnit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hierarchical SQL Queries and Hibernate by kissen</title>
		<link>http://greybeardedgeek.net/2008/06/hierarchical-sql-queries-and-hibernate/comment-page-1/#comment-1360</link>
		<dc:creator>kissen</dc:creator>
		<pubDate>Wed, 02 Jun 2010 17:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=20#comment-1360</guid>
		<description>How you UNIT TEST this class??</description>
		<content:encoded><![CDATA[<p>How you UNIT TEST this class??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VirtualBox vs. VMware on Ubuntu 9.10 Karmic Koala by richfreedman</title>
		<link>http://greybeardedgeek.net/2009/11/virtualbox-vs-vmware-on-ubuntu-9-10-karmic-koala/comment-page-1/#comment-1358</link>
		<dc:creator>richfreedman</dc:creator>
		<pubDate>Sun, 16 May 2010 21:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://greybeardedgeek.net/?p=369#comment-1358</guid>
		<description>fritzelshitszl - I share your frustration with the operating system from Redmond.
However,  VirtualBox and VMWare are not just better ways to run applications written for that OS.

I use VMWare and VirtualBox on my Linux machines primarily to run additional Linux VMs.

I personally don&#039;t care that folks spend their time writing applications for the most commercially successful operating system.
What I do mind is when they write applications that &lt;strong&gt;only&lt;/strong&gt; work on that operating system. 
As I may have mentioned elsewhere, my wife runs a small business, and uses QuickBooks - there&#039;s really no viable alternative. Consequently, there&#039;s a copy of Windows XP running on VirtualBox on my Linux server at all times :-(</description>
		<content:encoded><![CDATA[<p>fritzelshitszl &#8211; I share your frustration with the operating system from Redmond.<br />
However,  VirtualBox and VMWare are not just better ways to run applications written for that OS.</p>
<p>I use VMWare and VirtualBox on my Linux machines primarily to run additional Linux VMs.</p>
<p>I personally don&#8217;t care that folks spend their time writing applications for the most commercially successful operating system.<br />
What I do mind is when they write applications that <strong>only</strong> work on that operating system.<br />
As I may have mentioned elsewhere, my wife runs a small business, and uses QuickBooks &#8211; there&#8217;s really no viable alternative. Consequently, there&#8217;s a copy of Windows XP running on VirtualBox on my Linux server at all times :-(</p>
]]></content:encoded>
	</item>
</channel>
</rss>
