Hi to all, I am thirsty to know how can we access the alfresco repository from user created web site.I want to display the alfresco repository documents in web page. Plz anyone tell me how to do that.I got that CMIS can b used to achieve it but i dont know how to do it.
Please go look at the Apache Chemistry project. There is sample code available for each language.
If you like Python, here is source code for a simple example using the Pyramid web app framework.
You might also be interested in this getting started with CMIS tutorial. It shows how to use curl to hit CMIS, but you could use that same technique from any language that knows how to execute HTTP requests.
Also, keep an eye out at Manning. There is a new book coming out on creating web applications using CMIS and Apache Chemistry. It will be available through Manning's MEAP soon.