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: Liferay
Liferay database configuration
By default, Liferay use hsql (hypersonic) database which is not recommanded to go with in production environment. Liferay provides a very easy way to use another SGBD on your portal by simple configuration. In this...
Understanding Liferay portlet configuration files
After creating and deploying a Liferay Portlet in the previous post, we will take time now to understand the basic Liferay files, especially these following : Portlet.xml Liferay-portlet.xml Liferay-display.xml Liferay-plugin-package.properties Liferay-hook.xml Web.xml Faces-config.xml
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...
Easy tutorial to install Liferay on Tomcat
Easy tutorial to install Liferay on Tomcat 7 This post will show an easy tutorial to install Liferay on Tomcat 7 using Eclipse IDE by using the Liferay/Tomcat Bundle . If you already have a...