cancel
Showing results for 
Search instead for 
Did you mean: 

GateIn Portlet

minimike
Champ in-the-making
Champ in-the-making
Hi there

Is there somewhere a portlet for GateIn the sucessor of Jboss Portal available?

cheers Darko
2 REPLIES 2

stevereiner
Champ in-the-making
Champ in-the-making
FlexSpaces has a GateIn portlet and a GateIn gadget
These reference a separate install of the "in-browser" version of FlexSpaces (also need to install FlexSpaces webscripts)

http://forge.alfresco.com/projects/flexspaces/
http://code.google.com/p/flexspaces/

openpj
Elite Collaborator
Elite Collaborator
WebScripts support JSR-168 by default, you have only to implement your own WebScript and then add a portlet.xml in the alfresco.war webapp:
http://wiki.alfresco.com/wiki/Web_Scripts_FAQ#Q:_How_do_I_make_my_scripts_JSR-168_compliant.3F

WebScripts Runtime JSR-168:
http://wiki.alfresco.com/wiki/Web_Script_Runtimes#JSR-168_Runtime_.28Portlet_Access.29

Hope this helps.