Enterprise Java
-
MongoDB Tutorial for Beginners
1. Introduction to MongoDB In this post, we feature a comprehensive MongoDB Tutorial that integrates with a Java-based application. Whenever…
Read More » -
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 » -
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 » -
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 » -
Spring Data JPA with central exception handling and VO validations – framework
1. Introduction Over the time, Spring framework became the de-facto standard to create any applications that are REST API based.…
Read More » -
SOLR cloud 7.4 cluster configuration with an external Zookeeper ensemble and using SOLRJ API to access the data
SOLR is one of the most popular and highly scalable search engine which runs on the distributed indexing technology. Solr…
Read More »