-
Core Java
Introduction to Apache Commons Validator
Validation is a crucial part of application development, ensuring that user inputs meet expected formats and constraints. Apache Commons Validator…
Read More » -
Enterprise Java
Store Arrays & Collections In JSON & XML In Hibernate
Hibernate is a powerful and flexible ORM (Object-Relational Mapping) framework that simplifies the interaction between Java applications and relational databases.…
Read More » -
Core Java
Invoke a GoLang Function from Java
Go, often referred to as GoLang, is a statically typed, compiled programming language designed by Google. Known for its simplicity,…
Read More » -
Enterprise Java
Configure CORS Policy for Spring Cloud Gateway
Cross-Origin Resource Sharing (CORS) is a mechanism that allows web applications hosted on one domain to interact with resources hosted…
Read More » -
Enterprise Java
Spring Boot @requestmapping To Serve A zip File
Serving a zip file from a Spring Boot application is a common requirement in modern web applications. Whether for compressing…
Read More » -
Core Java
Mock Multiple Responses for the Same Request In MockServer
MockServer is a versatile tool for mocking HTTP and HTTPS responses. Often, you may need to simulate different responses for…
Read More » -
Enterprise Java
HTTP DELETE With Request Body
HTTP DELETE is typically used to request the deletion of a resource from a server. However, unlike other HTTP methods…
Read More » -
Enterprise Java
Conditionals in Spring WebFlux Reactive Flow
Spring WebFlux is a part of the Spring Framework that enables developers to build reactive, non-blocking web applications. Unlike traditional…
Read More » -
Core Java
Mock Nested Method Calls Using Mockito
Mockito is a powerful Java-based framework that simplifies unit testing by allowing developers to mock objects and their behaviors. Nested…
Read More »