Enterprise Java
-
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 » -
Hibernate Interview Questions and Answers – The ULTIMATE List
This is a summary of some of the most important questions concerning the Hibernate Framework, that you may be asked…
Read More » -
Your own MicroProfile Config source
MicroProfile Config, that is part of the MicroProfile Specification, is the standardization for Java Enterprise and Microservices configuration. Out of…
Read More » -
Meet CLI for CUBA Platform
There is no secret, that the world of software developers, especially Java developers, is full of keyboard maniacs who’d better…
Read More »