<?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 &#8211; Part 1</title>
	<atom:link href="http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-1/87/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-1/87</link>
	<description></description>
	<lastBuildDate>Sun, 22 Jan 2012 04:28:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: unit</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-1/87/comment-page-1#comment-1121</link>
		<dc:creator>unit</dc:creator>
		<pubDate>Sun, 08 Jan 2012 12:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=87#comment-1121</guid>
		<description>Forget my comment, I just kept missing a slash in address, now it works. Thank you for your great post.</description>
		<content:encoded><![CDATA[<p>Forget my comment, I just kept missing a slash in address, now it works. Thank you for your great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unit</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-1/87/comment-page-1#comment-1120</link>
		<dc:creator>unit</dc:creator>
		<pubDate>Sun, 08 Jan 2012 12:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=87#comment-1120</guid>
		<description>I tried to build your example (withnetbeans) and everything works fine in the local server, I get the right json on localhost:8080/api/user. I uploaded the app to GAE without errors but if I try to GET myapp.appspot.com/api/user it returns me a 404 Error: NOT_FOUND. Any idea of what I&#039;m missing?</description>
		<content:encoded><![CDATA[<p>I tried to build your example (withnetbeans) and everything works fine in the local server, I get the right json on localhost:8080/api/user. I uploaded the app to GAE without errors but if I try to GET myapp.appspot.com/api/user it returns me a 404 Error: NOT_FOUND. Any idea of what I&#8217;m missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-1/87/comment-page-1#comment-1091</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 12 Sep 2011 08:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=87#comment-1091</guid>
		<description>I ran across your website, i believe your web site is awsome, keep posting.</description>
		<content:encoded><![CDATA[<p>I ran across your website, i believe your web site is awsome, keep posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-1/87/comment-page-1#comment-1070</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Tue, 01 Mar 2011 15:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=87#comment-1070</guid>
		<description>Very good job !!</description>
		<content:encoded><![CDATA[<p>Very good job !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joon</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-1/87/comment-page-1#comment-1068</link>
		<dc:creator>Joon</dc:creator>
		<pubDate>Sun, 13 Feb 2011 20:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=87#comment-1068</guid>
		<description>Great blog post, thanks for sharing.

I got the same error page as the post before me, it said &#039;NOT FOUND&#039;, using Eclipse Helios on Windows XP running JRE build 1.6.0_10-b33

In my case it seemed to be related to how Spring starts up with logging. I added a line to the log4j.properties file to enable logging (to see what was wrong) and then it started working.

I added this to my log4j.properties:

log4j.rootLogger=debug,A1</description>
		<content:encoded><![CDATA[<p>Great blog post, thanks for sharing.</p>
<p>I got the same error page as the post before me, it said &#8216;NOT FOUND&#8217;, using Eclipse Helios on Windows XP running JRE build 1.6.0_10-b33</p>
<p>In my case it seemed to be related to how Spring starts up with logging. I added a line to the log4j.properties file to enable logging (to see what was wrong) and then it started working.</p>
<p>I added this to my log4j.properties:</p>
<p>log4j.rootLogger=debug,A1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AdaNew</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-1/87/comment-page-1#comment-1067</link>
		<dc:creator>AdaNew</dc:creator>
		<pubDate>Mon, 31 Jan 2011 02:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=87#comment-1067</guid>
		<description>When I follow this tutorial I end up with running Jetty server - absolutely no error. But if I query 127.0.0.1:8888/api/user ... or whatever, I get error page.

So there isn&#039;t listening anything. I also tried RESTClient to query ... no success. Could you help me?</description>
		<content:encoded><![CDATA[<p>When I follow this tutorial I end up with running Jetty server &#8211; absolutely no error. But if I query 127.0.0.1:8888/api/user &#8230; or whatever, I get error page.</p>
<p>So there isn&#8217;t listening anything. I also tried RESTClient to query &#8230; no success. Could you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Mazukna</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-1/87/comment-page-1#comment-1051</link>
		<dc:creator>Tomas Mazukna</dc:creator>
		<pubDate>Wed, 12 Jan 2011 15:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=87#comment-1051</guid>
		<description>No, after 3.01 all custom fixes are not needed anymore.</description>
		<content:encoded><![CDATA[<p>No, after 3.01 all custom fixes are not needed anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Epos</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-1/87/comment-page-1#comment-585</link>
		<dc:creator>El Epos</dc:creator>
		<pubDate>Fri, 17 Dec 2010 17:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=87#comment-585</guid>
		<description>Great job! Thx.</description>
		<content:encoded><![CDATA[<p>Great job! Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cometta</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-1/87/comment-page-1#comment-522</link>
		<dc:creator>cometta</dc:creator>
		<pubDate>Wed, 01 Dec 2010 15:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=87#comment-522</guid>
		<description>does spring 3.05. does required modify of org.springframework.web.servlet.view.json.MappingJacksonJsonView  class?</description>
		<content:encoded><![CDATA[<p>does spring 3.05. does required modify of org.springframework.web.servlet.view.json.MappingJacksonJsonView  class?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scarlett Morgan</title>
		<link>http://www.wetfeetblog.com/goolge-app-engine-java-spring-rest-json-flex-part-1/87/comment-page-1#comment-505</link>
		<dc:creator>Scarlett Morgan</dc:creator>
		<pubDate>Thu, 12 Aug 2010 12:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetfeetblog.com/?p=87#comment-505</guid>
		<description>I am not fond of using Cheap Flights because i am always after the amenities and comforts~`*</description>
		<content:encoded><![CDATA[<p>I am not fond of using Cheap Flights because i am always after the amenities and comforts~`*</p>
]]></content:encoded>
	</item>
</channel>
</rss>

