开发者

Sharepoint as a CMS

开发者 https://www.devze.com 2022-12-10 17:59 出处:网络
I do not know anything about Sharepoint, and my company is rolling it out in a few departments. I am familiar with the workings and usage of Oracle (Stellent) CMS (for storing docs with meta-data, sea

I do not know anything about Sharepoint, and my company is rolling it out in a few departments. I am familiar with the workings and usage of Oracle (Stellent) CMS (for storing docs with meta-data, searching for docs, etc), and I am asking if I may use Share开发者_开发百科point in a similar way? Can I programmatically upload docs to Sharepoint, from a java web application, and do searches and doc retrieval?


Yes. You are able to do all of that from Java via the MOSS 2k7 Web Services. Here's a quick reference for uploading a file to a list (the example uses .NET, but you can use Java just as easily).

David Klein's Corner: Uploading Files to MOSS 2007 via the Copy.asmx Web Service

0

精彩评论

暂无评论...
验证码 换一张
取 消