Java Library to Consume/Manipulate Sharepoint 2013

2019-06-22 07:11发布

I have an android App that Consumes the SharePoint 2013 Rest Web Service and Query using OData.I need to display the data from SharePoint in this android app.

I try to display a SharePoint List Data.For example i need to get the data from a specific column in the List.The Results I get a complex XML.

Is there any good Java libraries to manipulate this complex XML result to a Simple Form (such Row/Column Tables or Entities) ?

OR

Is there any Java Libraries to display the SharePoint REST response in a better way(than complex xml)?

2条回答
狗以群分
2楼-- · 2019-06-22 07:34
来,给爷笑一个
3楼-- · 2019-06-22 07:39

JShare - JShare is Java and Android API for Microsoft SharePoint 2013 and Office 365 / SharePoint Online.

查看更多
登录 后发表回答