开发者

How to send data from local PC to Google-app-engine application?

I have to write client program in C# that have to take some data from 开发者_高级运维DB and sent it to my Google application(Java). How can I do that? What is the best way to do that?

It'll be great if there be some code example in answers.


You can put your data in JSON format and send it with server request, but I`m not sure does JAVA support working with JSON.


You need to create a web service in your app engine app that would take post data and consume it.

Preferably Use a web service framework otherwise you will have to do a lot of xml parsin yourself, which is baaed. mmmkay

Now I dont know if ur using py or java, but do look for a web service framework in ur language. mmkay

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜