The IPC sample portlets are located at /opt/SUNWportal/samples/ipc. The portlet samples in ipc directory are divided into ipc1 and ipc2 sub-directories. This is to demonstrate eventing between portlets belonging to different web application and those belonging to the same web application. The interaction between the IPC Portlet samples is as follows:
searchportlet (ipc2) —> listportlet (ipc1)
priceportlet (ipc1) —> considerationportlet (ipc1)
priceportlet (ipc1) —> decisionportlet (ipc2)
Source code for the following samples is located at the /opt/SUNWportal/samples/ipc/ipc1/src directory.
considerationportlet
listportlet
Source code for the following samples is located at the /opt/SUNWportal/samples/ipc/ipc2/src directory.
decisionportlet
priceportlet
searchportlet
JSP files for the portlets are located at:
/opt/SUNWportal/samples/ipc/ipc1/<portletname>
/opt/SUNWportal/samples/ipc/ipc2/<portletname>
Web container deployment description files are located at:
/opt/SUNWportal/samples/ipc/ipc1/WEB-INF
/opt/SUNWportal/samples/ipc/ipc2/WEB-INF