Portlet IPC Through Events.
- Portlet IPC means inter portlet communication. IPC is nothing but sending data from one portlet to another portlet.
- Events concept is implemented in JSR286.
- Please follow below steps to see the example.
- Take new project.

- Project structure

- code in eventsender jsp

- code in process action of event sender. Note that we can set events in process action or process events method.

- code in processEvent of event receiver portlet.

- We need to add supported publishing event and supported processing event tags in portlet.xml file.


- code in event receiver portlet jsp.

- Deploy portlet into server and do the wiring in portlet admin console.

- Results as below.


First blog post
This is your very first post. Click the Edit link to modify or delete it, or start a new post. If you like, use this post to tell readers why you started this blog and what you plan to do with it.
