Redis: a WildFly feature pack
Try https://github.com/Tommy74/wildfly-redis-client-feature-pack and integrate Redis client into WildFly the native way! Redis Client Feature Pack for WildFly is a Galleon feature pack that integrates
Search for a command to run...
Try https://github.com/Tommy74/wildfly-redis-client-feature-pack and integrate Redis client into WildFly the native way! Redis Client Feature Pack for WildFly is a Galleon feature pack that integrates
If you want to run DB2 on OpenShift you can use the DB2 Operator as described here Db2 12.1.2 for Red Hat OpenShift and Kubernetes; As an alternative, you can do it without using the DB2 Operator; Here is what you have to do if you don’t want to use ...
Encrypting communication between WildFly and Infinispan and use client certificate authentication
There are many posts on the Internet illustrating HOW-TO configure sticky sessions when using an NGINX Ingress Controller; This post elaborates a little on that subject and adds WildFly to the mix; You will configure the NGINX Ingress Controller on K...

Intro In this article we show HOW-TO deploy on OpenShift a Jakarta EE 10 application using WildFly as runtime; You can find further details here https://www.wildfly.org/news/2022/04/20/WildFly-s2i-v2-Released/; We show two variants of the process, ea...

deploy a Jakarta EE application on WildFly and create a Docker image

Have you ever wondered how Operators show up inside OpenShift OperatorHub? Let's say you have just written your brand new Operator using the operator-sdk and you would like to make it available for installing inside some OpenShift cluster: this post ...

I have prepared this repository github.com/tommaso-borgato/helloworld-mdb with all the instructions and the Java code you need: how-to install ActiveMQ Artemis broker how-to install and configure WildFly a complete Java application to send/receive m...

In PART 1 we saw how to create a JAR that contains your application, and that you can run from command line like this: java -jar target/wildfly-bootable-jar-database-bootable.jar In this post, we explain how-to put your application inside a container...
