cmis or web scripts use?

北城以北 提交于 2020-01-11 10:32:09

问题


I want to build a JavaEE GED application using alfresco and activiti Workflow engine which manages and monitors the mail of an organization (Letter, Fax, mail etc.). Since I am new with alfresco I want to know the best way to communicate with alfresco in my case : the use of CMIS or web scripts (I'm building a third-party application ) .


回答1:


I can suggest two solutions using Using the REST API or CMIS with a library like Apache Chemistry

Apache Chemistry is very well documented and you can find good pointers on the official website for pretty much any thing you would want to do !

If you want to get a session from your Alfresco Repository for example follow this post : How to retrieve 'repository root' id/children from CMIS repository?

Alternatively, you can find a lot of resources around for interacting with alfresco using REST (either the new REST API, or old restful endpoints). Check the platform integrations portal from the official docs, it would be a very good starting point.



来源:https://stackoverflow.com/questions/42495054/cmis-or-web-scripts-use

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