2 Replies Latest reply on Jul 3, 2012 5:49 AM by ozoli

    converting portlets for Liferay to Gatein

    minimike

      Hi there

       

      If I would have some WAR files they could be deployed as porlets inside Liferay. Are they some changes they I could do to migrate them to migrate them easy to GateIn?

       

      cheers

      Darko

        • 1. Re: converting portlets for Liferay to Gatein
          hoang_to

          If your WAR complies with JSR 168/286, there would be no obstacle to deploy it in GateIn. Let's pick a build of GateIn ( or build it from source by your self), then deploy your WAR and attempt to handle your portlets from UI

          • 2. Re: converting portlets for Liferay to Gatein
            ozoli

            In a previous project that used the Spring RequestMapping annotation, that in GateIn the path must be specified and in Liferay it was not required. This was when rendering tab views inside a portlet. In GateIn we saw blank tabs before adding the correct URI paths.