Enterprise Java
-
KivaKit deployments
KivaKit applications can be configured using the settings api, but there is an easier way to configure an application for…
Read More » -
From layers to onions and hexagons
In this post we will explore the transition from a classic layered software architecture to a hexagonal architecture. The hexagonal…
Read More » -
KivaKit resources
A resource is a stream of data that can be opened, read from or written to, and then closed. KivaKit…
Read More » -
KivaKit command line parsing
The kivakit-commandline module provides the switch and argument parsing used by kivakit-application. Let’s take a look at how this works.…
Read More » -
Receive Pub/Sub messages to your Spring Application
Pub/Sub is a messaging solution provided by GCP Before we dive into the actual configuration we need to be aware…
Read More » -
KivaKit applications
The kivakit-application module contains building blocks for creating applications and servers. In the diagram below, we can see that the…
Read More » -
Testing Scenarios You Should Avoid While Automating With Selenium
Selenium is a widely used web automation testing platform, and Selenium Automation is in great demand today. There are plenty…
Read More » -
Configuring plain Java projects using MicroProfile Config
If you’re in the Enterprise Java space, you’re probably aware that you can use MicroProfile Config to configure your applications.…
Read More » -
A Comprehensive Guide On JUnit 5 Extensions
JUnit is one of the most popular unit testing frameworks in the Java ecosystem. The JUnit 5 version (also known…
Read More »