<?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>后院&#124;kevin’s backyard &#187; google appengine</title>
	<atom:link href="http://kevin.9511.net/archives/tag/google-appengine/feed" rel="self" type="application/rss+xml" />
	<link>http://kevin.9511.net</link>
	<description>立志做一个混事业型男人</description>
	<lastBuildDate>Fri, 30 Apr 2010 16:55:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GoogleAppEngine上有意思的玩意和工具</title>
		<link>http://kevin.9511.net/archives/432.html</link>
		<comments>http://kevin.9511.net/archives/432.html#comments</comments>
		<pubDate>Thu, 07 Jan 2010 02:33:12 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[七零八碎]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google appengine]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://kevin.9511.net/?p=432</guid>
		<description><![CDATA[Google的AppEngine真是个挺好玩也挺耐玩的东西，可我除了用它做了个TwitterAPI的代理，其他的也想不出来能在上面玩点啥了。
闲着无聊，就开始翻看code.google.com上的目录，并以“GoogleAppEngine”为关键字搜索。翻了一个多小时，也算找了几个好玩的东西，有些是跑在GAE上的应用程序，有些是GAE的辅助开发工具，还有些……我也不知道能干嘛了，反正都是跟GAE有关。那些多如牛毛的Blog啊Proxy啊framework啊之类的东西实在是没啥新意，就略过不提了……
google-appengine-wx-launcher
用wxWidgets写的一个运行于Windows平台下的应用程序，用来创建、运行、部署、管理你的Google App Engine项目。该项目也有运行在Mac和Linux上的版本。
http://code.google.com/p/google-appengine-wx-launcher/
gae-testbed
GAE应用的测试环境
http://code.google.com/p/gae-testbed/
google-file-service(Java)
跑在GAE上的开源文件存储服务
http://code.google.com/p/google-file-service/
fashion-girls
开源的跑在GAE上的个人相册
http://code.google.com/p/fashion-girls/
gaelucene
Run Lucene Application On Google AppEngine
http://code.google.com/p/gaelucene/
appscale
开源的GAE云计算接口解决方案，该项目由加州大学圣巴巴拉分校RACELab开发并被google和美国国家科学基金会所支持。看上去比较NB，好像是可以用它自己搭建一个可以运行GAE应用的运行环境。
http://code.google.com/p/appscale/
GAESQL
在线设计 Google App Engine 的数据库 , 并且能将设计结果输出为 python 的脚本。GAE SQL Designer
http://gaesql.appspot.com/
]]></description>
			<content:encoded><![CDATA[<p>Google的AppEngine真是个挺好玩也挺耐玩的东西，可我除了用它做了个TwitterAPI的代理，其他的也想不出来能在上面玩点啥了。</p>
<p>闲着无聊，就开始翻看code.google.com上的目录，并以“GoogleAppEngine”为关键字搜索。翻了一个多小时，也算找了几个好玩的东西，有些是跑在GAE上的应用程序，有些是GAE的辅助开发工具，还有些……我也不知道能干嘛了，反正都是跟GAE有关。那些多如牛毛的Blog啊Proxy啊framework啊之类的东西实在是没啥新意，就略过不提了……<span id="more-432"></span></p>
<blockquote><p><strong>google-appengine-wx-launcher</strong><br />
用wxWidgets写的一个运行于Windows平台下的应用程序，用来创建、运行、部署、管理你的Google App Engine项目。该项目也有运行在Mac和Linux上的版本。<br />
<a href="http://code.google.com/p/google-appengine-wx-launcher/" target="_blank">http://code.google.com/p/google-appengine-wx-launcher/</a></p>
<p><strong>gae-testbed</strong><br />
GAE应用的测试环境<br />
<a href="http://code.google.com/p/google-appengine-wx-launcher/" target="_blank">http://code.google.com/p/gae-testbed/</a></p>
<p><strong>google-file-service</strong>(Java)<br />
跑在GAE上的开源文件存储服务<br />
<a href="http://code.google.com/p/google-file-service/" target="_blank">http://code.google.com/p/google-file-service/</a></p>
<p><strong>fashion-girls</strong><br />
开源的跑在GAE上的个人相册<br />
<a href="http://code.google.com/p/fashion-girls/" target="_blank">http://code.google.com/p/fashion-girls/</a></p>
<p><strong>gaelucene</strong><br />
Run Lucene Application On Google AppEngine<br />
<a href="http://code.google.com/p/gaelucene/" target="_blank">http://code.google.com/p/gaelucene/</a></p>
<p><strong>appscale</strong><br />
开源的GAE云计算接口解决方案，该项目由加州大学圣巴巴拉分校RACELab开发并被google和美国国家科学基金会所支持。看上去比较NB，好像是可以用它自己搭建一个可以运行GAE应用的运行环境。<br />
<a href="http://code.google.com/p/appscale/" target="_blank">http://code.google.com/p/appscale/</a></p>
<p><strong>GAESQL</strong><br />
在线设计 Google App Engine 的数据库 , 并且能将设计结果输出为 python 的脚本。GAE SQL Designer<br />
<a href="http://gaesql.appspot.com/" target="_blank">http://gaesql.appspot.com/</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://kevin.9511.net/archives/432.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
