Google AppEngine and PyAMF
If you’re using flex and are interested in Google AppEngine, there’s PyAMF. When I get a flex app working off of AppEngine I’ll post it.
Hat tip to Campbell Anderson. I was in a flurry last night (reading and writing about AppEngine) but I should’ve looked it up. No excuse.
Very Interested. When do you anticipate having an example?
Posted by: Martin | April 08, 2008 at 05:14 PM
@Martin. I'm working on it right now. Hopefully within a day or two at the latest.
Posted by: Brian Holmes | April 08, 2008 at 05:18 PM
Thanks Brian! I'll stay tuned... What will the example encompass? My wishlist ;-) would include:
1. Authentication (via Google)
2. RemoteObject and ArrayCollection
3. Class mapping
4. WSGI
Posted by: Martin | April 08, 2008 at 05:43 PM
@Martin,
For starters it'll just be how to get everything set up and do a simple echo, but I plan on getting examples for all of the things you mentioned down the road.
Posted by: Brian Holmes | April 08, 2008 at 05:49 PM
@Brian,
I can live with that... Beggars can't be choosy, after all!
Posted by: Martin | April 08, 2008 at 06:12 PM
Hi, we tested a PyAMF/Google App Engine setup yesterday and with some dependency workarounds we were able to get one of our examples running :) We're working on a howto that should be complete soon, see http://pyamf.org/wiki/GoogleAppEngine for progress.
Posted by: Thijs Triemstra | April 08, 2008 at 08:52 PM
Thijs, that's great news.
Posted by: Brian Holmes | April 08, 2008 at 09:01 PM