
Service builder is one of the most useful tool provided by Liferay to generate service and persistence layer. It generate all boilerplate code automatically Starting from version 6.2, Liferay supports creating a... Read more »

Liferay provides a nice way of creating service and persistence layer. Liferay Service Builder is a tool to create service-persistence layer. Service and persistence layer is a one of the most important... Read more »

Finder method in Liferay provides facility to add customization in service layer. Finder method allows to define custom methods which is used to fetch data from DB for different table column. In... Read more »

Service builder is an automated tool to construct service and persistence layer in Liferay. We need to define business models (entities) and rest is taken care by service builder. Service Builder is one... Read more »