Java
-
Spring Application Architectures
I recently received a question from one of my blog‘s readers, Ajay, and decided to share my answer here to…
Read More » -
Corda Services 101
I’m in the mood to write a short and to the point post today. I’m actually curious how quickly I…
Read More » -
Istio’s Networking API Explained
Istio version 1.0 comes with a networking API that comprises a lot of features and covers a variety of scenarios.…
Read More » -
Writing Big JSON Files With Jackson
Sometimes you need to export a lot of data to JSON to a file. Maybe it’s “export all data to…
Read More » -
Fluent Design Style Toggle Switch For Java, JavaFX
Hi, this time I’m going to talk about the new Toggle Switch style in the new version of JMetro. Toggle…
Read More » -
A configurable JAX-RS ExceptionMapper with MicroProfile Config
When you create REST services with JAX-RS, you typically either return nothing (so HTTP 201/2/4 etc) or some data, potentially…
Read More » -
Java Iterator to Java 8 Stream
Sometimes during my work, I need to integrate with other libraries which they return an Iterator object instead of a…
Read More » -
Frameworks and toolkits to make Java reactive: RxJava, Spring Reactor, Akka and Vert.x overview
Today people want highly responsive, interactive applications with strong user experience, which often means dealing with asynchronicity, especially when the…
Read More » -
How to Integrate H2 database in Spring Boot App
Hello Friends, In this tutorial, we will try to explore that how we can integrate with the H2 database in a…
Read More »