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 New: Flex on Google App Engine – proof of concept and source code article by Aral Balkan, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial 2.0 UK: England License.
The Flex client works exactly like the Flash 9 client and shares an almost identical codebase. 99% of the framework is the same.
I'm going to document that differences, etc., but it's past 1am at the moment and I need to sleep!
The New: Flex on Google App Engine – proof of concept and source code article by Aral Balkan, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial 2.0 UK: England License.
Hey Aral,
Thanks a lot for the GAESWF project, I have been following all your posts on this topic and they have been very helpful especially since I had never looked at python before GAE came around. Thank you.
Note: The Flex proof of concept is thowing some sort of a python exception.
Mrinal
Hi Mrinal,
I’ve seen the errors too and I see them in the logs. Unfortunately, it doesn’t happen consistently. I’m going to file an issue in the tracker.
Thanks for letting me know :)
Hi Aral,
could you please explain how did you deal with all the limitations related with having a Flex client in a RESTful environment?
Thank you in advance.