cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Grails integrate Alfresco

arales
Champ in-the-making
Champ in-the-making
Hi,
I want to use Grails web app to display user's document (e.g. document content in Alfresco web client). Then user can login Grails web app to view their document in Alfreso to achieve single sing on.
Would you pls show me some sample or tips for me? should I use RAAr, web services etc.

Thanks,
Arales
3 REPLIES 3

brent00
Champ in-the-making
Champ in-the-making
You may want to research this question on the web. It may provide a more timely and detailed response.

cmorgia
Champ in-the-making
Champ in-the-making
I would suggest to store the credentials used to log into Grails in some session scoped variable.
Then you could use he same credentials to log into alfresco .
I would also use the CMIS feature to interact with alfresco from Grails.

Hope this helps
Claudio

jpotts
World-Class Innovator
World-Class Innovator
I cannot vouch for this module because I haven't tried it, but maybe it is helpful in some way:
http://www.grails.org/plugin/alfresco

Jeff