<?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: Google App Engine for Java Demo Application</title>
	<atom:link href="http://blog.jeffdouglas.com/2009/04/30/google-app-engine-for-java-demo-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffdouglas.com/2009/04/30/google-app-engine-for-java-demo-app/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google-app-engine-for-java-demo-app</link>
	<description>Get your head out of your #@! and into the clouds!</description>
	<lastBuildDate>Wed, 08 Feb 2012 07:57:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2009/04/30/google-app-engine-for-java-demo-app/comment-page-1/#comment-3194</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Tue, 12 Apr 2011 21:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=814#comment-3194</guid>
		<description>Siva, it uses the web services api therefore the credentials are hardcoded into the app.</description>
		<content:encoded><![CDATA[<p>Siva, it uses the web services api therefore the credentials are hardcoded into the app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva</title>
		<link>http://blog.jeffdouglas.com/2009/04/30/google-app-engine-for-java-demo-app/comment-page-1/#comment-3114</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Wed, 30 Mar 2011 03:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=814#comment-3114</guid>
		<description>Something is very wrong. I just realized that there is no login method or some kind of credentials even to authenticate, leave aside the error in any file in the project.</description>
		<content:encoded><![CDATA[<p>Something is very wrong. I just realized that there is no login method or some kind of credentials even to authenticate, leave aside the error in any file in the project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva</title>
		<link>http://blog.jeffdouglas.com/2009/04/30/google-app-engine-for-java-demo-app/comment-page-1/#comment-3113</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Wed, 30 Mar 2011 03:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=814#comment-3113</guid>
		<description>Can you please help me with running this? So far, this is what I have done.

I downloaded your project zip, imported it into eclipse and used &#039;Run&gt; Debug As&gt; WebApplication&#039;. The server started. But when I navigate to http://localhost:8888 (which is where it said it started the server), I get the following error. Can&#039;t able to find which part of the code is generating it. 

and this is what I got.

HTTP ERROR 500

Problem accessing /telesales. Reason:

    INTERNAL_SERVER_ERROR

Caused by:

java.lang.NullPointerException
	at com.jeffdouglas.TelesalesServlet.doGet(TelesalesServlet.java:26)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
	at com.google.appengine.api.blobstore.dev.ServeBlobFilter.doFilter(ServeBlobFilter.java:58)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
	at com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
	at com.google.appengine.tools.development.StaticFileFilter.doFilter(StaticFileFilter.java:122)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
	at com.google.apphosting.utils.jetty.DevAppEngineWebAppContext.handle(DevAppEngineWebAppContext.java:70)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
	at com.google.appengine.tools.development.JettyContainerService$ApiProxyHandler.handle(JettyContainerService.java:351)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
	at org.mortbay.jetty.Server.handle(Server.java:326)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)

Powered by Jetty://</description>
		<content:encoded><![CDATA[<p>Can you please help me with running this? So far, this is what I have done.</p>
<p>I downloaded your project zip, imported it into eclipse and used &#8216;Run&gt; Debug As&gt; WebApplication&#8217;. The server started. But when I navigate to <a href="http://localhost:8888" rel="nofollow">http://localhost:8888</a> (which is where it said it started the server), I get the following error. Can&#8217;t able to find which part of the code is generating it. </p>
<p>and this is what I got.</p>
<p>HTTP ERROR 500</p>
<p>Problem accessing /telesales. Reason:</p>
<p>    INTERNAL_SERVER_ERROR</p>
<p>Caused by:</p>
<p>java.lang.NullPointerException<br />
	at com.jeffdouglas.TelesalesServlet.doGet(TelesalesServlet.java:26)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br />
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)<br />
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)<br />
	at com.google.appengine.api.blobstore.dev.ServeBlobFilter.doFilter(ServeBlobFilter.java:58)<br />
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)<br />
	at com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)<br />
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)<br />
	at com.google.appengine.tools.development.StaticFileFilter.doFilter(StaticFileFilter.java:122)<br />
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)<br />
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)<br />
	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)<br />
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)<br />
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)<br />
	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)<br />
	at com.google.apphosting.utils.jetty.DevAppEngineWebAppContext.handle(DevAppEngineWebAppContext.java:70)<br />
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)<br />
	at com.google.appengine.tools.development.JettyContainerService$ApiProxyHandler.handle(JettyContainerService.java:351)<br />
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)<br />
	at org.mortbay.jetty.Server.handle(Server.java:326)<br />
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)<br />
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)<br />
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547)<br />
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)<br />
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)<br />
	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)<br />
	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)</p>
<p>Powered by Jetty://</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Boelsterli</title>
		<link>http://blog.jeffdouglas.com/2009/04/30/google-app-engine-for-java-demo-app/comment-page-1/#comment-2066</link>
		<dc:creator>Brian Boelsterli</dc:creator>
		<pubDate>Sun, 14 Nov 2010 02:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=814#comment-2066</guid>
		<description>Hi Jeff,
I&#039;m plowing through your book &quot;Beginning Java  Google App Engine&quot;. Im having trouble figuring out where the code is. Especially starting with Chapter 4. I&#039;ve plowed through the book about 10 times now and all I see is a reference to the google app engine sdk. Unfortunately, there is no code there. Please advise. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Jeff,<br />
I&#8217;m plowing through your book &#8220;Beginning Java  Google App Engine&#8221;. Im having trouble figuring out where the code is. Especially starting with Chapter 4. I&#8217;ve plowed through the book about 10 times now and all I see is a reference to the google app engine sdk. Unfortunately, there is no code there. Please advise. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leslie</title>
		<link>http://blog.jeffdouglas.com/2009/04/30/google-app-engine-for-java-demo-app/comment-page-1/#comment-2003</link>
		<dc:creator>leslie</dc:creator>
		<pubDate>Thu, 28 Oct 2010 08:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=814#comment-2003</guid>
		<description>i am new in learn GAE for java.  but i have a problem with jdo
would u help me</description>
		<content:encoded><![CDATA[<p>i am new in learn GAE for java.  but i have a problem with jdo<br />
would u help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Belman</title>
		<link>http://blog.jeffdouglas.com/2009/04/30/google-app-engine-for-java-demo-app/comment-page-1/#comment-158</link>
		<dc:creator>Belman</dc:creator>
		<pubDate>Sat, 03 Apr 2010 16:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=814#comment-158</guid>
		<description>Hi Sir Jeff,
Thank you for sharing this demo app.
This helped me a lot in my project using GAE for Java.</description>
		<content:encoded><![CDATA[<p>Hi Sir Jeff,<br />
Thank you for sharing this demo app.<br />
This helped me a lot in my project using GAE for Java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffdonthemic</title>
		<link>http://blog.jeffdouglas.com/2009/04/30/google-app-engine-for-java-demo-app/comment-page-1/#comment-157</link>
		<dc:creator>jeffdonthemic</dc:creator>
		<pubDate>Thu, 13 Aug 2009 12:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=814#comment-157</guid>
		<description>I haven&#039;t noticed anything yet but I&#039;ll definitely take a look. Thanks for the heads up.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t noticed anything yet but I&#8217;ll definitely take a look. Thanks for the heads up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Lukasik</title>
		<link>http://blog.jeffdouglas.com/2009/04/30/google-app-engine-for-java-demo-app/comment-page-1/#comment-156</link>
		<dc:creator>Thomas Lukasik</dc:creator>
		<pubDate>Thu, 13 Aug 2009 11:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=814#comment-156</guid>
		<description>I&#039;ve had an issue with some of my code that recently stopped working (a simple query does not return any data) since upgrading to the latest GAE SDK and Eclipse plugin. In an attempt to troubleshoot the problem I ran your Telesales example on 2 different workstations - one where my code works and one where it has stopped working. Your Telesales example seems to exhibit the same behavior, working on the earlier SDK and not working with the latest one. Have you experienced anything like this?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had an issue with some of my code that recently stopped working (a simple query does not return any data) since upgrading to the latest GAE SDK and Eclipse plugin. In an attempt to troubleshoot the problem I ran your Telesales example on 2 different workstations &#8211; one where my code works and one where it has stopped working. Your Telesales example seems to exhibit the same behavior, working on the earlier SDK and not working with the latest one. Have you experienced anything like this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donnie Demuth</title>
		<link>http://blog.jeffdouglas.com/2009/04/30/google-app-engine-for-java-demo-app/comment-page-1/#comment-155</link>
		<dc:creator>Donnie Demuth</dc:creator>
		<pubDate>Fri, 31 Jul 2009 23:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=814#comment-155</guid>
		<description>Thank goodness.  I&#039;ll probably be able to put something up today or tomorrow after playing with your app!  I wish some of this was covered in GAE-J&#039;s reference docs.  I really appreciate the time you put in to share your app.</description>
		<content:encoded><![CDATA[<p>Thank goodness.  I&#8217;ll probably be able to put something up today or tomorrow after playing with your app!  I wish some of this was covered in GAE-J&#8217;s reference docs.  I really appreciate the time you put in to share your app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.jeffdouglas.com/2009/04/30/google-app-engine-for-java-demo-app/comment-page-1/#comment-154</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 09 Jun 2009 21:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=814#comment-154</guid>
		<description>Hi Jeff

What a great little project - this is just what I needed to get me going.

Thanks - you&#039;re a live saver, great blog btw!

James</description>
		<content:encoded><![CDATA[<p>Hi Jeff</p>
<p>What a great little project &#8211; this is just what I needed to get me going.</p>
<p>Thanks &#8211; you&#8217;re a live saver, great blog btw!</p>
<p>James</p>
]]></content:encoded>
	</item>
</channel>
</rss>

