Java
-
Spring Annotations I never had the chance to use part 2: @ConfigurationProperties
Few days ago, I accidentally stumbled upon a Spring annotation from Spring Boot project while I was checking something else.…
Read More » -
Managing multiple Java installations
With more and more Java releases coming up, it’ll be more interesting to manage multiple Java installations on your local…
Read More » -
Spring has you covered, again: consumer-driven contract testing for messaging continued
In the previous post we have started to talk about consumer-driven contract testing in the context of the message-based communications.…
Read More » -
Selenium 4 Alpha – What to Expect?
Selenium 4 Alpha- What to Expect? Back in August of 2018 the whole testing automation community had been struck by…
Read More » -
Extending the AWS Ecosystem with Universal Data Access
Amazon Web Services (AWS) helps organizations host and manage their data processes, like building data visualizations and performing ETL tasks.…
Read More » -
Desired Capabilities in Selenium Testing With Examples
Desired Capabilities is a class used to declare a set of basic requirements such as combinations of browsers, operating systems,…
Read More » -
Java: Release of Speedment 3.2 – Now Enabling Lightweight Database Microservices
Several traditional ORMs do not fully honor Java module encapsulation (JPMS). This often means a lot of unnecessary files and…
Read More » -
Repeated code
Introduction It is usually not good to have copy/paste code in our Java application but sometimes it is unavoidable. For…
Read More » -
Java: How to Create Lightweight Database Microservices
The number of cloud-based Java database applications grows by the minute. Many organizations deploy hundreds if not thousands of microservice…
Read More »