cancel
Showing results for 
Search instead for 
Did you mean: 

What do I use to embed Alfresco into a company website?

lengelbret
Champ in-the-making
Champ in-the-making
There are several APIs for accessing alfresco information but I'm not sure what would work best for embedding some of the functionality into our website.  We have a company website built with java and JSP and we have alfresco running on another server.  We want to make some of our documents available to resellers through Alfresco on our website.  Do I use JCR, CMIS, web services, or something else?
1 REPLY 1

pmonks
Star Contributor
Star Contributor
Web Scripts (http://wiki.alfresco.com/wiki/Web_Scripts) are the way to go.  If you're using 3.0, you might also consider using CMIS (http://wiki.alfresco.com/wiki/CMIS) - the REST based version of that is implemented using Web Scripts (to give you some sense of the power of the Web Script framework).

Cheers,
Peter