cancel
Showing results for 
Search instead for 
Did you mean: 

portlet + webscript: how to ????

giluka
Champ in-the-making
Champ in-the-making
Please help me !!  Smiley Indifferent
i've tried to use rivet portlet and flespaces (with liferay anche gatein) but it doesn't work …

My version:
alfresco community version v.3.4.0
liferay 6.0.5

is there a complete tutorial that explain this ??
i haven't found that !!
3 REPLIES 3

openpj
Elite Collaborator
Elite Collaborator
The best way to integrate Alfresco in a portal is to expose your custom WebScripts as portlets without using any other tool or gadget.

In the following thread I wrote all that you need to know about how integrating Alfresco in portals:
http://forums.alfresco.com/en/viewtopic.php?f=19&t=36310&p=107176&hilit=jboss+portal#p107176

Hope this helps  :wink:

giluka
Champ in-the-making
Champ in-the-making
Scenario you have described works only if Alfresco is deployed in the same application server of the portal…
Is it possible to launch webscript from a portal (liferay/gateIN) deployed everywhere ? …


Thanks for your help !

openpj
Elite Collaborator
Elite Collaborator
Not directly, for this you have to implement your own application based on the Spring Surf framework:
http://wiki.alfresco.com/wiki/Spring_Surf
Hope this helps.