I have multiple plug-in portlet in my application. I am using spring controller and hibernate for back-end operation. But as these portlets are separate application so i am getting multiple session factory objects. I want to share same session factory for all portlet. Please tell me solution for this.