开发者

Send Data From Flex to Python (GAE)

开发者 https://www.devze.com 2023-03-04 15:58 出处:网络
I\'m working on a project that runs off Google App Engine (Python) which stores various user details inside GAE\'s datastore. I have Flex content which users can use and once done the Flex app 开发者_

I'm working on a project that runs off Google App Engine (Python) which stores various user details inside GAE's datastore. I have Flex content which users can use and once done the Flex app 开发者_高级运维needs to send data to the Python backend to 'mark' the user off for that task. Any suggestions?


Have flex send a request to the Python server. COuld be a form post or JSON data or whatever.


Have a look on the following: http://fernandoacorreia.wordpress.com/2008/07/15/flex-and-python-project/

It may help.


You can use pyamf gateway for django and tipfy. I have a similar open source project with django-flex communication resting at github, so you can also check out.

0

精彩评论

暂无评论...
验证码 换一张
取 消