Our Work

Read & Push to ElasticSearch Index from Liferay using JEST client

Updated today

Liferay uses ElasticSearch for storing information for its search purpose. We can use ElasticSearch to store the information we need as well by keepin...

Enable CORS for JAVA API for RESTful Web Services (JAX-RS) in Liferay 7.X

Updated 1 month and 3 days ago

To enable cross domain access for JAX-RS services, we need to create filter which implements ContainerResponseFilter and then we also need to add Cont...

How to enable CORS in Liferay 7

Updated 1 month and 3 days ago

In this Article we will learn how to enable Liferay Cross Domain Access. Cross-origin resource sharing (CORS) is a mechanism that allows restricted re...

How to Override Taglib (Core JSP) in Liferay 7.X

Updated 1 month and 3 days ago

In this article we will discuss how to override Taglib (Core JSP) using Custom JSP Bag in Liferay 7.X.Steps to follow: Include a class by creat...

Understanding Database relations of Liferay 7 Document & Media

Updated 1 month and 3 days ago

Document & MediaDlfileentry It stores all document and media files data It has its parent folder information , created dates, modified da...

Understanding Database relations of Liferay 7 Assets

Updated 1 month and 3 days ago

BlogsBlogsentry The blogs data will be stored here When a new blog is created all the information related to the blogentry and blog data i...

Understanding Database relations of Liferay 7 custom Attributes

Updated 1 month and 3 days ago

Liferay Custom Attributes The added custom attribute of any asset will be stored here Custom fields will be stored here,( for all every as...

Understanding Database relations of Liferay 7 Assets Entries

Updated 1 month and 3 days ago

Assets EntriesAssetcategory It will store the information of the categories with different site scopes It maintains the hierarchy relation...

Understanding Database relations of Liferay 7 Portal & Portlets Preferences

Updated 1 month and 3 days ago

Portal & Portlets PreferencesAll global level settings will be stored here ( portal settings ) These values can be stored in the DB in XML form...