RSS
thumbnail
Rafaela Nascimento | 15 Aug 2023

Download options Liferay Portal and Liferay Commerce share the same Bundle and Docker image.  To get started using either Liferay Portal or Liferay Commerce, choose the best download option suited for your environment below. Docker image To use Liferay Portal 7.4 GA89: docker run -it -p 8080:8080 liferay/portal:7.4.3.89-ga89 For more information on using the...

1476
0
thumbnail
Iván Zaera Avellón | 11 Aug 2023

This article explains how to leverage the new ECMAScript modules feature (from now on will be referred to as ESM), Custom Element and Import Map Entry client extensions in Liferay DXP to achieve the same goals possible in the AMD architecture (and more). The motivation for this article is that, with the new ESM/client extensions architecture, the things we were used to doing with...

1825
0
Shubhankar Soni | 11 Aug 2023

It is critical to have the correct monitoring tools in the right places while debugging Performance Bottlenecks in Production/Non-Production Environments. Glowroot is a strong open-source APM solution that is simple to set up and operate. There are different modes of setting up Glowroot i.e. Glowroot as Agent Glowroot as Central Collector In this blog,...

3389
0
thumbnail
Bhargav R Vaghasiya | 11 Aug 2023

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 ...

1986
0
thumbnail
David H Nebinger | 02 Oct 2023

Introduction So if you really want to set off a firestorm with geeks like myself, step into the group and say "VI is better than Emacs!" Be sure to turn and walk away quickly or you might find yourself included in the tussle. Another way to set off a firestorm is to mention ChatGPT. Some like it, some hate it. I'm not really going to cover whether it is...

1951
0
thumbnail
Jamie Sammons | 07 Aug 2023

Download options Liferay Portal and Liferay Commerce share the same Bundle and Docker image.  To get started using either Liferay Portal or Liferay Commerce, choose the best download option suited for your environment below. Docker image To use Liferay Portal 7.4 GA88: docker run -it -p 8080:8080 liferay/portal:7.4.3.88-ga88 Bundles and other download options ...

1513
0
SONALI MAHESHWARI | 02 Aug 2023

Here are some key aspects of automation in Liferay 7.3 using the Dispatcher: Event-driven automation: Liferay Dispatcher allows you to define actions that are triggered by specific events within the portal. These events can be system events, such as user creation or document modification, or custom events that you define within your application....

1522
0
thumbnail
Tibor Lipusz | 04 Aug 2023

What is a Collection Provider? Collection providers group items into collections for display on your pages. Several are available out-of-the-box, or you can create them using the Information Framework to group items into the collections you need. Learn more at Collection Providers. What is Blueprints? People can use Search Blueprints to customize the search query...

1407
0
thumbnail
Jamie Sammons | 31 Jul 2023

Download options Liferay Portal and Liferay Commerce share the same Bundle and Docker image.  To get started using either Liferay Portal or Liferay Commerce, choose the best download option suited for your environment below. Docker image To use Liferay Portal 7.4 GA87: docker run -it -p 8080:8080 liferay/portal:7.4.3.87-ga87 Bundles and other download options ...

1657
0
thumbnail
Roselaine Marques | 07 Aug 2023

For so many years we have been using a reverse logic in our theme by hidding the Control Panel Menu from specific Users... something that generated a lot of doubts, even from the most expert Liferay Portal Developers: - Is possible to do it by Roles and Permissions? Some thoughts like these come out: - It should be, since Liferay has a really great granularity ...

2238
0
thumbnail
Jamie Sammons | 31 Jul 2023

Download options Liferay Portal and Liferay Commerce share the same Bundle and Docker image.  To get started using either Liferay Portal or Liferay Commerce, choose the best download option suited for your environment below. Docker image To use Liferay Portal 7.4 GA86: docker run -it -p 8080:8080 liferay/portal:7.4.3.86-ga86 Bundles and other download options ...

2121
1
thumbnail
David H Nebinger | 18 Aug 2023

NOTE: Please read to the end of the blog, there are important updates that affect developers, don't just stop at the conclusion... Introduction So, the various flavors of Java have just released the shiny new version, 11.0.20. Like many, I'm sure, I tried to start up Liferay with this new JDK and hit an exception at startup: Caused by:...

6650
1
László Pap | 24 Jul 2023

Hello Everyone! This post is about the latest changes we added to Publications. Currently one of our top priority is to enhance performance of Publications. Here is what we have done lately: We have added a configuration under System Settings -> Publications -> Context View Include Production, which changes the content generation mechanism...

1193
0
László Pap | 19 Jul 2023

1.Deprecate Relationship modules We have deprecated a the following modules: portal-relationship-api portal-relationship-impl portal-model-relationship-document-library-impl portal-model-relationship-dynamic-data-mapping-impl Our plan is to remove these modules after 12 months of being deprecated.   2.Warn about friendly URL ...

1271
0
thumbnail
Rafaela Nascimento | 14 Jul 2023

Download options Liferay Portal and Liferay Commerce share the same Bundle and Docker image.  To get started using either Liferay Portal or Liferay Commerce, choose the best download option suited for your environment below. Docker image To use Liferay Portal 7.4 GA85: docker run -it -p 8080:8080 liferay/portal:7.4.3.85-ga85 For more information on using the...

2305
0
Sai Tejesh | 15 Jul 2023

Authorization Code is one of the auth types available for accessing headless APIs. But there are a few steps that have to be taken care of which helps in achieving that.  1. Create an Oauth Administration entry with all parameters and enable Authorization Code and refresh token(which will be useful to get new access taken once the previous token expires). 2. Click on the...

2475
0
thumbnail
David H Nebinger | 13 Jul 2023

Introduction Recently I've been helping folks on the community slack and forums who have faced a common issue. At startup, they reach an exception, java.lang.IllegalStateException: Unable to get default company ID and then everything grinds to a halt. One thing they all have in common is they are using either 7.4 CE GA77 or later or 7.4 DXP U77 or later. ...

4087
0
Surabhi Arya | 10 Jul 2023

Problem statement: Liferay page can have many components like, ADTs, custom portlets, etc. The components having complex business logic, high-level back-end processes, or integration with external platforms, may take up a lot of time to reproduce the data that is to be rendered for the user.  When a user logs into their website, the first impactful experience they...

1731
0
thumbnail
Rafaela Nascimento | 07 Jul 2023

Download options Liferay Portal and Liferay Commerce share the same Bundle and Docker image.  To get started using either Liferay Portal or Liferay Commerce, choose the best download option suited for your environment below. Docker image To use Liferay Portal 7.4 GA84: docker run -it -p 8080:8080 liferay/portal:7.4.3.84-ga84 For more information on using the...

2157
0
Vipul Khatavkar | 07 Jul 2023

Introduction – One of the core and key requirement is page and site performance. It depends on various factors. One factor is number of images loaded on the page and its loading time. The images resides either on server or are cached in Content Delivery Network (CDN). When the page is getting loaded, browser makes requests to page resources like images. The images get...

1505
0