<?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: Goolge app engine + java + spring + REST + JSON + Flex – Part 3</title>
	<atom:link href="http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-3/185/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-3/185</link>
	<description></description>
	<lastBuildDate>Mon, 19 Jul 2010 21:09:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Tomas Mazukna</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-3/185/comment-page-1#comment-452</link>
		<dc:creator>Tomas Mazukna</dc:creator>
		<pubDate>Mon, 12 Apr 2010 14:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=185#comment-452</guid>
		<description>In Part 2 I had a singleton called PMF and got a handle to the persistence manager through that. It was a how I started trying to get Spring MVC running inside GAE. Later I cleaned up my act and instructed Spring to inject persistence manager where I needed it using @Autowired annotation. I would advise using @Autowired. This way your classes do not need to know who is providing the persistence manager.

Cheers! Tomas</description>
		<content:encoded><![CDATA[<p>In Part 2 I had a singleton called PMF and got a handle to the persistence manager through that. It was a how I started trying to get Spring MVC running inside GAE. Later I cleaned up my act and instructed Spring to inject persistence manager where I needed it using @Autowired annotation. I would advise using @Autowired. This way your classes do not need to know who is providing the persistence manager.</p>
<p>Cheers! Tomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chen</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-3/185/comment-page-1#comment-451</link>
		<dc:creator>Chen</dc:creator>
		<pubDate>Sat, 10 Apr 2010 08:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=185#comment-451</guid>
		<description>hi Tomas - super Job!! this tutorial is one of the best out there.

I have a question regarding this specific part - can you elaborate on the @Autowired annotation that you used here? In part 2 you did not use that - you went for the PMF.getManager(). So when and why do you recommend using either of this methods?

Thanks! Chen.</description>
		<content:encoded><![CDATA[<p>hi Tomas &#8211; super Job!! this tutorial is one of the best out there.</p>
<p>I have a question regarding this specific part &#8211; can you elaborate on the @Autowired annotation that you used here? In part 2 you did not use that &#8211; you went for the PMF.getManager(). So when and why do you recommend using either of this methods?</p>
<p>Thanks! Chen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Mazukna</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-3/185/comment-page-1#comment-450</link>
		<dc:creator>Tomas Mazukna</dc:creator>
		<pubDate>Wed, 17 Mar 2010 19:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=185#comment-450</guid>
		<description>There is no encoded type. If you think about it there is no point in having encoded type, since you will set and get data un-encoded. Your best bet is storing password as string and encoding it in the application. I went that route.</description>
		<content:encoded><![CDATA[<p>There is no encoded type. If you think about it there is no point in having encoded type, since you will set and get data un-encoded. Your best bet is storing password as string and encoding it in the application. I went that route.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-3/185/comment-page-1#comment-449</link>
		<dc:creator>Romain</dc:creator>
		<pubDate>Wed, 17 Mar 2010 19:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=185#comment-449</guid>
		<description>Great article! I see you defined password as a String. Do you know if there is a type that allow encoding of password in BigTable? Thanks.</description>
		<content:encoded><![CDATA[<p>Great article! I see you defined password as a String. Do you know if there is a type that allow encoding of password in BigTable? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-3/185/comment-page-1#comment-335</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Fri, 19 Feb 2010 12:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=185#comment-335</guid>
		<description>The plugin for the social bookmarking is called &lt;a href=&quot;http://blogplay.com/plugin/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Sciable&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The plugin for the social bookmarking is called <a href="http://blogplay.com/plugin/" target="_blank" rel="nofollow">Sciable</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Taylor</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-3/185/comment-page-1#comment-333</link>
		<dc:creator>Adrian Taylor</dc:creator>
		<pubDate>Fri, 19 Feb 2010 11:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=185#comment-333</guid>
		<description>You have really great taste on catchy article titles, even when you are not interested in this topic you push to read it</description>
		<content:encoded><![CDATA[<p>You have really great taste on catchy article titles, even when you are not interested in this topic you push to read it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Microwave Grill OvenMALECABBILK</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-3/185/comment-page-1#comment-332</link>
		<dc:creator>Microwave Grill OvenMALECABBILK</dc:creator>
		<pubDate>Fri, 19 Feb 2010 03:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=185#comment-332</guid>
		<description>What&#039;s up thank you regarding your post.I definitely adore your weblog.Its quite informative.On the other hand I actually want you to post how you put social bookmarking below your post.My partner and i like it because it&#039;s a incredibly clean awesome blogger mod.
thank you quite much</description>
		<content:encoded><![CDATA[<p>What&#8217;s up thank you regarding your post.I definitely adore your weblog.Its quite informative.On the other hand I actually want you to post how you put social bookmarking below your post.My partner and i like it because it&#8217;s a incredibly clean awesome blogger mod.<br />
thank you quite much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Lademann</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-3/185/comment-page-1#comment-322</link>
		<dc:creator>Mike Lademann</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=185#comment-322</guid>
		<description>Really awesome blog you got there. Some of your article really impressed me. I will definitely visit your blog again!</description>
		<content:encoded><![CDATA[<p>Really awesome blog you got there. Some of your article really impressed me. I will definitely visit your blog again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cem Koc</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-3/185/comment-page-1#comment-213</link>
		<dc:creator>Cem Koc</dc:creator>
		<pubDate>Thu, 19 Nov 2009 13:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=185#comment-213</guid>
		<description>I believe also that you should keep on these articles :) Especially about gae and spring...

Thanks</description>
		<content:encoded><![CDATA[<p>I believe also that you should keep on these articles <img src='http://www.wetfeetblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Especially about gae and spring&#8230;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue Massey</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-3/185/comment-page-1#comment-211</link>
		<dc:creator>Sue Massey</dc:creator>
		<pubDate>Wed, 18 Nov 2009 21:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=185#comment-211</guid>
		<description>I must say this is a great article i enjoyed reading it keep the good work :)</description>
		<content:encoded><![CDATA[<p>I must say this is a great article i enjoyed reading it keep the good work <img src='http://www.wetfeetblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
