简体   繁体   中英

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.

您可以将数据以JSON格式存储并随服务器请求发送,但我不确定JAVA是否支持使用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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM