RSS
thumbnail
Marcellus Tavares | 16 Nov 2023

Liferay Analytics Cloud heavily relies on Apache Airflow for orchestrating its backend operations. While most of these tasks are scheduled, one recent requirement involved triggering a Directed Acyclic Graph (DAG) in response to a specific event within a Java process. The most direct method to trigger an event-based job is through the direct invocation of Apache Airflow's...

590
0
thumbnail
Vitaliy Koshelenko | 13 Nov 2023

Introduction During a Liferay project implementation we often have similar pieces of UI and functionality in different widgets - and that's not surprising, as UI/UX should be consistent across the entire portal. We, as developers, try to avoid code duplication in different ways: Create a "common" OSGi service that can be used in multiple widgets; Create a...

1169
0
thumbnail
David H Nebinger | 13 Nov 2023

Introduction So I kind of have a "famous" blog post on Liferay Scheduled Tasks: https://liferay.dev/blogs/-/blogs/liferay-7-ce-liferay-dxp-scheduled-tasks. I say "famous" because it has been used by many folks to create scheduled tasks for Liferay 7, but it has also been the source of some bugs (i.e. undeploying from a cluster could cancel a job ...

3141
8
thumbnail
Jamie Sammons | 10 Nov 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 GA102: docker run -it -p 8080:8080 liferay/portal:7.4.3.102-ga102 Bundles and other download options ...

1198
0
thumbnail
David H Nebinger | 09 Nov 2023

Introduction In today's Office Hours session, the first question out of the gate was "If I'm using OpenID Connect for SSO, how can I synchronize UserGroup membership?". And, well, I just didn't know, but I said that I'd find out and then write a blog post to share the details, figuring that others doing OIDC may face similar sorts of concerns. I thought that...

2047
4
thumbnail
Jamie Sammons | 03 Nov 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 GA101: docker run -it -p 8080:8080 liferay/portal:7.4.3.101-ga101 Bundles and other download options ...

740
3
thumbnail
Jamie Sammons | 30 Oct 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 GA100: docker run -it -p 8080:8080 liferay/portal:7.4.3.100-ga100 Bundles and other download options ...

773
0
thumbnail
Lawrence Lee | 24 Oct 2023

Liferay IntelliJ 2.0.6 plugin has been made available. Head over to this page for downloading. This plugin supports IntelliJ 232 and greater. Release Highlights: Liferay workspace project support Gradle 7 and JDK 17 Intellij plugin support to set customized environments variable for portal bundle Plugin support to read customized portal...

311
0
thumbnail
Bhargav R Vaghasiya | 25 Oct 2023

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

558
0
thumbnail
Jamie Sammons | 23 Oct 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 GA99: docker run -it -p 8080:8080 liferay/portal:7.4.3.99-ga99 Bundles and other download options ...

613
0
thumbnail
Bhargav R Vaghasiya | 23 Oct 2023

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

778
0
thumbnail
Iván Zaera Avellón | 20 Oct 2023

This article explains how to deploy npm packages bundled with webpack that export and import stuff through the standard ECMAScript modules feature. This is a sequel of the Moving from AMD to Browser modules in Liferay DXP blog post, so it’s recommended reading that if you haven’t done so already. Why use webpack with ES modules? The main goal of using webpack and ES...

937
0
thumbnail
Jamie Sammons | 18 Oct 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 GA98: docker run -it -p 8080:8080 liferay/portal:7.4.3.98-ga98 Bundles and other download options ...

750
0
thumbnail
Neil Harwani | 12 Oct 2023

Here is a list of what you should not be doing in Liferay – Part 1 and also what you should be doing written right next to it in place of the wrong things: Write JDBC calls in portlets. Avoid JDBC calls in portlets. Please explore expando, service builder, dynamic queries and such from Liferay. Run elasticsearch & database in embedded mode in production....

663
0
thumbnail
Neil Harwani | 12 Oct 2023

Below are the main points to work on for a performance tuning engagement in Liferay - Part 1. Firstly, we need to find out what is slow: Database, service calls, elastic search, memory is an issue, threads are blocked / waiting, how much memory is a module taking, logs are printing what, etc. Check your configurations as per this post: How to debug...

663
0
thumbnail
Bence Losonczy | 11 Oct 2023

Introduction In today's digital world, keeping data secure and transparent is crucial for organizations. At Liferay, we understand that our users need to know who's using their systems and what they're doing. That's why we've developed a solution that improves audit logs, focusing on role actions and impersonation events. But why did we create this feature, and what does it do?...

926
0
thumbnail
Bence Losonczy | 13 Oct 2023

In the realm of remote document access and editing, WebDAV stands as a prominent solution. Its versatility and customer demand make it an invaluable tool for many organizations. However, WebDAV's support for HTTP Basic and Digest authentication methods presents a security challenge, particularly in the realm of password storage. This blog post explores why the feature of secure access...

753
0
thumbnail
Jamie Sammons | 10 Oct 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 GA97: docker run -it -p 8080:8080 liferay/portal:7.4.3.97-ga97 Bundles and other download options ...

884
0
László Pap | 06 Oct 2023

Here you can read the latest features added by Content Publishing team, which are avaible in the Q4 release. Please do not forget using Feature flags to test all of them.  LPS-187182: Improve Review Changes experienceCLOSED In the portal, Site Administrators are able to create different User Experiences for Pages. Publications can...

1124
0
thumbnail
Bence Losonczy | 13 Oct 2023

Introduction: In a bid to improve our services, the Headless Admin User API has undergone significant enhancements. Specifically, we have expanded our API to include POST, PUT, DELETE, and PATCH endpoints for managing postal addresses associated with user accounts. This development aims to provide more comprehensive functionality and greater flexibility for our users. ...

865
0