Enterprise Java
-
Spring boot and Apache Camel
As the world of software moves on, more complex systems are being developed, which have to integrate with each other.…
Read More » -
Using Micrometer with Spring Boot 2
This is a very quick introduction to using the excellent Micrometer library to instrument a Spring Boot 2 based application and…
Read More » -
Scala client for Amazon Glacier
Amazon Glacier is a secure, durable, and extremely low-cost cloud storage service for data archiving and long-term backup. Glacier offers…
Read More » -
How to Deploy Spring Application Without web.xml to Tomcat
Introduction Since the Servlet 3 specification web.xml is no longer needed for configuring your web application and has been replaced…
Read More » -
AJAX with CKEditor in Spring Boot
1. Overview In this article, we will cover how to use CKEditor with Spring Boot. In this tutorial, we will be…
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 »