Dear All I want to know whether there is a mechanism using which i can make two portlets in the pluto -1.1.4 Container communicate ? Will the Sun IPC Api work I am trying to use it as given below public void processAction(ActionRequest request, ActionResponse response) throws PortletException, IOException { System.out.println("inside processAction"); try{ String eventData = ""; PortletEventBroker peb = new ...