2 Replies Latest reply on May 5, 2010 6:37 AM by anil.kolhe

    How to use WSRP in GateIn Portlet Container?

    anil.kolhe

      Can we use WSRP with GateIn Portlet Container? Custom JSR 286 portlet can be developed and deployed on Portlet container. what is these portlet needs to interperate on different portal server using WSRP. Does Portlet container supports WSRP?

        • 1. Re: How to use WSRP in GateIn Portlet Container?
          claprun

          Not sure I understand your question. GateIn WSRP implementation uses GateIn's portlet container underneath. However, there is currently no standalone project/product that connects both into a single out of the box entity. This shouldn't be too difficult to implement, though.

          1 of 1 people found this helpful
          • 2. Re: How to use WSRP in GateIn Portlet Container?
            anil.kolhe

            Thanks for reply Chris,

            Looking at the architecture diagram I can use following components to connect (though I dont know how)

            • JBoss application server
            • Gatein web container integration
            • Gatein portlet container
            • Gatein WSRP
            • Gatein Common

             

            Using above components I wish to develop custom portlet and make it available as WSRP.

            Custom portlet development can be done using Gatein Portlet container. If i integrate WSRP with Portlet container Am I able to see the WSRP UI on simple portal admin login. Also please advice on how to integrate above components.