从 J2EE 系统访问共享点文档
我有一个J2EE在线系统,我正在将office365和sharepoint online集成到这个系统中。
我的目标:通过我的 J2EE 系统访问共享点文档库内的文档。
我现在只有的: - 我的J2EE系统 - Office 365 帐户(包括“Sharepoint Online”)
为了实现我的目标需要采取哪些步骤? (例如:安装sharepint服务器、下载sharepoint管理员工具包、如何使用contect管理互操作服务CMIS、是否需要进行sharepoint开发...等)
非常感谢。
I have a J2EE online system and I am integrating office365 and sharepoint online to this system.
My Goal: access documents that are inside the sharepoint document library through my J2EE system.
What I only have now:
- My J2EE system
- Office 365 account (that includes "Sharepoint Online")
What are the steps needed in order to reach my goal ? (for example: installing sharepint server, downloading sharepoint administrator toolkit, how to use contect management interoperability services CMIS, is there any sharepoint development needed...etc )
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这就是您所需要的。 http://msdn.microsoft.com/en-us/library/gg454740.aspx
This is all what you need. http://msdn.microsoft.com/en-us/library/gg454740.aspx
第一步,您需要将应用程序与共享点集成,您可能需要以下内容: 使用 Java 读取 SharePoint 列表
您可以通过 J2EE 系统访问 sharepoint 文档库内的文档。在开始之前,您必须仔细阅读文档,这里的链接将对您有所帮助 如何在java中使用restapi从共享点列表中获取文件内容
The first step you need the integration of you application with sharepoint you might need this : Reading a SharePoint list with Java
you can access documents that are inside the sharepoint document library through your J2EE system. You must read the documentation carefully before starting on it here is the link will be help full to you how to get file content from sharepoint list using restapi in java