RSS
Brian Lavender | 15 Nov 2021

Blade is one of the great Liferay development tools. This is true, unless it stops working! Or, maybe you ran the blade installer and the error came up and you now wonder what to do now?! Punt? Watch a spaghetti western? That’s what this blog is about, resolving issue(s) with blade, two issues that have occurred on Windows for me using blade. Blade Error Failed to find Java VM Liferay...

9228
2
thumbnail
Marcial Calvo Valenzuela | 18 Nov 2021

  This blog is also available in english Cada vez es más habitual el despliegue de aplicaciones o microservicios en una infraestructura basada en contenedores, como Kubernetes u Openshift. Liferay Portal/DXP no se queda atrás en este aspecto y gracias a que es una plataforma totalmente agnóstica a la infraestructura subyacente, es posible su implementación en este tipo de...

8085
0
thumbnail
Dave Truong | 15 Nov 2021

I had a bit of a hiccup when running my demo during /dev/24 so I ran through my presentation again.   Here is the recording as promised: https://drive.google.com/file/d/1h3WqERQr4VHphOlzUYdSAxgKcCoWCnX-/view?usp=sharing Feel free to ask questions below. Thanks, Dave

6954
0
Brian Lavender | 10 Nov 2021

  At the time of this writing, the Maven archetype for a JSF portlet with CDI enabled generates output that can only be built using Maven in order to enable CDI. This currently works with Liferay Portal 7.3 and not 7.4. With a few tweaks, you can make your JSF portlet use your Gradle build system. Initially, you will use Maven to generate the code and while it does put int a build.gradle,...

9356
0
thumbnail
David H Nebinger | 10 Nov 2021

Introduction In a recent blog I explained how to create a React-based portlet within your Liferay Gradle Workspace by using the js-widget Blade template which in turn uses the Yeoman Liferay JS Generator to create the project. (Wow, that was a mouthful ;-) ) In this way, you can have your Liferay Gradle Workspace take care of building your complete suite of Liferay modules, the...

12767
1
thumbnail
Jamie Sammons | 15 Nov 2021

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 GA4 and Liferay Commerce 4.0 GA4 run the following: docker run -it -p 8080:8080 liferay/portal:7.4.3.4-ga4 For more...

15187
14
thumbnail
Marcial Calvo Valenzuela | 03 Nov 2021

Esta entrada de blog  está también disponible en español. One of the star features of the Kubernetes world is, without a doubt, the Horizontal Pod Autoscaling. With it, we can benefit from a superior performance capacity of our service at specific moments, where the original dimensioning of our cluster may not be sufficient, avoiding degradation or even loss of service. Kubernetes...

9659
0
thumbnail
Marcial Calvo Valenzuela | 03 Nov 2021

Check english version here Una de las funcionalidades estrella del mundo de Kubernetes es, sin lugar a dudas, la del Autoescalado Horizontal de Pods. Con ella, podemos beneficiarnos de una capacidad de rendimiento superior de nuestro servicio en momentos puntuales, donde el dimensionamiento origen de nuestro cluster pueda no ser suficiente, evitando degradamiento o incluso...

8681
0
Scarletake Bwi | 29 Oct 2021

I struggle on this for over 3 weeks. god... my envirement Liferay CE 7.4.2 GA3 Oracle JDK 8 Windows 10 Liferay Developer Studio Version: 3.9.4.202108090632-ga5   sometime, we have to connect to another database for many reasons, system is old, they cannot provide web service..etc.   there have two ways for this purpose, DataSourceProvider and SpringBeans IMPORTANT! 1. before...

9368
0
thumbnail
Vitaliy Koshelenko | 27 Oct 2021

Overview For the many years Liferay theme was the only way for defining the portal appearance. Usually, when a new project started (or customer requested a new site with a brand new design) - development  began with a new theme creation. With themes it's possible to define the overall styling and the basic page structure. Also, we can define the configuration options with...

10695
4