Blog


How to find the groupId of a site as a control panel user

Ever needed to know the groupId of a site?


Make the preferences of a portlet company wide

Add the following elements in the liferay-portlet.xml file


Disable javascript minimizer in Liferay

Just add

&js_fast_load=0&css_fast_load=0&strip=0


Original PortletConfig in Portlet Configuration

Lets assume you have a Project with its own Language properties and a portlet that have a configuration page.


How to define an entity in Service Builder for existing tables

Recently we encounter a case, where the tables of an external database…


Liferay Deployer (Jenkins plugin)

After posting my last post I made some progress in building the liferay…