I had a touch with the Arquillian framework for the first time when I was building the automated end-to-end tests for JavaEE based applications. At that time testing applications deployed…
Java, Spring, Kotlin, microservices, Kubernetes, containers
I had a touch with the Arquillian framework for the first time when I was building the automated end-to-end tests for JavaEE based applications. At that time testing applications deployed…
In this article, I'm going to show you how to deploy your Java applications on OpenShift (Minishift), and connect them with other services running there. We will also learn how…
In this article, you will learn how to run Vertx microservices on Kubernetes. Automatic deployment, scaling, container orchestration, self-healing are a few very popular topics in some recent months. This…
Preface Today I would like to get back to the subject touched on in one of my previous articles - Vert.x toolkit. In the post Asynchronous Microservices With Vert.x. I…
Preface I must admit that as soon as I saw Vertx documentation I liked this concept. This may have happened because I had previously used a very similar framework which…