<?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>*drawlogic &#187; google app engine</title>
	<atom:link href="http://drawlogic.com/tag/google-app-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://drawlogic.com</link>
	<description>interactive and game development technologies for the web - flash, flex, unity3d, silverlight, javascript</description>
	<lastBuildDate>Thu, 22 Dec 2011 21:55:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PyAMF 0.3 Released and Sample on Google App Engine</title>
		<link>http://drawlogic.com/2008/04/16/pyamf-03-released-and-sample-on-google-app-engine/</link>
		<comments>http://drawlogic.com/2008/04/16/pyamf-03-released-and-sample-on-google-app-engine/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 04:08:19 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[ACTIONSCRIPT]]></category>
		<category><![CDATA[ACTIONSCRIPT3]]></category>
		<category><![CDATA[AMF]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[APPLICATIONS]]></category>
		<category><![CDATA[ARCHITECT]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[DATA]]></category>
		<category><![CDATA[DEVELOPMENT]]></category>
		<category><![CDATA[FLASH]]></category>
		<category><![CDATA[FLEX]]></category>
		<category><![CDATA[GAMEDEV]]></category>
		<category><![CDATA[MARKET]]></category>
		<category><![CDATA[OPEN SOURCE]]></category>
		<category><![CDATA[PROGRAMMING]]></category>
		<category><![CDATA[PYTHON]]></category>
		<category><![CDATA[RED5]]></category>
		<category><![CDATA[STANDARDS]]></category>
		<category><![CDATA[SYNDICATION]]></category>
		<category><![CDATA[TECHNOLOGY]]></category>
		<category><![CDATA[TOOLS]]></category>
		<category><![CDATA[AMF0]]></category>
		<category><![CDATA[AMF3]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[netconnection]]></category>
		<category><![CDATA[pyamf]]></category>
		<category><![CDATA[remoting]]></category>
		<category><![CDATA[result]]></category>

		<guid isPermaLink="false">http://drawk.wordpress.com/?p=189</guid>
		<description><![CDATA[A great Action Message Format (AMF) remoting kit for server side for the pythonistas is pyAMF, they recently released PyAMF 0.3 and have a sample running up on Google App Engine. There is also a tutorial for getting PyAMF running on Google App Engine. Aral Balkan got this running as well. Features of pyAMF currently: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pyamf.appspot.com/" target="_blank"><img class="alignright" style="float:right;margin:10px;" src="http://i81.photobucket.com/albums/j223/drawkbox/appengine_lowres.jpg" alt="" width="100" height="79" /></a>A great <a href="http://pyamf.org/" target="_blank">Action Message Format (AMF) remoting kit </a>for server side for the pythonistas is <a href="http://blog.pyamf.org/archives/pyamf-and-google-app-engine" target="_blank">pyAMF</a>, they recently released <a href="http://blog.pyamf.org/archives/pyamf-03-released" target="_blank">PyAMF 0.3</a> and have a <a href="http://pyamf.appspot.com/" target="_blank">sample running up on Google App Engine</a>.  There is also a <a href="http://pyamf.org/wiki/GoogleAppEngine" target="_blank">tutorial for getting PyAMF running on Google App Engine</a>. <a href="http://aralbalkan.com/1307" target="_blank">Aral Balkan got this running</a> as well.</p>
<p><strong>Features of pyAMF currently:</strong></p>
<ul>
<li><a href="http://pyamf.org/" target="_blank"><img class="alignright" style="float:right;margin:10px;" src="http://i81.photobucket.com/albums/j223/drawkbox/pyamf-logo-181x34.jpg" alt="" width="181" height="34" /></a><a class="ext-link" href="http://livedocs.adobe.com/flex/3/langref/flash/net/ObjectEncoding.html#AMF0"><span class="icon">AMF0</span></a> encoder/decoder for legacy Flash Players (version 6-8).</li>
<li><a class="ext-link" href="http://livedocs.adobe.com/flex/3/langref/flash/net/ObjectEncoding.html#AMF3"><span class="icon">AMF3</span></a> encoder/decoder for the new AMF format in Flash Player 9.</li>
<li>Support for <a class="wiki" href="http://pyamf.org/wiki/IExternalizable">IExternalizable</a>, <a class="wiki" href="http://pyamf.org/wiki/ArrayCollection">ArrayCollection</a>, <a class="wiki" href="http://pyamf.org/wiki/ObjectProxy">ObjectProxy</a>, <a class="wiki" href="http://pyamf.org/wiki/ByteArray">ByteArray</a> (with <tt>zlib</tt> support), <a class="wiki" href="http://pyamf.org/wiki/RecordSet">RecordSet</a> and <a class="wiki" href="http://pyamf.org/wiki/RemoteObject">RemoteObject</a></li>
<li>Remoting gateways for <a class="ext-link" href="http://twistedmatrix.com/"><span class="icon">Twisted</span></a>, <a class="ext-link" href="http://djangoproject.com/"><span class="icon">Django</span></a>, <a class="ext-link" href="http://turbogears.org/"><span class="icon">TurboGears2</span></a>, <a class="ext-link" href="http://mdp.cti.depaul.edu/"><span class="icon">Web2Py</span></a>, <a class="ext-link" href="http://pylonshq.com/"><span class="icon">Pylons</span></a> and any compatible <a class="ext-link" href="http://wsgi.org/"><span class="icon">WSGI</span></a> framework.</li>
<li>Authentication/setCredentials support</li>
<li>Remoting client using <tt>httplib</tt> with authentication support</li>
<li>Service Browser (<tt>DescribeService</tt> header) requests supported</li>
<li><a class="wiki" href="http://pyamf.org/wiki/LocalSharedObject">Local Shared Object</a> (<a class="ext-link" title="Local_Shared_Object in WikiPedia" href="http://en.wikipedia.org/wiki/Local_Shared_Object"><span class="icon">LSO</span></a>) support</li>
<li><a class="wiki" href="http://pyamf.org/wiki/AdapterFramework">Adapter Framework</a> to integrate nicely with third-party Python projects</li>
</ul>
<p><strong>More on the PyAMF library:</strong></p>
<ul>
<li><a class="wiki" href="http://pyamf.org/wiki/Download">Download</a> &#8212; Download PyAMF</li>
<li><a class="wiki" href="http://pyamf.org/wiki/Examples">Examples</a> &#8212; Tutorials and examples</li>
<li><a class="wiki" href="http://pyamf.org/wiki/Features">Features</a> &#8212; PyAMF features</li>
<li><a class="wiki" href="http://pyamf.org/wiki/Documentation">Documentation</a> &#8211; General documentation</li>
<li><a class="wiki" href="http://pyamf.org/wiki/MailingList">Mailing List</a> &#8212;  Join the mailinglist for user and developer discussions</li>
<li><a class="ext-link" href="http://blog.pyamf.org/"><span class="icon">Blog</span></a> &#8212; Announcements and news</li>
<li><a class="wiki" href="http://pyamf.org/wiki/IrcChannel">IRC Channel</a> &#8212; Chat and discuss PyAMF or get support</li>
<li><a class="wiki" href="http://pyamf.org/wiki/SuccessStories">Success Stories</a> &#8212; See how PyAMF is being used</li>
<li><a class="wiki" href="http://pyamf.org/wiki/Team">Team</a> &#8212; The people working on this project</li>
<li><a class="source" href="http://pyamf.org/browser/pyamf/trunk/LICENSE.txt">License</a> &#8212; The project is licensed under the open source <a class="ext-link" href="http://opensource.org/licenses/mit-license.php"><span class="icon">MIT license</span></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://drawlogic.com/2008/04/16/pyamf-03-released-and-sample-on-google-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

