<?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 on: Integrating Spring with the ThinWire Rich Internet Application framework</title>
	<atom:link href="http://leshazlewood.com/2007/08/11/integrating-spring-with-the-thinwire-rich-internet-application-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://leshazlewood.com/2007/08/11/integrating-spring-with-the-thinwire-rich-internet-application-framework/</link>
	<description>Where Les is More</description>
	<lastBuildDate>Wed, 14 Dec 2011 19:45:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alastair</title>
		<link>http://leshazlewood.com/2007/08/11/integrating-spring-with-the-thinwire-rich-internet-application-framework/comment-page-1/#comment-361</link>
		<dc:creator>Alastair</dc:creator>
		<pubDate>Tue, 17 Jun 2008 19:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?p=33#comment-361</guid>
		<description>Lez I appreciate you posting this solution as it has been a help to me.  However I have come accross something that I hoped that you might be able to shed some light on.

I am using Thinwire (and hoping that the project survives) and am using IBATIS for my data mapping framework.

What I have found is that while I can access beans through your spring class at some places in my application at other places (specificially in my data managers) the beans returned are null. It&#039;s as though the context as dissapeared. I don&#039;t know if you have any ideas about what may be happening but if you do a comment would be appreciated.

So much to learn and so little time.</description>
		<content:encoded><![CDATA[<p>Lez I appreciate you posting this solution as it has been a help to me.  However I have come accross something that I hoped that you might be able to shed some light on.</p>
<p>I am using Thinwire (and hoping that the project survives) and am using IBATIS for my data mapping framework.</p>
<p>What I have found is that while I can access beans through your spring class at some places in my application at other places (specificially in my data managers) the beans returned are null. It&#8217;s as though the context as dissapeared. I don&#8217;t know if you have any ideas about what may be happening but if you do a comment would be appreciated.</p>
<p>So much to learn and so little time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://leshazlewood.com/2007/08/11/integrating-spring-with-the-thinwire-rich-internet-application-framework/comment-page-1/#comment-360</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sat, 07 Jun 2008 18:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?p=33#comment-360</guid>
		<description>I just started looking at ThinWire and this is the first thing I wanted to do.  What you describe is basically a &quot;service locator&quot; pattern.  This can be simplified even further to avoid custom subclassing and web.xml config by simply defining an eagerly initializing bean in the Spring context which will bootstrap your service locator (in your case the &#039;Spring&#039; class) when the Spring context is first created.</description>
		<content:encoded><![CDATA[<p>I just started looking at ThinWire and this is the first thing I wanted to do.  What you describe is basically a &#8220;service locator&#8221; pattern.  This can be simplified even further to avoid custom subclassing and web.xml config by simply defining an eagerly initializing bean in the Spring context which will bootstrap your service locator (in your case the &#8216;Spring&#8217; class) when the Spring context is first created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richard</title>
		<link>http://leshazlewood.com/2007/08/11/integrating-spring-with-the-thinwire-rich-internet-application-framework/comment-page-1/#comment-359</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Fri, 02 May 2008 02:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?p=33#comment-359</guid>
		<description>Yes, how &lt;b&gt;do you use the hibernate opensessioinview pattern?

The Hibernate Session factory needs to be set up with a SessionContext that covers requests, not the default of threads. Is there anything in Spring to do this?</description>
		<content:encoded><![CDATA[<p>Yes, how <b>do you use the hibernate opensessioinview pattern?</p>
<p>The Hibernate Session factory needs to be set up with a SessionContext that covers requests, not the default of threads. Is there anything in Spring to do this?</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zjinys</title>
		<link>http://leshazlewood.com/2007/08/11/integrating-spring-with-the-thinwire-rich-internet-application-framework/comment-page-1/#comment-358</link>
		<dc:creator>zjinys</dc:creator>
		<pubDate>Wed, 09 Jan 2008 14:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?p=33#comment-358</guid>
		<description>but how to use opensessioninview ?</description>
		<content:encoded><![CDATA[<p>but how to use opensessioninview ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pether Sorling</title>
		<link>http://leshazlewood.com/2007/08/11/integrating-spring-with-the-thinwire-rich-internet-application-framework/comment-page-1/#comment-357</link>
		<dc:creator>Pether Sorling</dc:creator>
		<pubDate>Fri, 05 Oct 2007 12:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?p=33#comment-357</guid>
		<description>Thanks for the work done, you can see how I used it at
www.directdemocracyportal.org. Still learning thinwire so the views is a bit of hack at the moment.</description>
		<content:encoded><![CDATA[<p>Thanks for the work done, you can see how I used it at<br />
<a href="http://www.directdemocracyportal.org" rel="nofollow">http://www.directdemocracyportal.org</a>. Still learning thinwire so the views is a bit of hack at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ggallego</title>
		<link>http://leshazlewood.com/2007/08/11/integrating-spring-with-the-thinwire-rich-internet-application-framework/comment-page-1/#comment-356</link>
		<dc:creator>ggallego</dc:creator>
		<pubDate>Wed, 19 Sep 2007 04:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.leshazlewood.com/?p=33#comment-356</guid>
		<description>Man, You saved my life, after 1 week hacking my code and googling and couldnt find a way to statically get the ApplicationContext. thanks! Glauber</description>
		<content:encoded><![CDATA[<p>Man, You saved my life, after 1 week hacking my code and googling and couldnt find a way to statically get the ApplicationContext. thanks! Glauber</p>
]]></content:encoded>
	</item>
</channel>
</rss>

