integrate a .net application with alfresco using cmis

南楼画角 提交于 2019-12-11 13:17:42

问题


How to integrate a .net application with alfresco ? How cam cmis be used to do the same?


回答1:


You can use Apache Chemistry DotCMIS to perform perform CMIS requests from your .net code. The API is very similar to the Java OpenCMIS API, so you can then find a tutorial on using OpenCMIS to talk to Alfresco and do largely the same thing with DotCMIS.

If you're new to CMIS, then Apache Chemistry provides a very handy overview on their site.




回答2:


The example at http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/remote-api/source/sample/WcfCmisTest/ should get you started with C# , CMIS and Alfresco.



来源:https://stackoverflow.com/questions/10224614/integrate-a-net-application-with-alfresco-using-cmis

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!