Sometimes you need to send or retreive data and update a small portion of portlet without a page refresh. Ajax is the solution to perform that and this tutorial will show how to use...
Tagged: Liferay
Liferay client side portlet communication using Ajax
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...
Setup Liferay DB2 Database
Follow these instructions to configure your Liferay portal with DB2 SGBD : Downloading the jdbc Driver To download the DB2 jdbc Driver, follow these instructions : Go to the official IBM site Choose the appropriate...
Liferay JSF IPC using public render parameters (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...
Setup Liferay Derby Database
Follow these instructions to configure your Liferay portal with Derby DB SGBD : Downloading the jdbc driver Liferay don’t provide natively a Derby DB jdbc driver. You must download it. Follow these instructions to...
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...
Setup Liferay PostgreSQL Database
Follow these instructions to configure your Liferay portal with PostgreSQL SGBD : Downloading the jdbc Driver For PostgreSQL, there is no need to download the jdbc driver. When Liferay detects you want to use PostgreSQL,...
Setup Liferay MySQL Database
Follow these instructions to configure your Liferay portal with MySQL SGBD : Downloading the jdbc Driver For MySQL, there is no need to download the jdbc driver. When Liferay detects you want to use MySQL,...
Liferay 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 public render parameters (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...