2 Replies Latest reply on Jun 20, 2007 10:12 AM by etdias

    Bolg portlet with other portals

    zerrt

      Can this portlet be deployed on portals other than JBoss portal? If not, how difficult is it to deploy this as a servlet?

        • 1. Re: Bolg portlet with other portals
          adamw

          Yes, it can. However it is dependent on the JBoss AS, as it uses mbean services. Also, you would need to write a custom permissions service (which reads user and role information - this is of course portal-specific).

          Deploying it as a servlet requires:
          * changing ViewHandler in faces-config.xml
          * changing services in jboss-service.xml to read from servlet init-params not from portlet preferences
          And I suppose that's it :)

          • 2. Re: Bolg portlet with other portals
            etdias

            Hi,

            What need to be done to deploy in jboss-portal 2.4.1