<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for RAPaul.com</title>
	
	<link>http://www.rapaul.com</link>
	<description>A technical blog written by Richard Paul</description>
	<lastBuildDate>Thu, 14 Jan 2010 10:59:20 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/rapaul-comments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="rapaul-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on My git svn workflow by Richard Paul</title>
		<link>http://www.rapaul.com/2010/01/13/my-git-svn-workflow/comment-page-1/#comment-584</link>
		<dc:creator>Richard Paul</dc:creator>
		<pubDate>Thu, 14 Jan 2010 10:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=417#comment-584</guid>
		<description>@Nic Feature/story branches to allow for quick context switching and is the main reason I use Git. What are the benefits you see with Git besides cheap local branching?</description>
		<content:encoded><![CDATA[<p>@Nic Feature/story branches to allow for quick context switching and is the main reason I use Git. What are the benefits you see with Git besides cheap local branching?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My git svn workflow by Nic Wise</title>
		<link>http://www.rapaul.com/2010/01/13/my-git-svn-workflow/comment-page-1/#comment-583</link>
		<dc:creator>Nic Wise</dc:creator>
		<pubDate>Thu, 14 Jan 2010 10:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=417#comment-583</guid>
		<description>this is pretty much how I work, except I dont bother doing the feature branch - mostly because I dont need to. At the moment. Maybe I will shortly :)

I tend to use GitExtensions on windows. It's msysgit and a nice-ish UI on it. Makes staging files a lot easier for me, tho I end up using the command line  for almost eveything else.

My workflow is:

git init etc - only did this once, took ages.

work work work
git add etc
git commit as needed. repeat more work

git svn rebase
git svn dcommit

I think I dont need the rebase, 'cos it does that with the dcommit, but hey - habit.

I also have a patch which makes git svn work a LOT quicker (20secs vrs 2 mins) by dynamically loading the svn libs. Makes working with a very remote server (my svn is in denmark) a lot nicer.

:)</description>
		<content:encoded><![CDATA[<p>this is pretty much how I work, except I dont bother doing the feature branch &#8211; mostly because I dont need to. At the moment. Maybe I will shortly :)</p>
<p>I tend to use GitExtensions on windows. It&#8217;s msysgit and a nice-ish UI on it. Makes staging files a lot easier for me, tho I end up using the command line  for almost eveything else.</p>
<p>My workflow is:</p>
<p>git init etc &#8211; only did this once, took ages.</p>
<p>work work work<br />
git add etc<br />
git commit as needed. repeat more work</p>
<p>git svn rebase<br />
git svn dcommit</p>
<p>I think I dont need the rebase, &#8216;cos it does that with the dcommit, but hey &#8211; habit.</p>
<p>I also have a patch which makes git svn work a LOT quicker (20secs vrs 2 mins) by dynamically loading the svn libs. Makes working with a very remote server (my svn is in denmark) a lot nicer.</p>
<p>:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BDDMockito &amp; Eclipse by Richard Paul</title>
		<link>http://www.rapaul.com/2009/08/09/bddmockito-eclipse/comment-page-1/#comment-543</link>
		<dc:creator>Richard Paul</dc:creator>
		<pubDate>Tue, 29 Dec 2009 13:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=299#comment-543</guid>
		<description>I've now aliased the Test template to 'should' as I generally name my examples as shouldDoSomething.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve now aliased the Test template to &#8217;should&#8217; as I generally name my examples as shouldDoSomething.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BDDMockito &amp; Eclipse by Alex</title>
		<link>http://www.rapaul.com/2009/08/09/bddmockito-eclipse/comment-page-1/#comment-152</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 08 Sep 2009 11:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=299#comment-152</guid>
		<description>Thanks! Nice stuff</description>
		<content:encoded><![CDATA[<p>Thanks! Nice stuff</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BDDMockito &amp; Eclipse by Richard Paul</title>
		<link>http://www.rapaul.com/2009/08/09/bddmockito-eclipse/comment-page-1/#comment-136</link>
		<dc:creator>Richard Paul</dc:creator>
		<pubDate>Tue, 18 Aug 2009 15:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=299#comment-136</guid>
		<description>After using this style for a few of day I've updated the eclipse template slightly.  The position of the cursor should be on the same line as the given text.

This allows you to write the description of the context.

e.g.

// given a user with first name John and last name Smith
...

// when we get their full name
...

// then John Smith should be returned
...</description>
		<content:encoded><![CDATA[<p>After using this style for a few of day I&#8217;ve updated the eclipse template slightly.  The position of the cursor should be on the same line as the given text.</p>
<p>This allows you to write the description of the context.</p>
<p>e.g.</p>
<p>// given a user with first name John and last name Smith<br />
&#8230;</p>
<p>// when we get their full name<br />
&#8230;</p>
<p>// then John Smith should be returned<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring’s Dependency Injection &amp; MVC by Richard Paul</title>
		<link>http://www.rapaul.com/2009/03/29/springs-dependency-injection-mvc/comment-page-1/#comment-130</link>
		<dc:creator>Richard Paul</dc:creator>
		<pubDate>Wed, 12 Aug 2009 08:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=198#comment-130</guid>
		<description>Hi Dave,

I'm not sure you are able to mix the Spring 2.0 (classic) style controllers with the Spring 2.5 annotations.

The &lt;tt&gt;SimpleFormController&lt;/tt&gt; provides methods such as &lt;tt&gt;initBinder(HttpServletRequest request, ServletRequestDataBinder binder)&lt;/tt&gt;. While in Spring 2.5 you don't extend any base classes, rather you simply mark up methods using the &lt;tt&gt;@InitBinder&lt;/tt&gt; annotation.

Similarly &lt;tt&gt;@ModelAttribute&lt;/tt&gt; exposes objects to the model, while in Spring 2.0 you would have used the &lt;tt&gt;referenceData&lt;/tt&gt; method for this.

As for a working Spring 2.5 MVC example, the Spring download with docs includes sample applications. Check out the petclinic example in http://s3.amazonaws.com/dist.springframework.org/release/SPR/spring-framework-2.5.6.SEC01-with-docs.zip

Hope that helps,
Richard.</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>I&#8217;m not sure you are able to mix the Spring 2.0 (classic) style controllers with the Spring 2.5 annotations.</p>
<p>The <tt>SimpleFormController</tt> provides methods such as <tt>initBinder(HttpServletRequest request, ServletRequestDataBinder binder)</tt>. While in Spring 2.5 you don&#8217;t extend any base classes, rather you simply mark up methods using the <tt>@InitBinder</tt> annotation.</p>
<p>Similarly <tt>@ModelAttribute</tt> exposes objects to the model, while in Spring 2.0 you would have used the <tt>referenceData</tt> method for this.</p>
<p>As for a working Spring 2.5 MVC example, the Spring download with docs includes sample applications. Check out the petclinic example in <a href="http://s3.amazonaws.com/dist.springframework.org/release/SPR/spring-framework-2.5.6.SEC01-with-docs.zip" rel="nofollow">http://s3.amazonaws.com/dist.springframework.org/release/SPR/spring-framework-2.5.6.SEC01-with-docs.zip</a></p>
<p>Hope that helps,<br />
Richard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring’s Dependency Injection &amp; MVC by Dave Birtwell</title>
		<link>http://www.rapaul.com/2009/03/29/springs-dependency-injection-mvc/comment-page-1/#comment-129</link>
		<dc:creator>Dave Birtwell</dc:creator>
		<pubDate>Tue, 11 Aug 2009 22:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=198#comment-129</guid>
		<description>Hey Richard:

Any complete project source code to backup the MVC slides, especially with the filling of the JSP and form:select block? I'm attempting to use  a SimpleFormController with @InitBinder and @ModelAttribute to pre-populate the selection dropdown, but the code doesn't seem to get called and the dropdown stays empty.

Thanks,
Dave</description>
		<content:encoded><![CDATA[<p>Hey Richard:</p>
<p>Any complete project source code to backup the MVC slides, especially with the filling of the JSP and form:select block? I&#8217;m attempting to use  a SimpleFormController with @InitBinder and @ModelAttribute to pre-populate the selection dropdown, but the code doesn&#8217;t seem to get called and the dropdown stays empty.</p>
<p>Thanks,<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Dojo by Richard Paul</title>
		<link>http://www.rapaul.com/2009/02/15/using-dojo/comment-page-1/#comment-64</link>
		<dc:creator>Richard Paul</dc:creator>
		<pubDate>Wed, 27 May 2009 20:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=128#comment-64</guid>
		<description>OK, you can download the source from &lt;a href="/wp-content/uploads/2009/02/dojotutorial.zip" rel="nofollow"&gt;here&lt;/a&gt;.

I've also updated the blog post to include the link.
Please let me know how you get on.</description>
		<content:encoded><![CDATA[<p>OK, you can download the source from <a href="/wp-content/uploads/2009/02/dojotutorial.zip" rel="nofollow">here</a>.</p>
<p>I&#8217;ve also updated the blog post to include the link.<br />
Please let me know how you get on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Dojo by Richard Paul</title>
		<link>http://www.rapaul.com/2009/02/15/using-dojo/comment-page-1/#comment-63</link>
		<dc:creator>Richard Paul</dc:creator>
		<pubDate>Wed, 27 May 2009 08:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=128#comment-63</guid>
		<description>Hmmm, sorry Tom.  I'll hunt down the code and try to upload it tonight.</description>
		<content:encoded><![CDATA[<p>Hmmm, sorry Tom.  I&#8217;ll hunt down the code and try to upload it tonight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Dojo by Tom</title>
		<link>http://www.rapaul.com/2009/02/15/using-dojo/comment-page-1/#comment-62</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 25 May 2009 19:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=128#comment-62</guid>
		<description>Hi Richard - unless I'm mistaken you don't seem to have posted the code for the dojo examples? I've downloaded the code from your previous blog and it's not in there either?

Thanks,

Tom</description>
		<content:encoded><![CDATA[<p>Hi Richard &#8211; unless I&#8217;m mistaken you don&#8217;t seem to have posted the code for the dojo examples? I&#8217;ve downloaded the code from your previous blog and it&#8217;s not in there either?</p>
<p>Thanks,</p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>
