I would like to know if there is a java api for the sharepoint server.
Thanks a lot
I would like to know if there is a java api for the sharepoint server.
Thanks a lot
I hope these API will help you
http://code.google.com/p/java-sharepoint-library/
http://code.google.com/p/sharepoint-wsdl/
http://dev.day.com/docs/en/crx/connectors/sharepoint/current.html
We can use SharePoint Web Services for connecting from java. http://www.infoq.com/articles/swanson-moss-web-services
http://techiehojae.blogspot.in/2009/10/invoking-sharepoint-web-services.html
No there isn't. The SharePoint API is .NET only. However, you could use a Java .NET Bridge like this or you could use the SharePoint Webservices.
The SharePoint Webservices are "normal" SOAP webservices, so you consume them just like any other... i don't know java, but i assume there is a tool that let you create a (client) class based on a WSDL file. Here is a good tutorial showing you the basics.
There are a lot of alternatives int32 is only favorizing his own product I think, there are free libraries that can do this https://code.google.com/p/java-sharepoint-library/
JShare from Independentsoft. It looks very promising for Java and Android.