Introduction Once a portlet is placed on a portal page, its data is not directly shared with other portlets. IPC (Inter Portlet Communication) defines the ways that a Portlet can interact and communicate with another...
Tagged: JSF
Liferay JSF IPC using event (Inter Portlet Communication)
Introduction Once a portlet is placed on a portal page, its data is not directly shared with other portlets. IPC (Inter Portlet Communication) defines the ways that a Portlet can interact and communicate with another...
Liferay IPC using Portlet session (Inter Portlet Communication)
Introduction Once a portlet is placed on a portal page, its data is not directly shared with other portlets. IPC (Inter Portlet Communication) defines the ways that a Portlet can interact and communicate with another...
Create and deploy JSF Liferay Portlet
In this post we will see how to create and deploy JSF Liferay Portlet on Tomcat server. We will use Maven to build the Portlet project.
Easy tutorial to work with JSF in Liferay portal on Tomcat
This tutorial will allow you to use Jsf with Liferay on tomcat . Important point: Tomcat is not natively a Java EE application server but a servlet container. It does not contain the libraries...