Enterprise Java
-
Quarkus on OpenJ9 JVM & resource consumption
Besides the native mode, Quarkus also runs well in JVM mode which comes with its own advantages. You can use…
Read More » -
Quickly creating URIs with UriBuilder
If you have access to the JAX-RS API and an implementation in your projects (many do), then you can use…
Read More » -
Quarkus’ additional (non-standard) CDI features
Quarkus supports CDI (Contexts and Dependency Injection) 2.0, but not all of it, only the most common features. However, Quarkus…
Read More » -
Invoking Secure WCF SOAP Service using SoapUI – Part 1, The service
In this saga divided into three-part, I will demonstrate how to use the SoapUI API tool to invoke a secured…
Read More » -
Spring Boot tests with Testcontainers and PostgreSQL, MySQL or MariaDB
Testcontainers is a Java library that allows integrating Docker containers in JUnit tests with ease. In a Containerized World, there…
Read More » -
All You Need To Know About UI Testing
Let’s start with a question. What is the first thing that a user interacts with on a website? The interface,…
Read More » -
Complete Guide To Selenium Locators In Protractor (Examples)
While testing the functionality for your website, especially web elements such as radio button, text boxes, drop-down, etc., you need…
Read More » -
Spring Boot and Micrometer with InlfuxDB Part 3: Servlets and JDBC
In the previous blog we setup a reactive application with micrometer backed with an InfluxDB. On this tutorial we shall…
Read More » -
Clean Unit Testing
It’s easy to write “unit test” tests that use JUnit and some mocking library. They may produce code coverage that…
Read More »