<?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 Les Hazlewood</title>
	<atom:link href="http://leshazlewood.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://leshazlewood.com</link>
	<description>Where Les is More</description>
	<lastBuildDate>Thu, 26 Apr 2012 02:41:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on BMW Paddle Shifters by Ralph Barouche</title>
		<link>http://leshazlewood.com/2009/05/27/bmw-paddle-shifters/comment-page-1/#comment-1947</link>
		<dc:creator>Ralph Barouche</dc:creator>
		<pubDate>Thu, 26 Apr 2012 02:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?p=50#comment-1947</guid>
		<description>When you are steering and driving the car in spirited fashion, it is often impractical to locate/ use the paddle shift to change up and that&#039;s when I revert to the steptronic &quot;stick&quot; to shift. When all else is too hard under pressure, the stick shift is always right where you remember it.</description>
		<content:encoded><![CDATA[<p>When you are steering and driving the car in spirited fashion, it is often impractical to locate/ use the paddle shift to change up and that&#8217;s when I revert to the steptronic &#8220;stick&#8221; to shift. When all else is too hard under pressure, the stick shift is always right where you remember it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Naming Conventions and Style Guide by Phil</title>
		<link>http://leshazlewood.com/software-engineering/sql-style-guide/comment-page-1/#comment-1907</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 03 Apr 2012 18:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?page_id=12#comment-1907</guid>
		<description>Very nice!  The only thing I don&#039;t agree with is table name being plural.  I had always been talk to use singular.</description>
		<content:encoded><![CDATA[<p>Very nice!  The only thing I don&#8217;t agree with is table name being plural.  I had always been talk to use singular.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring Application Bootstrap Data by stephan</title>
		<link>http://leshazlewood.com/2007/07/30/spring-application-bootstrap-data/comment-page-1/#comment-1898</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Tue, 27 Mar 2012 11:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?p=31#comment-1898</guid>
		<description>Thanks a lot for sharing!

Still works for me if i change
private PlatformTransactionManager transactionManager = null;

to
@Autowired
private PlatformTransactionManager transactionManager;

Using Spring 3.1.1</description>
		<content:encoded><![CDATA[<p>Thanks a lot for sharing!</p>
<p>Still works for me if i change<br />
private PlatformTransactionManager transactionManager = null;</p>
<p>to<br />
@Autowired<br />
private PlatformTransactionManager transactionManager;</p>
<p>Using Spring 3.1.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Naming Conventions and Style Guide by Tagging the Web Daily 02/22/2012 &#171; PAB Skunkworks Weblog</title>
		<link>http://leshazlewood.com/software-engineering/sql-style-guide/comment-page-1/#comment-1841</link>
		<dc:creator>Tagging the Web Daily 02/22/2012 &#171; PAB Skunkworks Weblog</dc:creator>
		<pubDate>Thu, 23 Feb 2012 00:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?page_id=12#comment-1841</guid>
		<description>[...] SQL Naming Conventions and Style Guide &#124; Les Hazlewood [...]</description>
		<content:encoded><![CDATA[<p>[...] SQL Naming Conventions and Style Guide | Les Hazlewood [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Email Validation using Regular Expressions (the Right Way) by Cuong</title>
		<link>http://leshazlewood.com/2006/02/04/java-email-address-validation-the-right-way-regular-expression/comment-page-2/#comment-1814</link>
		<dc:creator>Cuong</dc:creator>
		<pubDate>Wed, 08 Feb 2012 18:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?p=5#comment-1814</guid>
		<description>&gt; 3.4.1. Addr-spec specification

i meant STD3 STD13 STD14</description>
		<content:encoded><![CDATA[<p>&gt; 3.4.1. Addr-spec specification</p>
<p>i meant STD3 STD13 STD14</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Email Validation using Regular Expressions (the Right Way) by Cuong</title>
		<link>http://leshazlewood.com/2006/02/04/java-email-address-validation-the-right-way-regular-expression/comment-page-2/#comment-1813</link>
		<dc:creator>Cuong</dc:creator>
		<pubDate>Wed, 08 Feb 2012 18:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?p=5#comment-1813</guid>
		<description>&gt; 3.4.1. Addr-spec specification
&gt; Comments and folding white space SHOULD NOT be used 
&gt; around the &quot;@&quot; in the addr-spec

otherwise the email address &#039; a @b.com&#039; is valid.

rfc2822 as Internet Message Format and the section &#039;3.4.1. Addr-spec specification&#039; is most relevant for the purpose of your work here.  i am not quite understand why the need to refer to RFC 2822 2.2.2 Structured Header Field Bodies in your code.  could you please explain?  thanks.</description>
		<content:encoded><![CDATA[<p>&gt; 3.4.1. Addr-spec specification<br />
&gt; Comments and folding white space SHOULD NOT be used<br />
&gt; around the &#8220;@&#8221; in the addr-spec</p>
<p>otherwise the email address &#8216; a @b.com&#8217; is valid.</p>
<p>rfc2822 as Internet Message Format and the section &#8217;3.4.1. Addr-spec specification&#8217; is most relevant for the purpose of your work here.  i am not quite understand why the need to refer to RFC 2822 2.2.2 Structured Header Field Bodies in your code.  could you please explain?  thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring Application Bootstrap Data by jaime</title>
		<link>http://leshazlewood.com/2007/07/30/spring-application-bootstrap-data/comment-page-1/#comment-1713</link>
		<dc:creator>jaime</dc:creator>
		<pubDate>Wed, 14 Dec 2011 19:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?p=31#comment-1713</guid>
		<description>Thankss I wass doing in a quitee harder way :D</description>
		<content:encoded><![CDATA[<p>Thankss I wass doing in a quitee harder way <img src='http://leshazlewood.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven 2 vs Ant+Ivy: Revisited by Another Voice</title>
		<link>http://leshazlewood.com/2010/01/13/maven-2-vs-antivy-revisited/comment-page-1/#comment-1596</link>
		<dc:creator>Another Voice</dc:creator>
		<pubDate>Sat, 05 Nov 2011 05:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?p=55#comment-1596</guid>
		<description>Takes 30min to build? Even mid-range projects: 200.000-400.000 loc shouldn&#039;t take THAT long.

Still, I understand your points. But I think all kind of customization for a specific build (custom build plugins) that have to be adjusted and modified during the lifecycle of a project shuold be done with some kind of script language like groovy and checked into the project repository. 

Once that build customization works fine, it can be compiled into a real maven plugin with java and stored in the company maven plugin repo. 

Just my 2 cents</description>
		<content:encoded><![CDATA[<p>Takes 30min to build? Even mid-range projects: 200.000-400.000 loc shouldn&#8217;t take THAT long.</p>
<p>Still, I understand your points. But I think all kind of customization for a specific build (custom build plugins) that have to be adjusted and modified during the lifecycle of a project shuold be done with some kind of script language like groovy and checked into the project repository. </p>
<p>Once that build customization works fine, it can be compiled into a real maven plugin with java and stored in the company maven plugin repo. </p>
<p>Just my 2 cents</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upgrading from Groovy 1.7.x to 1.8.x: MissingPropertyException: No such property: for class: by Marcus Bleil</title>
		<link>http://leshazlewood.com/2011/06/28/upgrading-from-groovy-1-7-x-to-1-8-x-missingpropertyexception-no-such-property-for-class/comment-page-1/#comment-1588</link>
		<dc:creator>Marcus Bleil</dc:creator>
		<pubDate>Fri, 28 Oct 2011 15:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://leshazlewood.com/?p=147#comment-1588</guid>
		<description>Hi Les,

I had a similar problem when upgrading from 1.7.x to 1.8.x. - incredible. But I solved it, by downgrading to  Groovy 1.7.

Thanks a lot for your article.

Marcus</description>
		<content:encoded><![CDATA[<p>Hi Les,</p>
<p>I had a similar problem when upgrading from 1.7.x to 1.8.x. &#8211; incredible. But I solved it, by downgrading to  Groovy 1.7.</p>
<p>Thanks a lot for your article.</p>
<p>Marcus</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Naming Conventions and Style Guide by sandeep</title>
		<link>http://leshazlewood.com/software-engineering/sql-style-guide/comment-page-1/#comment-1587</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Fri, 28 Oct 2011 04:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?page_id=12#comment-1587</guid>
		<description>Really worth reading information majorly i came to know the criteria for creating table that i serched in many websites i dint get proper information but here i got complete info. thanks.</description>
		<content:encoded><![CDATA[<p>Really worth reading information majorly i came to know the criteria for creating table that i serched in many websites i dint get proper information but here i got complete info. thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

