Enterprise Java
-
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 » -
TestNG vs. JUnit Testing Framework: Which One Is Better?
Introduction Software Development goes through many phases like requirement gathering & analysis, communication, design, code building, testing, and release. A…
Read More » -
Using R2DBC with a Reactor Application
Since Reactor has taken over the Java world it was inevitable the a reactive sql library would be there.In this…
Read More » -
Obtaining TLS Client Certificates In Spring Integration
Spring Integration is a very powerful and extensible framework for, well, integrations. But sometimes it’s not trivial how to get…
Read More »