RSS

Entries with Blog Stream Featured .

thumbnail
David H Nebinger | 29 Nov 2023

So just a quick one today about an issue that I helped a coworker with. A client had reported that after they restarted Liferay, they had to redeploy their custom module that had a replacement @Component for one of Liferay's components, otherwise the custom component would not work. I replied back, "Oh, they just need to blocklist the Liferay component so their custom...

1273
0
thumbnail
Rafaela Nascimento | 25 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 GA104: docker run -it -p 8080:8080 liferay/portal:7.4.3.104-ga104 For more information on using the...

1114
0
Sahil Akhtar | 30 Nov 2023

Introduction  This code extends the capabilities of Liferay, a powerful platform for web applications, by enhancing its functionality to seamlessly integrate with Excel files. Specifically, it facilitates the streamlined process of creating users directly from Excel files, eliminating the need for manual data entry and providing a more efficient and automated approach to...

920
1
thumbnail
Jamie Sammons | 17 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 GA103: docker run -it -p 8080:8080 liferay/portal:7.4.3.103-ga103 Bundles and other download options ...

1218
0
Yash Thakare | 11 Dec 2023

Setting Up Glowroot on LXC-SM, Liferay Cloud Fabian's blog illustrates Glowroot setup in an on-premises environment here. Now, let's outline the steps for integrating Glowroot within Liferay's LXC-SM cloud infrastructure. Key Components and Configuration Files: LCP.json: This pivotal file, residing in the 'liferay' directory, ...

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

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

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

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

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

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

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

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

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

886
0
thumbnail
Jamie Sammons | 29 Sep 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 GA96: docker run -it -p 8080:8080 liferay/portal:7.4.3.96-ga96 Bundles and other download options ...

1013
0
thumbnail
David H Nebinger | 29 Sep 2023

Introduction Recently I was pulled into a client project that was created for Liferay 7.4 and they needed to share content, structures, templates, documents, etc with multiple sites. Then I found out that they had done this the old way using the Global Site, and I was like "No No No, we have to fix this, we have to use Asset Libraries!" And everyone just...

1430
1
thumbnail
David H Nebinger | 29 Sep 2023

Introduction So recently I was helping a client eliminate some FreeMarker from their site. As many who have read my blogs, I'm a quick one to call out "FreeMarker Abuse!" when I find that folks are doing things in FM that Liferay never intended (i.e. making any additional service calls). Liferay's intent with supporting FreeMarker is that you are just...

2008
2
thumbnail
Jamie Sammons | 22 Sep 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 GA95: docker run -it -p 8080:8080 liferay/portal:7.4.3.95-ga95 Bundles and other download options ...

1090
0
thumbnail
David H Nebinger | 20 Sep 2023

Introduction So recently I wrote the blog, Gradle 7 is here! Yay? where I showed how to update your workspace to Gradle 7.3.3, and I just kind of stopped there. I mean, I kind of assumed that as developers we might just be interested in having our toolchains up to date (we all know how infosec teams react when they find out we're using outdated tools). So other than...

2180
0
thumbnail
Jamie Sammons | 15 Sep 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 GA94: docker run -it -p 8080:8080 liferay/portal:7.4.3.94-ga94 Bundles and other download options ...

1164
0