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...

More

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

More