Enterprise Java
-

Embed PostgreSQL in Spring Boot Testing
Testing is a crucial aspect of software development, ensuring that code functions as expected and integrates well with other components.…
Read More » -

XML File Processing with Spring Batch
Spring Batch provides essential functionalities such as transaction management, job processing statistics, job restart capabilities, and more. One of its…
Read More » -

Excel File Processing with Spring Batch and JPA
In this article, we will demonstrate how to read all the rows from an Excel (.xls or .xlsx) file using…
Read More » -

Implementing JSON Item Reader and Writer in Spring Batch
Spring Batch is a popular framework for building batch applications in Java. One of the key features of Spring Batch…
Read More » -

Converting a Map to a Spring MultiValueMap
In Spring, a MultiValueMap is a structure for storing multiple values for a single key. This can be useful in…
Read More » -

Using Enum in Spring Data JPA Queries
When constructing our persistence layer using Spring Data JPA, we frequently deal with entities that contain enum fields. These enum…
Read More » -

Leveraging the Power of Kafka with Quarkus: A Professional Guide
1. Understanding Apache Kafka Integration with Quarkus Apache Kafka – A Distributed Event Streaming Platform Apache Kafka is a widely-used…
Read More » -

Spring Boot 3.x New Features
Spring Boot 3.x brings a wave of exciting new features and improvements designed to empower developers and enhance the performance…
Read More » -

Getting Started with LangChain4j and Spring Boot
The LangChain4j framework is an open-source library designed to seamlessly integrate Language Learning Models (LLMs) into Java applications. Drawing inspiration…
Read More »





