
<?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: Use Spring with GWT dispatch</title>
	<atom:link href="http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/feed/" rel="self" type="application/rss+xml" />
	<link>http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/</link>
	<description>t3chnology scouting GmbH</description>
	<lastBuildDate>Tue, 13 Dec 2011 19:14:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: P.G.Taboada</title>
		<link>http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/comment-page-1/#comment-2944</link>
		<dc:creator>P.G.Taboada</dc:creator>
		<pubDate>Tue, 23 Nov 2010 10:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=594#comment-2944</guid>
		<description>@Normurod: have a look at section 

&lt;blockquote&gt;3.5.4 Request, session, and global session scopes&lt;/blockquote&gt;

in the Spring reference documentation &lt;a href=&quot;http://static.springsource.org/spring/docs/3.0.5.RELEASE/spring-framework-reference/htmlsingle/spring-framework-reference.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;

Either you are happy with scoped beans and forget about manually managing your http-scoped bean, or you dig deeper into the &lt;a href=&quot;http://static.springsource.org/spring/docs/3.0.5.RELEASE/javadoc-api/org/springframework/web/context/request/RequestContextListener.html&quot; rel=&quot;nofollow&quot;&gt;RequestContextListener&lt;/a&gt;, it is a Servlet 2.4+ listener that exposes the request to the current thread, through both LocaleContextHolder and RequestContextHolder.

:-)</description>
		<content:encoded><![CDATA[<p>@Normurod: have a look at section </p>
<blockquote><p>3.5.4 Request, session, and global session scopes</p></blockquote>
<p>in the Spring reference documentation <a href="http://static.springsource.org/spring/docs/3.0.5.RELEASE/spring-framework-reference/htmlsingle/spring-framework-reference.html" rel="nofollow">here</a></p>
<p>Either you are happy with scoped beans and forget about manually managing your http-scoped bean, or you dig deeper into the <a href="http://static.springsource.org/spring/docs/3.0.5.RELEASE/javadoc-api/org/springframework/web/context/request/RequestContextListener.html" rel="nofollow">RequestContextListener</a>, it is a Servlet 2.4+ listener that exposes the request to the current thread, through both LocaleContextHolder and RequestContextHolder.</p>
<p>:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Normurod</title>
		<link>http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/comment-page-1/#comment-2941</link>
		<dc:creator>Normurod</dc:creator>
		<pubDate>Tue, 23 Nov 2010 07:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=594#comment-2941</guid>
		<description>how to access ServletRequest object in gwt-dispatch ActionHandler?</description>
		<content:encoded><![CDATA[<p>how to access ServletRequest object in gwt-dispatch ActionHandler?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zxiko</title>
		<link>http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/comment-page-1/#comment-2091</link>
		<dc:creator>zxiko</dc:creator>
		<pubDate>Sat, 16 Oct 2010 09:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=594#comment-2091</guid>
		<description>Is This production ready?</description>
		<content:encoded><![CDATA[<p>Is This production ready?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: that&#8217;s great&#8230; &#187; GWT wiring via Spring&#8230;</title>
		<link>http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/comment-page-1/#comment-1395</link>
		<dc:creator>that&#8217;s great&#8230; &#187; GWT wiring via Spring&#8230;</dc:creator>
		<pubDate>Fri, 10 Sep 2010 00:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=594#comment-1395</guid>
		<description>[...] to wire your GWT components is ridiculously easy. I ran into some issues, but thanks to a post from pgt, I was able to work through [...]</description>
		<content:encoded><![CDATA[<p>[...] to wire your GWT components is ridiculously easy. I ran into some issues, but thanks to a post from pgt, I was able to work through [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/comment-page-1/#comment-475</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Fri, 26 Feb 2010 08:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=594#comment-475</guid>
		<description>I am getting the following error

Deferred binding result type &#039;net.customware.gwt.dispatch.client.service.DispatchServiceAsync&#039; should not be abstract

Please help
Thanks
Raj</description>
		<content:encoded><![CDATA[<p>I am getting the following error</p>
<p>Deferred binding result type &#8216;net.customware.gwt.dispatch.client.service.DispatchServiceAsync&#8217; should not be abstract</p>
<p>Please help<br />
Thanks<br />
Raj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/comment-page-1/#comment-469</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Mon, 08 Feb 2010 22:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=594#comment-469</guid>
		<description>How does your handler access the Request/Response/Session objects?</description>
		<content:encoded><![CDATA[<p>How does your handler access the Request/Response/Session objects?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P.G.Taboada</title>
		<link>http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/comment-page-1/#comment-444</link>
		<dc:creator>P.G.Taboada</dc:creator>
		<pubDate>Wed, 09 Dec 2009 15:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=594#comment-444</guid>
		<description>HI, have a look here: http://pgt.de/2009/12/09/sample-gwt-dispath-project

Just uploaded a sample project. Hope this helps!</description>
		<content:encoded><![CDATA[<p>HI, have a look here: <a href="http://pgt.de/2009/12/09/sample-gwt-dispath-project" rel="nofollow">http://pgt.de/2009/12/09/sample-gwt-dispath-project</a></p>
<p>Just uploaded a sample project. Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pietro</title>
		<link>http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/comment-page-1/#comment-441</link>
		<dc:creator>Pietro</dc:creator>
		<pubDate>Wed, 18 Nov 2009 17:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=594#comment-441</guid>
		<description>I second Adrian. Thanks.</description>
		<content:encoded><![CDATA[<p>I second Adrian. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/comment-page-1/#comment-439</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Wed, 11 Nov 2009 14:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=594#comment-439</guid>
		<description>@Jeff and pgt

it would be very useful for me and others reading this if you can provide your eclipse project files for us to examine and study the changes required to fully convert this to a spring based approach.. anyway, do you still include the gin and guice jar files on your project? you see, i&#039;m trying to modify the hivedevelopment mvp sample project to your approach. thanks!</description>
		<content:encoded><![CDATA[<p>@Jeff and pgt</p>
<p>it would be very useful for me and others reading this if you can provide your eclipse project files for us to examine and study the changes required to fully convert this to a spring based approach.. anyway, do you still include the gin and guice jar files on your project? you see, i&#8217;m trying to modify the hivedevelopment mvp sample project to your approach. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pgt &#187; GWT is not the future but the present of web development</title>
		<link>http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/comment-page-1/#comment-438</link>
		<dc:creator>pgt &#187; GWT is not the future but the present of web development</dc:creator>
		<pubDate>Thu, 05 Nov 2009 10:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=594#comment-438</guid>
		<description>[...] Use Spring with GWT dispatch  [...]</description>
		<content:encoded><![CDATA[<p>[...] Use Spring with GWT dispatch  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/comment-page-1/#comment-436</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=594#comment-436</guid>
		<description>Thanks for this. It is a HUGE help!</description>
		<content:encoded><![CDATA[<p>Thanks for this. It is a HUGE help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pgt &#187; Best Practices For Architecting Your GWT App</title>
		<link>http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/comment-page-1/#comment-419</link>
		<dc:creator>pgt &#187; Best Practices For Architecting Your GWT App</dc:creator>
		<pubDate>Fri, 18 Sep 2009 08:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=594#comment-419</guid>
		<description>[...] Use Spring with GWT dispatch &#187;  September 18th, [...]</description>
		<content:encoded><![CDATA[<p>[...] Use Spring with GWT dispatch &raquo;  September 18th, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

