<?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 lstierneyltd</title>
	<atom:link href="http://lstierneyltd.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lstierneyltd.com/blog</link>
	<description>Yet another development blog</description>
	<lastBuildDate>Thu, 21 Jul 2011 08:45:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Spring MVC 3 @ModelAttribute Annotation Example by HR</title>
		<link>http://lstierneyltd.com/blog/development/examples/spring-examples/spring-mvc-3-modelattribute-annotation-example/comment-page-1/#comment-4077</link>
		<dc:creator>HR</dc:creator>
		<pubDate>Thu, 21 Jul 2011 08:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://lstierneyltd.com/blog/?p=236#comment-4077</guid>
		<description>cause as far as I can detect the following code(moved annotation to method level):

&lt;code&gt;
    @RequestMapping(value=&quot;/person/search&quot;, method=RequestMethod.GET)
    @ModelAttribute(SEARCH_MODEL_KEY)
    public Collection search() {
        return personDao.findPersons();
    }
&lt;/code&gt;

will render just the same?</description>
		<content:encoded><![CDATA[<p>cause as far as I can detect the following code(moved annotation to method level):</p>
<p><code><br />
    @RequestMapping(value="/person/search", method=RequestMethod.GET)<br />
    @ModelAttribute(SEARCH_MODEL_KEY)<br />
    public Collection search() {<br />
        return personDao.findPersons();<br />
    }<br />
</code></p>
<p>will render just the same?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring MVC 3 @ModelAttribute Annotation Example by HR</title>
		<link>http://lstierneyltd.com/blog/development/examples/spring-examples/spring-mvc-3-modelattribute-annotation-example/comment-page-1/#comment-4051</link>
		<dc:creator>HR</dc:creator>
		<pubDate>Tue, 19 Jul 2011 21:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://lstierneyltd.com/blog/?p=236#comment-4051</guid>
		<description>ups.. forgot the static def:

&lt;code&gt;
 private static final String SEARCH_MODEL_KEY = &quot;persons&quot;;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>ups.. forgot the static def:</p>
<p><code><br />
 private static final String SEARCH_MODEL_KEY = "persons";<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring MVC 3 @ModelAttribute Annotation Example by HR</title>
		<link>http://lstierneyltd.com/blog/development/examples/spring-examples/spring-mvc-3-modelattribute-annotation-example/comment-page-1/#comment-4050</link>
		<dc:creator>HR</dc:creator>
		<pubDate>Tue, 19 Jul 2011 21:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://lstierneyltd.com/blog/?p=236#comment-4050</guid>
		<description>Hi,

thanks... was wondering about that annotation as well.. yuou just saved me a few hours :-)

I still have problems with understanding the use on the return  value.. any input?

&lt;code&gt;
    @RequestMapping(value=&quot;/person/search&quot;, method=RequestMethod.GET)
    public @ModelAttribute(SEARCH_MODEL_KEY) Collection search() {
        return personDao.findPersons();
    }
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks&#8230; was wondering about that annotation as well.. yuou just saved me a few hours <img src='http://lstierneyltd.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I still have problems with understanding the use on the return  value.. any input?</p>
<p><code><br />
    @RequestMapping(value="/person/search", method=RequestMethod.GET)<br />
    public @ModelAttribute(SEARCH_MODEL_KEY) Collection search() {<br />
        return personDao.findPersons();<br />
    }<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unit Testing Spring apps with @RunWith(SpringJUnit4ClassRunner.class) by Vladimir Avanessian</title>
		<link>http://lstierneyltd.com/blog/development/examples/unit-testing-spring-apps-with-runwithspringjunit4classrunner-class/comment-page-1/#comment-3961</link>
		<dc:creator>Vladimir Avanessian</dc:creator>
		<pubDate>Thu, 14 Jul 2011 06:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://lstierneyltd.com/blog/?p=153#comment-3961</guid>
		<description>Very short and very helpful, the topic set out concisely and clearly. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Very short and very helpful, the topic set out concisely and clearly. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Ibatis Typehandlers to fix Oracle Date &#8220;missing time&#8221; by lawrence</title>
		<link>http://lstierneyltd.com/blog/development/examples/using-ibatis-typehandlers-to-fix-oracle-date-missing-time/comment-page-1/#comment-835</link>
		<dc:creator>lawrence</dc:creator>
		<pubDate>Thu, 25 Nov 2010 17:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://lstierneyltd.com/blog/?p=160#comment-835</guid>
		<description>Thanks for the feedback - Ive not had time to test your solution but I trust you :)

Like I said I think the issue I was addressing was related to the version of the driver but I couldnt nail that down</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback &#8211; Ive not had time to test your solution but I trust you <img src='http://lstierneyltd.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Like I said I think the issue I was addressing was related to the version of the driver but I couldnt nail that down</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Ibatis Typehandlers to fix Oracle Date &#8220;missing time&#8221; by Jeff</title>
		<link>http://lstierneyltd.com/blog/development/examples/using-ibatis-typehandlers-to-fix-oracle-date-missing-time/comment-page-1/#comment-833</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 25 Nov 2010 15:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://lstierneyltd.com/blog/?p=160#comment-833</guid>
		<description>Dont&#039;t need to be so complex. You just need to remove the jdbcType=&quot;DATE&quot;, or to change to jdbcType=&quot;date&quot;. Then everything goes well. 

I have done a test here:
https://github.com/Jeffliu/misc/tree/master/orcl_date_test/</description>
		<content:encoded><![CDATA[<p>Dont&#8217;t need to be so complex. You just need to remove the jdbcType=&#8221;DATE&#8221;, or to change to jdbcType=&#8221;date&#8221;. Then everything goes well. </p>
<p>I have done a test here:<br />
<a href="https://github.com/Jeffliu/misc/tree/master/orcl_date_test/" rel="nofollow">https://github.com/Jeffliu/misc/tree/master/orcl_date_test/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse PDT or Webtools missing perspectives on Linux (Ubuntu) by Donita Septer</title>
		<link>http://lstierneyltd.com/blog/development/tips/eclipse-pdt-or-webtools-missing-perspectives-on-linux-ubuntu/comment-page-1/#comment-170</link>
		<dc:creator>Donita Septer</dc:creator>
		<pubDate>Tue, 13 Jul 2010 01:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://lstierneyltd.com/blog/?p=22#comment-170</guid>
		<description>Your expert</description>
		<content:encoded><![CDATA[<p>Your expert</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java 5 Enum Example by Ibatis TypeHandlerCallback Enum Example</title>
		<link>http://lstierneyltd.com/blog/development/java-5-enum-example/comment-page-1/#comment-96</link>
		<dc:creator>Ibatis TypeHandlerCallback Enum Example</dc:creator>
		<pubDate>Fri, 11 Jun 2010 11:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://lstierneyltd.com/blog/?p=142#comment-96</guid>
		<description>[...] In this example I map a &#8220;prev&#8221; or &#8220;next&#8221; coming back from the DB (as &#8220;direction&#8221;) to the Enum described in this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] In this example I map a &#8220;prev&#8221; or &#8220;next&#8221; coming back from the DB (as &#8220;direction&#8221;) to the Enum described in this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Show and search list of installed packages (Ubuntu) by How to Quickly Setup Subversion Server on Linux (Ubuntu)</title>
		<link>http://lstierneyltd.com/blog/development/tips/show-and-search-list-of-installed-packages-ubuntu/comment-page-1/#comment-73</link>
		<dc:creator>How to Quickly Setup Subversion Server on Linux (Ubuntu)</dc:creator>
		<pubDate>Sun, 30 May 2010 18:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://lstierneyltd.com/blog/?p=45#comment-73</guid>
		<description>[...] of all you&#8217;ll need to see if you&#8217;ve got Subversion installed. Check this article on how to query installed packages or just try [...]</description>
		<content:encoded><![CDATA[<p>[...] of all you&#8217;ll need to see if you&#8217;ve got Subversion installed. Check this article on how to query installed packages or just try [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu Server Minimal Install by debian multimedia</title>
		<link>http://lstierneyltd.com/blog/development/ubuntu-server-minimal-install/comment-page-1/#comment-67</link>
		<dc:creator>debian multimedia</dc:creator>
		<pubDate>Sun, 23 May 2010 22:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://lstierneyltd.com/blog/?p=74#comment-67</guid>
		<description>Hey all, I&#039;m a noob, but we all must start somewheres. I have an Nvidia 8400 GS that I would like to get working. At least i think it isn&#039;t. I typed...</description>
		<content:encoded><![CDATA[<p>Hey all, I&#8217;m a noob, but we all must start somewheres. I have an Nvidia 8400 GS that I would like to get working. At least i think it isn&#8217;t. I typed&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

