pyamf

2 Oct 2008

I lost quite a bit of time trying to get the PyAMF shell up and running on the <head> web site this week.

I started out by downloading the source for the shell app via a link on a post on the PyAMF blog. Unfortunately, the link was to the wrong version of the shell app (I've since informed the PyAMF team and Nick's fixed the link.)

(more...)

Running the PyAMF shell with Django 1.0 and app-engine-patch

22 Apr 2008

I just updated The GAE SWF Project to add the proof-of-concept Google App Engine Flex 3 client. The source code download now includes the source code for the Flex project.

The Flex client works exactly like the Flash 9 client and shares an almost identical codebase. 99% of the framework is the same.

(more...)

New: Flex on Google App Engine – proof of concept and source code

20 Apr 2008

I just updated The GAE SWF Project to version 1.21 1.23. New source code for the update is now available for download.

All changes in this version are server-side:

(more...)

The GAE SWF Project 1.21 1.23

19 Apr 2008

The GAE SWF Project: Knowledge and tools to help you build Flash and Flex apps on Google App Engine

Today I'm releasing The GAE SWF Project, a resource of Flash and Flex-related knowledge specifically aimed at getting you up and running quickly with Google App Engine. If you want to skip all the details and start playing with it, skip to the Getting Started section.

(more...)

The GAE SWF Project

13 Apr 2008

Update: "Google App Engine: To Django or to webapp?" Revisited.

Google App Engine (GAE) supports both its own framework, called webapp, and Django.

So, which one do you use?
(more...)

Google App Engine: To Django or to webapp?