2011-05-10 56 views
0

我正在开发一个运行Google App Engine(Python)的项目,该项目在GAE的数据存储区中存储各种用户详细信息。我有Flex内容供用户使用,一旦完成,Flex应用程序需要将数据发送到Python后端,以便将该用户标记为该任务。有什么建议么?将数据从Flex发送到Python(GAE)

+0

[如何在Google App Engine上建立Flex与Python代码之间的通信](http://stackoverflow.com/questions/854353/how-to-establish-communication-between-flex-and-python -code - 构建 - 上谷歌-APP-E) – systempuntoout 2011-05-10 09:20:07

回答

1

让flex向Python服务器发送请求。可以是表单发布或JSON数据或其他。