Enterprise Java
-

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 » -

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 » -

Jersey client dependencies for JAX-RS 2.1
Jersey is the reference implementation of JAX-RS 2.1. The following Jersey dependencies are required in order to run a JAX-RS…
Read More » -

Secure Your Java App with Spring Security, Thymeleaf, and Okta
Never Build Auth Again – Love building user management? With Okta, you can add social login, multi-factor authentication, and OpenID…
Read More » -

JSON Schema’s Role in Building and Deploying Your API
What is JSON Schema? It provides a thorough way of describing the structure and properties of any JSON value. It…
Read More » -

Replacing exceptions with error notifications during input validation in Java
In my previous article I wrote about an input validation design which replaces hard-to-maintain-and-test if-else blocks. However, as some readers pointed…
Read More »




