<?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 Aubrey Rhodes</title>
	<atom:link href="http://www.acrhodes.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.acrhodes.com</link>
	<description>A Personal Portfolio</description>
	<lastBuildDate>Mon, 17 May 2010 05:28:39 +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 Spring 3.0 with Google App Engine by Aubrey Rhodes</title>
		<link>http://www.acrhodes.com/2010/02/spring-3-0-with-google-app-engine/comment-page-1/#comment-101</link>
		<dc:creator>Aubrey Rhodes</dc:creator>
		<pubDate>Mon, 17 May 2010 05:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrhodes.com/?p=98#comment-101</guid>
		<description>Hey Guys,

I updated the dispatcher-servlet.xml example to include the correct code.  Sorry for such a long delay!

I should have a post up on using JDO, GAE and Spring in the next few days.  I just completed a project with it a learned a lot!  Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>I updated the dispatcher-servlet.xml example to include the correct code.  Sorry for such a long delay!</p>
<p>I should have a post up on using JDO, GAE and Spring in the next few days.  I just completed a project with it a learned a lot!  Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring 3.0 with Google App Engine by Patrick</title>
		<link>http://www.acrhodes.com/2010/02/spring-3-0-with-google-app-engine/comment-page-1/#comment-95</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 03 May 2010 12:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrhodes.com/?p=98#comment-95</guid>
		<description>Thanks for the nice tutorial. You forgot to define the beans class in dispatcher-servlet.xml



       
       
       
   

Greets from Cologne
Pat</description>
		<content:encoded><![CDATA[<p>Thanks for the nice tutorial. You forgot to define the beans class in dispatcher-servlet.xml</p>
<p>Greets from Cologne<br />
Pat</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring 3.0 with Google App Engine by Codndi</title>
		<link>http://www.acrhodes.com/2010/02/spring-3-0-with-google-app-engine/comment-page-1/#comment-94</link>
		<dc:creator>Codndi</dc:creator>
		<pubDate>Sat, 01 May 2010 01:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrhodes.com/?p=98#comment-94</guid>
		<description>As you mentioned, do you have a tutorial on integrating JDO for GAE’s Datastore into Spring? thanks.</description>
		<content:encoded><![CDATA[<p>As you mentioned, do you have a tutorial on integrating JDO for GAE’s Datastore into Spring? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring 3.0 with Google App Engine by Krzysztof</title>
		<link>http://www.acrhodes.com/2010/02/spring-3-0-with-google-app-engine/comment-page-1/#comment-91</link>
		<dc:creator>Krzysztof</dc:creator>
		<pubDate>Sat, 24 Apr 2010 10:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrhodes.com/?p=98#comment-91</guid>
		<description>Hello in: war/WEB-INF/dispatcher-servlet.xml

Should be: 



 


	
	


It works like a charm with GAE 1.3.3 and Spring 3.0.2 if anyone is interested :)</description>
		<content:encoded><![CDATA[<p>Hello in: war/WEB-INF/dispatcher-servlet.xml</p>
<p>Should be: </p>
<p>It works like a charm with GAE 1.3.3 and Spring 3.0.2 if anyone is interested <img src='http://www.acrhodes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring 3.0 with Google App Engine by Mylo</title>
		<link>http://www.acrhodes.com/2010/02/spring-3-0-with-google-app-engine/comment-page-1/#comment-85</link>
		<dc:creator>Mylo</dc:creator>
		<pubDate>Mon, 05 Apr 2010 15:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrhodes.com/?p=98#comment-85</guid>
		<description>Many thanks for providing this tutorial, it got me setup with Spring running on the GAE very quickly.

One correction is the way you create the bean in dispatcher-servlet.xml 

Replace with this (as the code you give will not work):

 
 
 
 
 </description>
		<content:encoded><![CDATA[<p>Many thanks for providing this tutorial, it got me setup with Spring running on the GAE very quickly.</p>
<p>One correction is the way you create the bean in dispatcher-servlet.xml </p>
<p>Replace with this (as the code you give will not work):</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring 3.0 with Google App Engine by Sam</title>
		<link>http://www.acrhodes.com/2010/02/spring-3-0-with-google-app-engine/comment-page-1/#comment-76</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 24 Mar 2010 12:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrhodes.com/?p=98#comment-76</guid>
		<description>Firstly, I would like to thank you for the posting.  It is very informative.  However, I followed every instruction on the post but when I hit debug, this is what I got:

Mar 24, 2010 12:21:38 PM org.springframework.web.servlet.FrameworkServlet initServletBean
SEVERE: Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#039;viewResolver&#039; defined in ServletContext resource [/WEB-INF/dispatcher-servlet.xml]: Instantiation of bean failed; nested exception is java.lang.IllegalStateException: No bean class specified on bean definition

Do you know what else I would need to do?  Any help is greatly appreciated.  Thanks!</description>
		<content:encoded><![CDATA[<p>Firstly, I would like to thank you for the posting.  It is very informative.  However, I followed every instruction on the post but when I hit debug, this is what I got:</p>
<p>Mar 24, 2010 12:21:38 PM org.springframework.web.servlet.FrameworkServlet initServletBean<br />
SEVERE: Context initialization failed<br />
org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8216;viewResolver&#8217; defined in ServletContext resource [/WEB-INF/dispatcher-servlet.xml]: Instantiation of bean failed; nested exception is java.lang.IllegalStateException: No bean class specified on bean definition</p>
<p>Do you know what else I would need to do?  Any help is greatly appreciated.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ant&#8217;s SCP Task by Mark</title>
		<link>http://www.acrhodes.com/2009/08/ants-scp-task/comment-page-1/#comment-36</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 06 Oct 2009 19:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrhodes.com/?p=49#comment-36</guid>
		<description>Thanks! Helped me out.</description>
		<content:encoded><![CDATA[<p>Thanks! Helped me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ant&#8217;s SCP Task by JCN Blog &#187; Blog Archive &#187; Portalble Optional Tasks with Library Dependencies</title>
		<link>http://www.acrhodes.com/2009/08/ants-scp-task/comment-page-1/#comment-35</link>
		<dc:creator>JCN Blog &#187; Blog Archive &#187; Portalble Optional Tasks with Library Dependencies</dc:creator>
		<pubDate>Thu, 01 Oct 2009 06:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrhodes.com/?p=49#comment-35</guid>
		<description>[...] [2]http://ant.apache.org/manual/install.html#librarydependencies [2]http://www.acrhodes.com/2009/08/ants-scp-task/ [...]</description>
		<content:encoded><![CDATA[<p>[...] [2]http://ant.apache.org/manual/install.html#librarydependencies [2]http://www.acrhodes.com/2009/08/ants-scp-task/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Weekend Project by Ryan Beckworth</title>
		<link>http://www.acrhodes.com/2009/08/weekend-project/comment-page-1/#comment-14</link>
		<dc:creator>Ryan Beckworth</dc:creator>
		<pubDate>Wed, 02 Sep 2009 01:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.acrhodes.com/?p=55#comment-14</guid>
		<description>Hey man, nice site.</description>
		<content:encoded><![CDATA[<p>Hey man, nice site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
