我正在開發一個使用JAVA來提供使用restful API的數據的web服務(如facebook的圖形API)。我可以使用哪種Webservice來開發此功能?在我的應用程序中,我正在處理大量的數據。用於大容量數據API開發的Java Restful WebService?
當我把它的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"
}
]
}
你是什麼意思「哪個Webservice」? – null
@Tarek有不同的Web服務,如Apache軸,澤西等...從哪一個我必須爲我的應用程序選擇? –