what would i need to do to get the data from share point and push it to the application which is written in java? unfortunately i have just little info about the task at this time... also to achieve this task what all expertise is needed?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Without knowing more, I'd direct you to have your java app pull data via SharePoint Web Services or the new REST Web Services introduced in SharePoint 2010 |
|||||||
|
|
If it is important to push data from SharePoint instead of pulling, you could do something similar to what Dave said, just the other way around; Call a Java web service from SharePoint.
|
|||
|
|
|
The most reliable solution will be as Dave suggested to use SharePoint web services to get data out of sharepoint into Java application, You probably need to have knowledge about XML to read data returned by SharePoint webservices, this following link will help you I guess :) http://stackoverflow.com/questions/314258/how-do-i-upload-a-document-to-sharepoint-with-java |
|||
|
|