Create list with Java data
hi:
we developing app using java , want to:
- automatically create list data stored java variables
- show fields of list (the ones created user) in app
thank you!
hi,
sharepoint provide soap web service(http://site url/_api/web/lists), can call web services or rest services in java app meet requirement.
the following articles reference:
lists methods: https://msdn.microsoft.com/en-us/library/lists.lists_methods(v=office.12).aspx
rest apis: https://msdn.microsoft.com/en-us/library/office/jj860569.aspx
creating sharepoint list items java: tutorial
https://davidsit.wordpress.com/2010/02/15/creating-sharepoint-list-items-with-java-tutorial/
reading sharepoint list java: tutorial
https://davidsit.wordpress.com/2010/02/10/reading-a-sharepoint-list-with-java-tutorial/
interoperability between java , sharepoint 2013 on premises
http://ctp-ms.blogspot.com/2012/12/interoperability-between-java-and.html
best regards,
technet community support
please remember mark replies answers if help, , unmark answers if provide no help. if have feedback technet support, contact tnmff@microsoft.com.
SharePoint , Apps for Office and SharePoint > Developing Apps for SharePoint 2013
Comments
Post a Comment