2 Replies Latest reply on May 1, 2009 3:55 AM by aspdeepak

    how to get PortalRuntimeContext from portlets

      Jboss App Server V 4.2.2
      Jboss Portal - V 2.7.0
      DB - Mysql 5.0

      I currently have 4 portlets. All are deployed as independent web applications.

      I need to share some objects among these portlets.

      I tried using PortletSession, but its scope is limited, I am also afraid of making it APPLICATION_SCOPE d.

      So is there any way to make use of the PortalSession object, I found that the only way of getting this object is via PortalRuntimeContext,

      Is there any way for us to get this PortalRuntmeContext from portlets?