<?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 Paul Codding's Weblog</title>
	<atom:link href="http://www.paulcodding.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulcodding.com/blog</link>
	<description>My miscellaneous ramblings and how-to's</description>
	<lastBuildDate>Sat, 20 Feb 2010 01:28:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Building a Jabber Bot by Aaron Propst</title>
		<link>http://www.paulcodding.com/blog/2009/02/28/jabber_bot/comment-page-1/#comment-42</link>
		<dc:creator>Aaron Propst</dc:creator>
		<pubDate>Sat, 20 Feb 2010 01:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulcodding.com/blog/?p=44#comment-42</guid>
		<description>This is rad.  Thanks for getting me started in the right direction.</description>
		<content:encoded><![CDATA[<p>This is rad.  Thanks for getting me started in the right direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the OpenSessionInViewInterceptor for Spring + Hibernate3 by Ashitkin Alexander</title>
		<link>http://www.paulcodding.com/blog/2008/01/21/using-the-opensessioninviewinterceptor-for-spring-hibernate3/comment-page-1/#comment-41</link>
		<dc:creator>Ashitkin Alexander</dc:creator>
		<pubDate>Fri, 25 Sep 2009 10:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulcodding.com/blog/2008/01/21/using-the-opensessioninviewinterceptor-for-spring-hibernate3/#comment-41</guid>
		<description>web.xml filter is easier to implement.</description>
		<content:encoded><![CDATA[<p>web.xml filter is easier to implement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the OpenSessionInViewInterceptor for Spring + Hibernate3 by Paul Bourdeaux</title>
		<link>http://www.paulcodding.com/blog/2008/01/21/using-the-opensessioninviewinterceptor-for-spring-hibernate3/comment-page-1/#comment-40</link>
		<dc:creator>Paul Bourdeaux</dc:creator>
		<pubDate>Wed, 23 Sep 2009 18:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulcodding.com/blog/2008/01/21/using-the-opensessioninviewinterceptor-for-spring-hibernate3/#comment-40</guid>
		<description>Great blog on setting this up correctly.  There is a LOT of information about needing to use the OpenSessionInView strategy with Spring and Hibernate... but very little information about HOW to use it.

Thanks!</description>
		<content:encoded><![CDATA[<p>Great blog on setting this up correctly.  There is a LOT of information about needing to use the OpenSessionInView strategy with Spring and Hibernate&#8230; but very little information about HOW to use it.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the OpenSessionInViewInterceptor for Spring + Hibernate3 by Thierry BENDA</title>
		<link>http://www.paulcodding.com/blog/2008/01/21/using-the-opensessioninviewinterceptor-for-spring-hibernate3/comment-page-1/#comment-38</link>
		<dc:creator>Thierry BENDA</dc:creator>
		<pubDate>Wed, 22 Apr 2009 12:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulcodding.com/blog/2008/01/21/using-the-opensessioninviewinterceptor-for-spring-hibernate3/#comment-38</guid>
		<description>Hi Paul and others,

Usefull and used in every webapp which needs persistance units i&#039;ve done by the past few years.

If you have an exception after having defining correctly your &quot;openSessionInViewInterceptor&quot; bean (and linked it to your urlMapping), you should consider looking for a mistake into your hbm.xml files.

Bye.</description>
		<content:encoded><![CDATA[<p>Hi Paul and others,</p>
<p>Usefull and used in every webapp which needs persistance units i&#8217;ve done by the past few years.</p>
<p>If you have an exception after having defining correctly your &#8220;openSessionInViewInterceptor&#8221; bean (and linked it to your urlMapping), you should consider looking for a mistake into your hbm.xml files.</p>
<p>Bye.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring, Hibernate, and Sitemesh by paul</title>
		<link>http://www.paulcodding.com/blog/2008/01/11/spring-hibernate-and-sitemesh/comment-page-1/#comment-26</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Sat, 28 Feb 2009 16:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulcodding.com/blog/2008/01/11/spring-hibernate-and-sitemesh/#comment-26</guid>
		<description>Take a look &lt;a href=&quot;http://www.opensymphony.com/sitemesh/flow.html&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; Sitemesh flow diagram.</description>
		<content:encoded><![CDATA[<p>Take a look <a href="http://www.opensymphony.com/sitemesh/flow.html" rel="nofollow">this</a> Sitemesh flow diagram.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring, Hibernate, and Sitemesh by Jerome</title>
		<link>http://www.paulcodding.com/blog/2008/01/11/spring-hibernate-and-sitemesh/comment-page-1/#comment-25</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Wed, 25 Feb 2009 02:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulcodding.com/blog/2008/01/11/spring-hibernate-and-sitemesh/#comment-25</guid>
		<description>I&#039;ve got a situation where I have a Spring Controller generating HTML directly to the HttpResponse and subsequently Sitemesh isn&#039;t decorating the page. Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a situation where I have a Spring Controller generating HTML directly to the HttpResponse and subsequently Sitemesh isn&#8217;t decorating the page. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring, Hibernate, and Sitemesh by paul</title>
		<link>http://www.paulcodding.com/blog/2008/01/11/spring-hibernate-and-sitemesh/comment-page-1/#comment-22</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Thu, 08 Jan 2009 17:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulcodding.com/blog/2008/01/11/spring-hibernate-and-sitemesh/#comment-22</guid>
		<description>Peter,

With Maven you can add the following dependency for Sitemesh:
&lt;code&gt;
&lt;dependency&gt;
	&lt;groupId&gt;opensymphony&lt;/groupId&gt;
	&lt;artifactId&gt;sitemesh&lt;/artifactId&gt;
	&lt;version&gt;2.3&lt;/version&gt;
	&lt;scope&gt;compile&lt;/scope&gt;
&lt;/dependency&gt;
&lt;/code&gt;
</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>With Maven you can add the following dependency for Sitemesh:<br />
<code><br />
&lt;dependency&gt;<br />
	&lt;groupId&gt;opensymphony&lt;/groupId&gt;<br />
	&lt;artifactId&gt;sitemesh&lt;/artifactId&gt;<br />
	&lt;version&gt;2.3&lt;/version&gt;<br />
	&lt;scope&gt;compile&lt;/scope&gt;<br />
&lt;/dependency&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring, Hibernate, and Sitemesh by peter</title>
		<link>http://www.paulcodding.com/blog/2008/01/11/spring-hibernate-and-sitemesh/comment-page-1/#comment-21</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 08 Jan 2009 12:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulcodding.com/blog/2008/01/11/spring-hibernate-and-sitemesh/#comment-21</guid>
		<description>great help.
how is this done with maven?</description>
		<content:encoded><![CDATA[<p>great help.<br />
how is this done with maven?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the OpenSessionInViewInterceptor for Spring + Hibernate3 by smannem</title>
		<link>http://www.paulcodding.com/blog/2008/01/21/using-the-opensessioninviewinterceptor-for-spring-hibernate3/comment-page-1/#comment-13</link>
		<dc:creator>smannem</dc:creator>
		<pubDate>Wed, 13 Aug 2008 17:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulcodding.com/blog/2008/01/21/using-the-opensessioninviewinterceptor-for-spring-hibernate3/#comment-13</guid>
		<description>I tried every thing which you mentioned in the above article and I tested it but I am still getting that exception</description>
		<content:encoded><![CDATA[<p>I tried every thing which you mentioned in the above article and I tested it but I am still getting that exception</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Utilizing Ruby on Rails Web Services with Java by virgulla</title>
		<link>http://www.paulcodding.com/blog/2007/03/31/utilizing-ruby-on-rails-web-services-with-java/comment-page-1/#comment-3</link>
		<dc:creator>virgulla</dc:creator>
		<pubDate>Mon, 21 Jan 2008 15:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulcodding.com/blog/?p=4#comment-3</guid>
		<description>Thank you, it explained my problem!</description>
		<content:encoded><![CDATA[<p>Thank you, it explained my problem!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
