我正在使用JAVA开发一个使用restful API(如facebook的图形API)提供数据的Web服务。我可以使用哪种Web服务来开发它?在我的应用程序中,我正在处理大量数据以进行处理。
当我提供网址https://mytestsevice.com/search?q=apple
时数据应该从Web Service获取,
{"testdata": [
{
"id": "9467508",
"from": {
"name": "Aguilar",
"id": "100001732506711"
},
"message": "an apple a day keeps the doctor away"
}
]
}
答案 0 :(得分:3)
答案 1 :(得分:1)