cancel
Showing results for 
Search instead for 
Did you mean: 

How to Implement CMIS?

parupudi
Champ in-the-making
Champ in-the-making
Hello Seniors…

Im new to alfresco, and obviously to the CMIS aswell. I need to work on the CMIS part for some project, and i hence i need to know how to implement it.

I have explored the various materials available in the internet, and came to know the domain model, object types available in CMIS.

Please let me know how to implement the CMIS. I mean do i need to write some JSPs to access the content available in alfresco?

The scenario is to get the list of available documents available in alfresco repository using the CMIS interface.

Please help me in this regard…

Waiting for your precious replies / advices.
1 REPLY 1

fmui
Champ in-the-making
Champ in-the-making
Have a look at Apache Chemistry OpenCMIS (http://chemistry.apache.org/java/opencmis.html).
Create an OpenCMIS Session object, put it into your HTTPSession and call its operation from your JSP. Listing a folder takes about 5 lines of code.

- Florian