3 Replies Latest reply on Dec 13, 2010 4:44 AM by piergiorgiolucidi

    Integrating Alfresco WCM with GateIn Portal

    ab.co.er

      Hi all ,

      I m trying to integrate Alfresco WCM with GateIn Portal.

      Any pointers .

       

      Thanks in advance

        • 1. Re: Integrating Alfresco WCM with GateIn Portal
          ab.co.er

          I want to make two portlets. In one portlet I want to have links and in other portlet I want to show some htmls as result of link clicked in first portlet.

          Sorry for such basic question but I am totally new to it. I m studying the JSR 286 specs it says that "

          Portlets can send and receive events from other portlets or can receive container

          defined events.

          "

          Thanks for ur help.

          • 2. Re: Integrating Alfresco WCM with GateIn Portal
            theute

            At some point, Alfresco provided Portlets, but I don't know the status of it. Did you ask Alfresco ? If they havs standard JSR-286 portlets, they would work in GateIn Portal

            • 3. Re: Integrating Alfresco WCM with GateIn Portal
              piergiorgiolucidi

              Alfresco can be intergrated with any portal in two ways:

              1. If you deploy Alfresco in the same application server of the portal, you can expose any custom WebScripts declaring it as a portlet adding a portlet.xml in the Alfresco web app. You can see some details here that I wrote: http://community.jboss.org/message/428055#428055
              2. Otherwise you have to implement your own portlet getting content from Alfresco using one of the exposed APIs: WebScripts, SOAP, CMIS, etc...

               

              Hope this helps.