Java
-
Constructors or Static Factory Methods?
I believe Joshua Bloch said it first in his very good book “Effective Java”: static factory methods are the preferred…
Read More » -
Transactions Made Simple Using Speedment 3.0.17 and Above
Transactions Sometimes we want to make sure that our database operations are executed atomically and separated from other operations. This…
Read More » -
Controlling parallelism level of Java parallel streams
With recent Java 9 release we got many new goodies to play with and improve our solutions once we grasp…
Read More » -
Introduction to Apache Kafka
What is Apache Kafka? Apache Kafka is a distributed streaming system with publish and subscribe the stream of records. In…
Read More » -
Spring Boot web application with Gradle
1. Introduction Before we move on to create our demo Spring Boot web application with Gradle, I assume we all…
Read More » -
Using Google reCaptcha with Spring Boot application
Introduction reCaptcha by Google is a library used to prevent bots from submitting data to your public forms or accessing…
Read More » -
OpenHub Framework – Next Interesting Features
This is the third article from the series about OpenHub framework – the first introduced OpenHub framework and the second presented asynchronous messaging…
Read More » -
Five Features to Make Java Even Better
I stumbled upon this proposal by Brian Goetz for data classes in Java, and immediately realized that I too have…
Read More » -
WildFly Kubernetes exec probes
Liveness and readiness probes tell Kubernetes whether a pod is running and ready to do some work. An enterprise application…
Read More »