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