I have the following feeds from my vendor, http://scores.cricandcric.com/cricket/getFeed?key=4333433434343&format=xml&tagsformat=long&type=schedule
I wanted to get the data from that xml files as java objects, so that I can insert into my database regularly. The above data is nothing but regular updates from the vendor, so that I can update in my website.
请向我建议,我可以选择哪些办法来开展这项工作。
Should I use any webservices or just Xstream to get my final output.. please suggest me as am a new comer to this concept
供应商建议我,他可以向我提供以下3种格式的器、xml或json的数据,我不相信什么是轻而易的,可以让我工作。