Liferay Service Builder

Liferay Service Builder

Liferay  Service Builder Tutorials:

Liferay ServiceBuilder concepts and anatomy-part1

Liferay Service Builder Liferay provides Service Builder tool for generating modal objects, Service layer and DAO layer.  Let’s say we have to design leave system where end user will apply for leave. In this, we can design Leave as modal object….
READ MORE

Liferay ServiceBuilder concepts and anatomy-part2

Build namespace has build number which is newer than

Liferay Portlet deployment error with build number When multiple developers working on portlet that uses servicebuilder will give below exception “Build namespace has build number which is newer than “. When developer commits service.properties file and that deployed on other…
READ MORE

Lifeary JDBC DataAccess API

Lifeary JDBC DataAccess API This tutorial will demonstrate about DataAccess API of Liferay and how to access simple JDBC connection object in liferay. some times, developers may need simple database API to query rather using custom sql.  Liferay provides  com.liferay.portal.kernel.dao.jdbc.com.liferay.portal.kernel.dao.jdbc.DataAccess…
READ MORE

Liferay custom sql example

Liferay custom sql example Liferay out of the box, provides below ways to access Database: Service Builder Finder methods Database Access API : It provides JDBC  mechanism to write SQL queries but extra burden to write POJO mappings Dynamic Query…
READ MORE

liferay7 service builder tutorial

Liferay 7 Service Builder Portlet Tutorial – Part2

 This tutorial extension to Liferay 7 Portlet Tutorial. In this tutorial, we will implement leave system requirement. Lets jump into the tutorial Installations: Liferay Eclipse Neon IDE 3.1.0 M1  …
READ MORE

Leave a Reply