<?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: Non invasive GWT and Spring integration</title>
	<atom:link href="http://pgt.de/2008/02/14/non-invasive-gwt-and-spring-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://pgt.de/2008/02/14/non-invasive-gwt-and-spring-integration/</link>
	<description>t3chnology scouting GmbH</description>
	<lastBuildDate>Fri, 26 Feb 2010 08:16:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: P.G.Taboada</title>
		<link>http://pgt.de/2008/02/14/non-invasive-gwt-and-spring-integration/comment-page-1/#comment-422</link>
		<dc:creator>P.G.Taboada</dc:creator>
		<pubDate>Mon, 21 Sep 2009 14:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=151#comment-422</guid>
		<description>Here another update:

Have a look at http://pgt.de/2009/09/18/best-practices-for-architecting-your-gwt-app/</description>
		<content:encoded><![CDATA[<p>Here another update:</p>
<p>Have a look at <a href="http://pgt.de/2009/09/18/best-practices-for-architecting-your-gwt-app/" rel="nofollow">http://pgt.de/2009/09/18/best-practices-for-architecting-your-gwt-app/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José</title>
		<link>http://pgt.de/2008/02/14/non-invasive-gwt-and-spring-integration/comment-page-1/#comment-412</link>
		<dc:creator>José</dc:creator>
		<pubDate>Tue, 04 Aug 2009 08:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=151#comment-412</guid>
		<description>gwt-sl library works well without giving up the development shell or Tomcat.</description>
		<content:encoded><![CDATA[<p>gwt-sl library works well without giving up the development shell or Tomcat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Non invasive GWT and Spring integration (reloaded) &#124; pgt</title>
		<link>http://pgt.de/2008/02/14/non-invasive-gwt-and-spring-integration/comment-page-1/#comment-409</link>
		<dc:creator>Non invasive GWT and Spring integration (reloaded) &#124; pgt</dc:creator>
		<pubDate>Fri, 17 Jul 2009 20:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=151#comment-409</guid>
		<description>[...] invasive GWT and Spring integration (reloaded)  New project layoutHere is my overdue update to my Non invasive GWT and Spring integration blog post from early 2008. Since then we have had the GWT 1.6 and GWT 1.7 releases: One of the [...]</description>
		<content:encoded><![CDATA[<p>[...] invasive GWT and Spring integration (reloaded)  New project layoutHere is my overdue update to my Non invasive GWT and Spring integration blog post from early 2008. Since then we have had the GWT 1.6 and GWT 1.7 releases: One of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iwein Fuld</title>
		<link>http://pgt.de/2008/02/14/non-invasive-gwt-and-spring-integration/comment-page-1/#comment-398</link>
		<dc:creator>Iwein Fuld</dc:creator>
		<pubDate>Wed, 16 Jul 2008 17:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=151#comment-398</guid>
		<description>Great stuff! Yet another custom built solution… it’s about time that either the Spring Framework or GWT packages a complete solution for this. Maybe you could simplify using @Configurable? http://is.gd/V5s.</description>
		<content:encoded><![CDATA[<p>Great stuff! Yet another custom built solution… it’s about time that either the Spring Framework or GWT packages a complete solution for this. Maybe you could simplify using @Configurable? <a href="http://is.gd/V5s" rel="nofollow">http://is.gd/V5s</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Papick G. Taboada</title>
		<link>http://pgt.de/2008/02/14/non-invasive-gwt-and-spring-integration/comment-page-1/#comment-397</link>
		<dc:creator>Papick G. Taboada</dc:creator>
		<pubDate>Fri, 15 Feb 2008 12:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=151#comment-397</guid>
		<description>If you are already using Spring 2.5, you should also read:

http://blog.digitalascent.com/2007/11/gwt-rpc-with-spring-2x_12.html

This is another integration strategy that uses the new @Component Annotation and Springs new component scanning features.

Great work!

The only problem here is that (if we stick to the embeded Tomcat and the Developmentshell provided out of the box) we get two servlets listening to the same url: the one generated by the Development Shell startup (remember: the web.xml gets re-generated), and the one started as a @Component by Spring.

If we had some way to turn off the generation of the web.xml we could bypass this problem…</description>
		<content:encoded><![CDATA[<p>If you are already using Spring 2.5, you should also read:</p>
<p><a href="http://blog.digitalascent.com/2007/11/gwt-rpc-with-spring-2x_12.html" rel="nofollow">http://blog.digitalascent.com/2007/11/gwt-rpc-with-spring-2x_12.html</a></p>
<p>This is another integration strategy that uses the new @Component Annotation and Springs new component scanning features.</p>
<p>Great work!</p>
<p>The only problem here is that (if we stick to the embeded Tomcat and the Developmentshell provided out of the box) we get two servlets listening to the same url: the one generated by the Development Shell startup (remember: the web.xml gets re-generated), and the one started as a @Component by Spring.</p>
<p>If we had some way to turn off the generation of the web.xml we could bypass this problem…</p>
]]></content:encoded>
	</item>
</channel>
</rss>
