<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Google AppEngine, Vaadin, Spring, a Match Not Made in Heaven</title>
	<atom:link href="http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/</link>
	<description>multimedia webapplication thoughts and experiments</description>
	<lastBuildDate>Fri, 17 Jun 2011 12:17:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Peter Backx</title>
		<link>http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/#comment-2931</link>
		<dc:creator>Peter Backx</dc:creator>
		<pubDate>Wed, 08 Jun 2011 19:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1856#comment-2931</guid>
		<description>Well Joe, maybe you should&#039;ve read the entire post. 
There&#039;s a link at the bottom: http://www.streamhead.com/maven-spring-vaadin-appengine/
And even that tutorial was improved upon a while ago by this post: http://www.streamhead.com/vaadin-app-engine-in-5-minutes/
So yeah, I&#039;ve been working weekends to keep you happy. All for free.</description>
		<content:encoded><![CDATA[<p>Well Joe, maybe you should&#8217;ve read the entire post.<br />
There&#8217;s a link at the bottom: <a href="http://www.streamhead.com/maven-spring-vaadin-appengine/" rel="nofollow">http://www.streamhead.com/maven-spring-vaadin-appengine/</a><br />
And even that tutorial was improved upon a while ago by this post: <a href="http://www.streamhead.com/vaadin-app-engine-in-5-minutes/" rel="nofollow">http://www.streamhead.com/vaadin-app-engine-in-5-minutes/</a><br />
So yeah, I&#8217;ve been working weekends to keep you happy. All for free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Schmoe</title>
		<link>http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/#comment-2930</link>
		<dc:creator>Joe Schmoe</dc:creator>
		<pubDate>Wed, 08 Jun 2011 16:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1856#comment-2930</guid>
		<description>By &quot;next weekend&quot;, did you mean next weekend of the following year?</description>
		<content:encoded><![CDATA[<p>By &#8220;next weekend&#8221;, did you mean next weekend of the following year?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vuosi lähestyy loppuaan &#8211; Scalaa ja App Engineä ;) &#124; Spagettikoodi</title>
		<link>http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/#comment-2684</link>
		<dc:creator>Vuosi lähestyy loppuaan &#8211; Scalaa ja App Engineä ;) &#124; Spagettikoodi</dc:creator>
		<pubDate>Fri, 31 Dec 2010 12:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1856#comment-2684</guid>
		<description>[...] http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/" rel="nofollow">http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Backx</title>
		<link>http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/#comment-1494</link>
		<dc:creator>Peter Backx</dc:creator>
		<pubDate>Fri, 27 Aug 2010 06:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1856#comment-1494</guid>
		<description>I&#039;m not using a very deep Spring/Vaadin integration. I don&#039;t configure the dependencies between the graphical Vaadin interface via Spring (I tried that, but it was just overhead). I only inject repositories and a few services into those GUI classes. Those repositories and services, I do configure with Spring.

Currently I&#039;m using annotation driven configuration. But I have a feeling this has a tremendously negative impact on performance (I have a 20 second loading request). I will be experimenting with this in the future as I don&#039;t think the current performance is acceptable. I don&#039;t know when I&#039;ll get around to this, but I&#039;ll share the results on this blog.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not using a very deep Spring/Vaadin integration. I don&#8217;t configure the dependencies between the graphical Vaadin interface via Spring (I tried that, but it was just overhead). I only inject repositories and a few services into those GUI classes. Those repositories and services, I do configure with Spring.</p>
<p>Currently I&#8217;m using annotation driven configuration. But I have a feeling this has a tremendously negative impact on performance (I have a 20 second loading request). I will be experimenting with this in the future as I don&#8217;t think the current performance is acceptable. I don&#8217;t know when I&#8217;ll get around to this, but I&#8217;ll share the results on this blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfgang Werner</title>
		<link>http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/#comment-1487</link>
		<dc:creator>Wolfgang Werner</dc:creator>
		<pubDate>Thu, 26 Aug 2010 11:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1856#comment-1487</guid>
		<description>This pretty much sums up what I was going through last night. I&#039;ll test your solution in a second. &lt;br&gt;&lt;br&gt;However, being quite new to vaadin, I found that wiring your application w/ Spring IoC is cumbersome when it comes to registering listeners which easily leads to circular reference issues.</description>
		<content:encoded><![CDATA[<p>This pretty much sums up what I was going through last night. I&#8217;ll test your solution in a second. </p>
<p>However, being quite new to vaadin, I found that wiring your application w/ Spring IoC is cumbersome when it comes to registering listeners which easily leads to circular reference issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Backx</title>
		<link>http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/#comment-1451</link>
		<dc:creator>Peter Backx</dc:creator>
		<pubDate>Fri, 13 Aug 2010 11:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1856#comment-1451</guid>
		<description>Yeah, sorry about that, I should&#039;ve learned to never publicly announce stuff I might not be able to deliver on.&lt;br&gt;But don&#039;t worry, I am working on it. I even have proof: &lt;a href=&quot;http://github.com/pbackx/Vaadin-Engine&quot; rel=&quot;nofollow&quot;&gt;http://github.com/pbackx/Vaadin-Engine&lt;/a&gt;&lt;br&gt;It&#039;s not yet a functional AppEngine project because it&#039;s missing a few config files, but they&#039;ll be there &quot;pretty soon&quot;. I hope next week, but I&#039;m hesitant to give any precise dates as this is a hobby project (but I&#039;m always open to sponsorship if you want it sooner or want a deadline I will actually keep to)</description>
		<content:encoded><![CDATA[<p>Yeah, sorry about that, I should&#39;ve learned to never publicly announce stuff I might not be able to deliver on.<br />But don&#39;t worry, I am working on it. I even have proof: <a href="http://github.com/pbackx/Vaadin-Engine" rel="nofollow">http://github.com/pbackx/Vaadin-Engine</a><br />It&#39;s not yet a functional AppEngine project because it&#39;s missing a few config files, but they&#39;ll be there &#8220;pretty soon&#8221;. I hope next week, but I&#39;m hesitant to give any precise dates as this is a hobby project (but I&#39;m always open to sponsorship if you want it sooner or want a deadline I will actually keep to)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Foo</title>
		<link>http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/#comment-1450</link>
		<dc:creator>Foo</dc:creator>
		<pubDate>Fri, 13 Aug 2010 10:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1856#comment-1450</guid>
		<description>6 months later your &#039;next weekend&#039; never happened. &lt;br&gt;Put up a project, slacker.</description>
		<content:encoded><![CDATA[<p>6 months later your &#39;next weekend&#39; never happened. <br />Put up a project, slacker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Backx</title>
		<link>http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/#comment-1340</link>
		<dc:creator>Peter Backx</dc:creator>
		<pubDate>Tue, 23 Mar 2010 02:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1856#comment-1340</guid>
		<description>That is odd, I really thought Assembla has some kind of free option. &lt;br&gt;&lt;br&gt;I&#039;m going to dig into this a little further and keep you updated on the situation :)</description>
		<content:encoded><![CDATA[<p>That is odd, I really thought Assembla has some kind of free option. </p>
<p>I&#39;m going to dig into this a little further and keep you updated on the situation <img src='http://www.streamhead.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M. Wiemers</title>
		<link>http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/#comment-1335</link>
		<dc:creator>M. Wiemers</dc:creator>
		<pubDate>Wed, 17 Mar 2010 16:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1856#comment-1335</guid>
		<description>Thank you Peter for your advice.&lt;br&gt;&lt;br&gt;I have signed up for an account, but it seems to be limited for 30 days. I guess after that time it&#039;s no longer for free.</description>
		<content:encoded><![CDATA[<p>Thank you Peter for your advice.</p>
<p>I have signed up for an account, but it seems to be limited for 30 days. I guess after that time it&#39;s no longer for free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M. Wiemers</title>
		<link>http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/#comment-1333</link>
		<dc:creator>M. Wiemers</dc:creator>
		<pubDate>Fri, 12 Mar 2010 13:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1856#comment-1333</guid>
		<description>I&#039;d like to checkout the sources from Assembla (vaadin-spring-gae), but obviously a user/password is required.</description>
		<content:encoded><![CDATA[<p>I&#39;d like to checkout the sources from Assembla (vaadin-spring-gae), but obviously a user/password is required.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

