cancel
Showing results for 
Search instead for 
Did you mean: 

Documents preview

supernasar
Champ in-the-making
Champ in-the-making
Hi, All

I'm new in Share. I need to develop java web client to Alfresco repository. I use Java+Spring MVC and OpenCMIS as a connectopr to Alfresco.
Now I want to add preview page like in Share app.
Could someone help how implement proxy to alfresco to avoid asking login and password each time I'm trying to get file by direct link ???
And how I can force alfresco to perform flash transformation for preview ?

Thans in advance.
1 REPLY 1

mitpatoliya
Star Collaborator
Star Collaborator
You can either use the ticket
https://wiki.alfresco.com/wiki/Security_and_Authentication
or
you can use Guest Servlet.
http://wiki.alfresco.com/wiki/URL_Addressability

If you are using JAVA then probably you can use the AuthenticationService class to authenticate the user in back-end.
http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/service/cmr/security/Authenticati...