by XTIVIA | Oct 14, 2021 | Blog, DevOps, Digital Experience, Liferay DXP
This blog post is intended to offer some guidance around changing Liferay logging levels in a way that persists through a restart. Normally in the Liferay portal application, you can set log levels for both built-in and custom loggers via the Server Administration...
by Ben Kinsey | Sep 24, 2021 | Applications, Blog, Digital Experience
All code for this blog post can be found at https://github.com/bkinsey808/nx-graphql-fullstack. Why care about bundle size? Bundle size, especially initial bundle size, is an important metric which determines not only how fast your web app will load, but even,...
by Ben Kinsey | Sep 17, 2021 | Applications, Blog, Digital Experience
It’s not easy or obvious how to build a custom Material UI select component and make it work with React Hook Form (RHF). It’s a shame, because RHF is a small dependency, with a modern React hook-centric API, that brings to the table better form performance...
by Vivek Agarwal | Sep 2, 2021 | Blog, Digital Experience, Liferay DXP
In the last year since the release of Liferay DXP 7.3, multiple customers have asked us about our recommended approach on Liferay Publishing. The introduction of the new Publications feature means that Liferay DXP 7.3+ customers now have two options when it comes to...
by Nate King | Aug 6, 2021 | Blog, Digital Experience, Liferay DXP, Portals
Recently I took on the challenge of building a React app that utilizes Typescript & Material UI by using the Liferay-JS Yeoman generator. This approach was taken as an alternative to using Create React App & adapting it to Liferay. The benefit is there are no...
by Asier Del Pozo | Mar 26, 2021 | Blog, Digital Experience, Liferay DXP
Also known as “The Peter Parker principle II” or “How to create a transitive remote content promotion system”, we are going to learn how to create a real Staging > UAT > Production content publishing workflow with Liferay DXP. One of the...
by Asier Del Pozo | Feb 18, 2021 | Blog, Digital Experience, Liferay DXP, Portals
I wanted to name this post “The Peter Parker principle I,” or “How to allow your administrators to mess with the content directly in Production,” but getting to the point is always preferred, they say. One of the coolest features Liferay...
by Keith O'Connell | Feb 5, 2021 | Blog, Cloud, DevOps, Digital Experience, Portals
This hands-on tutorial gives you an introduction to the process for integrating Liferay with OpenTelemetry to extract logs, traces, and metrics from Liferay. We’ll spin-up Liferay using the pre-packaged Liferay DXP container from LIferay, Inc. and integrate it...
by Vivek Agarwal | Jan 8, 2021 | Blog, Digital Experience, Liferay DXP, Perspectives
As many of you know, we’ve been working for 15 years on the Liferay platform, ever since the Liferay v3.6 days (circa 2006), and have seen the platform evolve and grow significantly over the years with each release. The recent release of Liferay DXP 7.3 is yet...
by Jon Ilko | Dec 8, 2020 | Blog, Digital Experience, Portals
Recently I was tasked with developing a custom Angular widget on the latest release of Liferay DXP 7.3. This widget was developed to act as a reference architecture of an Angular SPA running in a Liferay portal environment. The specific widget I developed was a Lead...