Enterprise Java
-
Spring Validator Validation Example
1. Introduction Spring Validation Framework includes the Validator interface that handles data validation. It is used to implement custom validation…
Read More » -
Spring AI Structured Output Example
Spring AI offers a seamless integration for AI-driven applications, especially when interacting with large language models (LLMs). One key feature…
Read More » -
Spring Boot and SOLID: A Perfect Match
Spring Boot, a popular Java framework for building microservices and web applications, has gained immense popularity due to its simplicity,…
Read More » -
Manually Destroy Prototype Spring Bean
In Spring Framework, beans can be defined with different scopes. The most common scopes are singleton and prototype. While singleton…
Read More » -
Enhancing Spring Boot Controllers: Custom Parameters
Spring Boot, a popular framework for building Java-based applications, offers a robust and efficient way to create RESTful APIs. One…
Read More » -
Using Spring AI Structured Output: List, Map, and Bean Converters
In Spring AI, structured output converters play a crucial role in handling the responses returned by AI models. Specifically, MapOutputConverter,…
Read More » -
Testcontainers JDBC Support
Testcontainers is a powerful library designed to simplify the testing of database interactions, especially when dealing with different environments and…
Read More » -
Spring Cloud Gateway: A Practical Approach
In the realm of microservices architecture, a gateway serves as a unified entry point for multiple microservices. It acts as…
Read More » -
Getting Started with Spring AI
Integrating artificial intelligence (AI) into applications is becoming necessary for businesses looking to stay ahead. The Spring Framework in the…
Read More »