<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Digital Derby &#187; appengine</title>
	<atom:link href="http://www.digitalderby.com/tag/appengine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalderby.com</link>
	<description>The race is on</description>
	<lastBuildDate>Fri, 27 Nov 2009 05:22:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Send email to Appengine</title>
		<link>http://www.digitalderby.com/2009/10/send-email-to-appengine/</link>
		<comments>http://www.digitalderby.com/2009/10/send-email-to-appengine/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 06:45:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[professional]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.digitalderby.com/?p=104</guid>
		<description><![CDATA[Now we can send email to appengine. This is really a cool feature. And greatly enhance the features that developers can use. Incoming Email &#8211; Your App Engine app has been able to send email for some time &#8230; but now, with 1.2.6, your app can also receive email. After enabling mail as an inbound [...]]]></description>
			<content:encoded><![CDATA[<p>Now we can send email to appengine. This is really a cool feature. And greatly enhance the features that developers can use.</p>
<blockquote><p><strong>Incoming Email</strong> &#8211; Your App Engine app has been able to <em>send</em> email for some time &#8230; but now, with 1.2.6, your app can also <em>receive</em> email. After enabling mail as an inbound service (just like XMPP), users can email your application at <em>whatever</em>@<em>yourappid</em>.appspotmail.com. Inbound messages are converted to HTTP requests (again, just like XMPP) which you can receive via webhook handler. Docs for <a href="http://code.google.com/appengine/docs/python/mail/receivingmail.html" target="_blank">Python</a>, <a href="http://code.google.com/appengine/docs/java/mail/receiving.html" target="_blank">Java</a>.</p></blockquote>
<p>Can&#8217;t wait to try this new feature.</p>
<p>Read more details at <a href="http://googleappengine.blogspot.com/2009/10/app-engine-sdk-126-released-with.html" target="_blank">Google Appengine blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalderby.com/2009/10/send-email-to-appengine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Gdata apis in Appengine</title>
		<link>http://www.digitalderby.com/2008/10/using-gdata-apis-in-appengine/</link>
		<comments>http://www.digitalderby.com/2008/10/using-gdata-apis-in-appengine/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 19:05:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[professional]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[gdata]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://digitalderby.wordpress.com/2008/10/11/using-gdata-apis-in-appengine/</guid>
		<description><![CDATA[I started digging into Googles appengine recently. Its a great service provided by Google. Now developers like us dont have to worry about the servers.. deployment and other stuff. If we have an Idea we can jump in and start working on it. As my first project on appengine, am trying to develop a simple [...]]]></description>
			<content:encoded><![CDATA[<div>I started digging into Googles <a href="http://appengine.google.com/">appengine </a>recently. Its a great service provided by Google. Now developers like us dont have to worry about the servers.. deployment and other stuff. If we have an Idea we can jump in and start working on it.</p>
<p>As my first project on appengine, am trying to develop a simple which fetches videos from youtube and displays in a page. Its pretty basic.</p>
<p>Nice articles describing it can be found <a href="http://code.google.com/apis/youtube/articles/youtube_api_appengine.html">here</a>.</p>
<p>Found a small issue in this article. There is a small hack we need to do to use the Python gdata apis in appengine. This <a href="http://googledataapis.blogspot.com/2008/04/release-hounds-support-for-app-engine.html">article </a>talks more about it.</p>
<p>This hack is failing in gdata-python api 1.2.1 With the new gdata api instead of doing<br />
<span style="font-style:italic;"><br />
<span style="color: #3333ff;">gdata.service.http_request_handler = gdata.urlfetch</span><br />
</span><br />
We should do this</p>
<p><span style="color: #3333ff;">client = gdata.youtube.service.YouTubeService()</span><br />
<span style="color: #3333ff;">urlfetch.run_on_appengine(client)</span></p>
<p>Lost a day figuring this out.  <img src='http://www.digitalderby.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </div>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalderby.com/2008/10/using-gdata-apis-in-appengine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
