tommaso borgatotommasoborgato.hashnode.dev·Oct 25, 2024WildFly to Infinispan EncryptionIntroduction When using Infinispan as an external cache for WildFly, we might want to: Encrypt communication Use a client certificate to authenticate to Infinispan Generate Keystores The first thing we need is keys and certificates to: encrypt com...infinispan
Antonino Praxedesantoninopraxedes.hashnode.dev·Oct 22, 2024Injeção de Dependências com CDI em JSF: Passo-a-passo com IntelliJ IDEA e WildFlyA injeção de dependências é uma técnica poderosa que simplifica a criação de software ao reduzir o acoplamento entre classes e serviços. No JavaServer Faces (JSF), o CDI (Context and Dependency Injection) é amplamente utilizado para gerenciar o ciclo...Java
Romain Pelissebelaran.hashnode.dev·Jul 30, 2024Automate message queue deployment on JBoss EAPFor decades now, software projects have relied on messaging APIs to exchange data. In the Java/Java EE ecosystem, this method of asynchronous communication has been standardized by the JMS specification. In many cases, individuals and organizations l...automation
Romain Pelissebelaran.hashnode.dev·Jul 16, 2024Deploying a WildFly 30.0.1.Final cluster using AnsibleIn this brief demonstration, we’ll set up and run three instances of WildFly on the same machine (localhost). Together they will form a cluster. It’s a rather classic setup, where the appservers needs to synchronize the content of their application’s...Java
Abhay Dandgeabhaydandge.hashnode.dev·Jun 26, 2024Deploying Bitnami/WildFly in Docker with Volume and Port ForwardingIntroduction Linkedin post As the technology landscape continues to evolve, containerization has become a crucial aspect of modern software development and deployment. Docker, a leading platform in this space, allows developers to package application...2 likes·135 readsDocker
tommaso borgatotommasoborgato.hashnode.dev·Sep 18, 2023Sticky Sessions on Kubernetes with WildFly and NGINXThere 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...36 readsKubernetes
tommaso borgatotommasoborgato.hashnode.dev·Aug 24, 2022Create a docker image with WildFly and a Jakarta EE application deployedIn this article we show HOW-TO create a docker image containing WildFly with a Java application deployed in it; the docker image is ready to be run in OpenShift, Kubernetes or just locally with docker or podman; The process is broken to pieces in ord...167 readsDocker