Appendix C. Inter-portlet communication

This appendix exists because I really wanted to cover inter-portlet communication (IPC) in the book. I think it’s a core portlet skill, because much of the power of making portlet applications is the ability to make your applications modular. You can write one portlet that shows customers in a list, have a user click one of those customers, and then have their orders show up in another portlet on the page. The portal framework gives you the power to drag these portlets around and arrange them on the page any way you like. It’s very powerful.

Unfortunately, the chapter I came up with didn’t fit nicely into the book. The code wasn’t Liferay-specific (because this is a core portlet skill), the example had ...

Get Liferay in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.