thumbnail

For years, 𝗦𝗲𝗿𝘃𝗶𝗰𝗲 𝗕𝘂𝗶𝗹𝗱𝗲𝗿 was considered the backbone of backend development in Liferay. Need a custom entity? Use Service Builder. Need APIs? Use Service Builder. Need persistence, finder methods, services, indexing, permissions, workflows, or business logic? Again, Service Builder. It became the default engineering pattern for almost every serious Liferay implementation. ...

thumbnail

What is a Search Blueprint? Search Blueprints is the first feature of the Search Experiences tool set. Search Blueprint is used to customize the search experience without deploying code to the portal.   How can we set up Blueprints? To access the Blueprints, navigate to Application > Search experiences > Blueprints From this page, we can create...

thumbnail

What is an Object Model Builder? Object Model Builder is another way to design objects, including object settings and relationships. It supports visual representations of all object relationships and allows you to categorize objects in different folders.   How can we enable that? In the Latest Liferay, we can enable this feature from the feature flags placed at...

thumbnail

Problem: Using custom fields for custom entities? However, the Liferay control panel does not provide a way to determine how many custom fields there are for custom entities.   Solution: Just add a single component, and it is done.   On this branch, I have created a sample component that can be deployed quickly into liferay. Once it is deployed, it will add ...

thumbnail

Liferay Objects can generate service layers by simply declaring schema in the Liferay control panel. Liferay makes the Object's content accessible via headless APIs as well. On Notifications with Liferay Objects, I've already written one blog post. I'll go over the fundamentals of objects, mappings, and Layouts in greater depth.     Create Objects Go to Liferay's...

thumbnail

Low code and no code development are handy for developing a website without a technical background. Liferay came with the Object concept, which is able to generate the persistence and service layers by just defining the required fields from the liferay control panel. In this blog, here are some essential points from the objects.   Notification for an object entry ...