RSS
thumbnail
Neil Griffin | 04 May 2020

The following versions of PortletMVC4Spring were released on May 4, 2020 AD: Version Description   5.2.1 For use with Spring Framework 5.2.x (tested with 5.2.5.RELEASE) Release Notes 5.1.2 For use with Spring Framework 5.1.x (tested with 5.1.4.RELEASE) Release Notes ...

6890
0
thumbnail
David H Nebinger | 04 May 2020

Just a quick one today... Liferay stopped releasing Liferay CE/DXP Wildfly bundles after 7.1, so I was recently asked to create a Liferay 7.2 DXP bundle for Wildfly 11. So I followed the instructions posted here: https://help.liferay.com/hc/en-us/articles/360029123751-Installing-Liferay-DXP-on-Wildfly Started the Wildfly bundle and it seemed to come up fine. Navigating to...

10619
8
thumbnail
Kailash Yadav | 05 May 2020

A Progressive Web Applications (PWA) attempt to make use of the advanced features of modern web browsers and combine it with the native application user experience.  A Progressive Web Applications look and behave like mobile native app with lots of additional capabilities. Below are feature comparison between PWA, Web App and Native App. If you like know more...

14335
5
thumbnail
Neil Griffin | 04 May 2020

I recently came across a requirement to embed a Navigation Menu portlet in a Liferay 7.2 theme and to make the navigation display a specific set of pages. Here are the steps that I took to accomplish this task: As an Administrator, go to the Control Panel and click on Site Builder > Pages Added three widget pages: P1, P2, and P3 Clicked on "Go...

14410
4
thumbnail
Marcial Calvo Valenzuela | 01 May 2020

Con la llegada de Liferay 7.3.1 CE GA2, disponemos de nuevas features, entre las que se encuentra Asset Libraries, mediante la cual podremos compartir contenido de manera colaborativa entre sitios. ¿Cómo funciona? Funciona  a modo de repositorio, donde podremos crear contenido con el fin de ser compartido únicamente entre los Sitios con conexión al ...

9147
6
thumbnail
Dominik Marks | 30 Apr 2020

Similar to my previous blog post about how to integrate the german Servicekonto with Liferay a customer wanted to create an integration of Verimi with Liferay. Several companies in germany already offer customers to login with a Verimi account. By this people can create one account which can be used to login to different portals. Verimi uses an OpenID connect mechanism, so...

8842
1
thumbnail
David H Nebinger | 27 Apr 2020

Recently I was helping a client who was suffering from performance problems on their site sometimes leading to node instability. After doing a deep dive, I found that most of the problems stemmed from improper connection pool settings. Not that it was the developers faults, per se, but it had more to do with not seeing the whole picture. So I thought I'd share some common...

9993
1
thumbnail
Ankur Agarwal | 05 May 2020

Context : In projects which support multiple language end user faces common issue related to language switch based on the browser locale once user is logged out from his/her account which leads to bad or broken user experience for the end user. Problem Details : We created portal for France and our portal supports 2 languages – English and French. Default site language is French....

8070
1
thumbnail
Yanan Yuan | 30 Apr 2020

The new release of Liferay Workspace and Studio Installers 3.8.1 ga2 has been made available.  Download For customers, they can download all of them on the customer studio download page. This new package support for eclipse Photon or greater. Community downloads: https://liferay.dev/project/-/asset_publisher/TyF2HQPLV1b5/content/ide-installation-instructions Release...

8073
2
thumbnail
Olaf Kock | 23 Apr 2020

During this year's fully digital LDSF for the DACH region ("Liferay Digital Solutions Forum") on 22 April 2020, I've had a presentation labelled "Maintainable Plugins". The video is currently being prepared for publication, but it's (currently) in german only. After presenting some techniques to write maintainable plugins, one of the questions that I got in the Q&A lounge after...

7650
2
thumbnail
Marcial Calvo Valenzuela | 03 Jun 2020

Nota:  Accede aquí para consultar la traducción de este blog en español. To use Docker to run Liferay in the fastest and most agile way, it is useful to know how to  configure Liferay images and how to create our custom images. In this blog post, we explain how Liferay's Docker image is structured in order to know how to configure it before running Liferay....

9788
0
thumbnail
Marcial Calvo Valenzuela | 22 Apr 2020

DISCLAIMER: This blog post is in Spanish. English version will be published shortly.  Si usamos Docker y/o Kubernetes para levantar Liferay de forma ágil y sencilla, es recomendable conocer cómo podemos configurar dichas imágenes o bien, cómo crear las nuestras propias. En este post, explicaremos cómo se estructura una imagen Docker de Liferay para que...

11428
3
thumbnail
Neil Griffin | 21 Apr 2020

Note: This is a follow-up to the post titled Liferay Faces Maintenance Release (December 2019).   On April 21, 2020 released JSF portlet archetypes that are designed for use with Liferay Portal CE 7.3. The home page of   https://www.liferayfaces.org now shows "7.3" as the default dropdown menu for selecting archetypes and viewing...

9575
2
thumbnail
Bryan H Cheung | 20 Apr 2020

In one of our company-wide meetings last year, I talked about how Liferay was born in the aftermath of the dotcom bubble bursting, and then pivoted to a subscription-driven business in the wake of the 2008 global financial crisis. I mused about what 2020 might have in store, but I admit I would have never imagined this.  As we respond to the severity of the COVID-19 pandemic,...

10185
1
thumbnail
Marcial Calvo Valenzuela | 20 May 2020

Check english version here Kubernetes es un orquestador de contenedores en cloud, de código libre, con el cual podemos administrar aplicaciones en contenedores, automatizar despliegues y ajustar su escalado entre muchas más funciones.   En este blog trabajaremos principalmente con la API de k8s mediante interfaz de línea de comandos usando kubectl para manejar...

13796
4
Mateo Mustapic | 17 Apr 2020

We are pleased to announce that the epic on the reduction of WYSIWYG variability is finished. We followed the strategy mentioned in the Rich Content Editor strategy in DXP for consolidating all our UX for writing Rich Text Content around CKEditor 4 by reducing variability in WYSIWYG Writing Experience.  Julien and I analyzed each content-creation scenario to provide the best...

7632
1
thumbnail
Dominik Marks | 17 Apr 2020

Introduction There is a security problem around that affects several Liferay version from 6.1.x to 7.2.0. Usually Liferay only provides fixes for the latest Community Edition. This time the issues CVE-2020-7961 is rather critical, so Liferay decided to offer source code patches even for pretty old versions too. Thank you guys! We already see attacks to our Liferay servers as...

19989
21
Michael Chen | 10 Apr 2020

The design of workflowContext in KaleoInstance is not fork/thread/cluster safe. There is no database row level locking to prevent dirty reads from and competing writes to workflowContext as a Map or as a string. This also applies to Java code and KaleoTaskInstanceToken.workflowContext and KaleoTimerInstanceToken.workflowContext. I propose this change, which prevents developers from...

9578
4
thumbnail
Sergio Sánchez | 09 Apr 2020

This blog post contains a simple procedure to upgrade the templates created for Web Content in Liferay Portal 6.x EE with Velocity to Freemarker in Liferay Portal/DXP 7.x. As you might know, the use of Velocity is deprecated in Liferay Portal/DXP 7.x and it’s advisable to migrate from Velocity to Freemarker. This post is not magic or rocket science, just a set of steps that can help...

15880
1
thumbnail
Olaf Kock | 06 Apr 2020

If you're following this series for a while, you might not have expected a new chapter with just a minor release of Liferay Portal 7.3.1 CE, GA2. I had just released chapter 6 for 7.3.0 GA1 - what's new now? Well, the re-release is necessary, because contrary to the last many chapters, 7.3.1 introduces some changes in its theme, so that the advertised CSS change now differs. ...

11881
0