Friday, February 12, 2016

Ajaxable Search Container Liferay

Ajaxable Search Container Liferay Objective:  we are going to create a portlet which lists all the Liferay portal user using liferay-ui search container and making it ajaxable. Here we are going to use liferay 6.2 EE (you can do it with CE as well) and inbuilt Alloy AUI JS . Here I am starting...

Sunday, February 7, 2016

Liferay Custom Portlets Plugin Project

Environment: Liferay 6.2 Liferay Tomcat 7 In this blog we will see how  to  create liferay  project of portlet plugin type,  and inside that project  how to create  liferay mvc portlet plugin. In one project  we can create ,more than one portlets plugin. Creating...

Liferay Service Builder Basic Concept

Environment : Liferay 6.2 Liferay Tomcat 7 Liferay Service Builder is a tool built by liferay that allows developers to define entities. It  generates necessary model , persistence and  service layers for our applications. It uses spring and hibernate internally to generate set of  classes,...

Export and Import Data from custom Portlet

Liferay has provided an ultimate feature of exporting your data as a file of type lar. Which will contain your data which you would like to export and import to some other place for the same portlet type. Liferay has given this feature for almost all the out of box portlets and also we can implement...