RSS
thumbnail
Jamie Sammons | 17 Jun 2021

Announcing Liferay Portal 7.4 CE GA2Liferay Portal 7.4 CE GA2 marks the second major release in the 7.4 release cycle.  Although released later than  hoped, Liferay Portal 7.4 CE GA2 continues following the rolling release cycle announced last year for 7.3.  Liferay Portal 7.4 CE GA2 contains many exciting new features across almost every aspect of the platform with many new...

18011
1
thumbnail
David H Nebinger | 21 Jun 2021

So some time ago I wrote the Cluster Details marketplace plugin. Basically you drop this guy into all of your Liferay clusters and you get a nifty little control panel that tells you details about the cluster, all of the nodes which have joined the cluster and it identifies who the leader of the cluster is at the moment:Not super complicated, but it is a handy little tool to identify details...

11600
0
thumbnail
Ashley Yuan | 03 Jun 2021

The new Liferay IntelliJ 1.9.2 plugin supports IntelliJ 2021.1. Head over to this page for downloading. Release Highlightsenable docker suppportrestructure new liferay module wizardsimprove validation on project name in new liferay module wizarddisplay gogo shell port in liferay server configurationupdate embedded blade cli to latest 4.0.9 SNAPSHOTsupport deploy projects to a...

9946
2
thumbnail
Neil Griffin | 02 Jun 2021

The following versions of PortletMVC4Spring were released on June 2, 2021 AD:VersionDescription 5.3.0For use with Spring Framework 5.3.x (tested with 5.3.7)Release Notes5.2.2For use with Spring Framework 5.2.x (tested with 5.2.15.RELEASE)Release Notes5.1.3For use with Spring Framework 5.1.x (tested with 5.1.20.RELEASE)Release Notes For download coordinates and archetype usage, see the project's...

10838
0
Manushi Jani | 26 May 2021

 You can configure the site page with above shown string and fetch it using below code :ServiceContextThreadLocal.getServiceContext().getRequest().getParameter("srce")orParamUtil.get(ServiceContextThreadLocal.getServiceContext().getRequest(), "srce", "")You can also fetch this in velocity template :#set ($serviceContext =...

10482
1
thumbnail
Marcial Calvo Valenzuela | 03 Nov 2021

  Check english version here Una de las necesidades más comunes a las que nos enfrentamos en instalaciones de Liferay Portal/DXP es la motorización, así como el sistema de alertas que nos avisa si algo no funciona como debe (o como se espera) Ya sea un servicio web administrado en la nube,  una máquina virtual, o un cluster  de Kubernetes,  tenemos la necesidad de...

9128
0
thumbnail
David H Nebinger | 18 May 2021

IntroductionHistorically developers have always wanted to be able to control site creation.It's not that Liferay admins are untrusted or anything like that. It is really more the case where setting up a new site can get complicated and the steps to create the site could be quite long. A site may have initial documents, web contents (with structures and templates), pages to create and populate...

13244
4
thumbnail
David H Nebinger | 18 May 2021

IntroductionLiferay has, for a long time, supported RBAC, the role-based access control. It is, of course, backed by the database so (inheritance aside for the moment) a user will be assigned a list of roles that is mostly fixed or unchanging. To change these role assignments, typically an admin is going to log into Liferay and, using the control panel, add or remove roles as necessary.This...

8829
2
thumbnail
Yuxing Wu | 11 May 2021

Downloads:Liferay Portal 7.2 GA2: Patch | ReadmeAll vulnerabilities fixed in these patches have already been fixed in Liferay Portal 7.3 GA7. Please refer to the readme file for a list of issues addressed in each patch. For more information on working with patches, please see Patching Liferay Portal .Thanks to Arun Das and Dominik Marks, binary builds of the patches are available:From Arun,...

7400
5
thumbnail
Ashley Yuan | 06 May 2021

The new installers and IDE 3.9.3 ga4 has been made available. Community Downloadhttps://liferay.dev/project/-/asset_publisher/TyF2HQPLV1b5/content/ide-installation-instructionsCustomers...

7516
0
thumbnail
Olaf Kock | 03 May 2021

As much as I always disliked the need to restart a server after changing a value in portal-ext.properties, I still love the fact that - for years - the available reference of possible options has been there and grew to 12379 lines at the time of this writing. It containing value keys, defaults, possible other values and documentation. And the fact that those are more than 12000 lines is...

8253
0
thumbnail
Jamie Sammons | 27 Apr 2021

Announcing Liferay Commerce 4.0 We’re excited to continue expanding and improving upon the Liferay Commerce product. The latest version of Commerce offers improvements in data integration and administrator and developer experience, making managing common Commerce processes more efficient. Download options Liferay Portal and Liferay Commerce share the same Bundle and Docker...

12114
0
thumbnail
Jamie Sammons | 05 May 2021

  Announcing Liferay Portal 7.4 CE GA1 Liferay Portal 7.4 CE GA1 marks the first major release in the 7.4 release cycle.  Although released later than  hoped, Liferay Portal 7.4 CE GA1 continues following the rolling release cycle announced last year for 7.3.  Liferay Portal 7.4 CE GA1 contains many exciting new features across almost every aspect of the...

25599
7
thumbnail
David H Nebinger | 27 Apr 2021

Introduction One of the great advantages I have being known in the community is really the opportunity to meet, talk and work with talented developers and teams. Recently the team at ACSoftware announced in the Liferay Community Slack they were working on a new Liferay development tool, and I was fortunate enough to work with them on evaluation and testing. As it is just released, I...

12770
9
thumbnail
Roselaine Marques | 15 Apr 2021

When we generate some NPM modules from generator-liferay-js, you should see that the generated (.jar) module is a "bit heavy".  In the case of the React Liferay module it is not as much as the Angular Liferay module (posted here). However, let's say we want to work with a few modules of this type and instance them on one page. This could cause some problems: 1. Loss of...

18446
1
thumbnail
Ashley Yuan | 15 Apr 2021

The new Liferay IntelliJ 1.9.1 plugin supports IntelliJ 211 and greater. Head over to this page for downloading. Release Highlights updated embedded blade cli to 4.0.7 upgrade sinceBuild to 211 and fix compatibility problems add more support for OSGi component properties(community contribution) Feedback If you run into any issues or have any suggestions,...

9219
0
thumbnail
David H Nebinger | 13 Sep 2021

Introduction So recently a couple of times I've seen folks ask how to send form data somewhere. Some want to trigger remote web service calls, some want to store the data in a different entity or database, etc. The common answer I give is to use a Tee storage type to persist in Liferay while using as you need, and this is sometimes followed by "um, what was that?" ;-) So I figured it was...

10449
4
thumbnail
David H Nebinger | 08 Apr 2021

Introduction Let me start by saying that I'm a huge fan of Upgrade Processes. I've actually written many blogs about Upgrade Processes or using Upgrade Processes: https://liferay.dev/blogs/-/blogs/old-versus-new https://liferay.dev/blogs/-/blogs/thinking-outside-of-the-box-resources-importer https://liferay.dev/blogs/-/blogs/servicebuilder-and-upgrade-processes ...

14040
1
thumbnail
Roselaine Marques | 02 Apr 2021

DISCLAIMER: This blog  post has Spanish and English version. Cuando generamos algunos módulos NPM a partir de generator-liferay-js, deberías ver que el módulo (.jar) generado es un "poco pesado". En el caso del módulo Angular Liferay tiene más o menos 20 MB. Ahora, imagina que queremos trabajar con varios módulos de este tipo e instanciarlos más de...

13664
0
thumbnail
Roselaine Marques | 02 Apr 2021

DISCLAIMER: This blog  post has Spanish and English version. When we generate some NPM modules from generator-liferay-js, you should see that the generated (.jar) module is a "bit heavy". In the case of the Angular Liferay module it is more or less 20 MB. Now, imagine we want to work with a few modules of this type and instantiate them in one page....

17389
12