Posts for 2026-06

Posts published in this month
  • Spring Boot Application as a Service

    In modern software development, running applications as services has become a common practice. Spring Boot, with its simplicity and powerful features, makes it...

  • Gradle Custom Task: A Comprehensive Guide

    Gradle is a powerful build automation tool that has become the de facto standard for building Java, Android, and many other types of projects. One of the most...

  • How to Mock HttpServletRequest

    In Java web development, the `HttpServletRequest` object plays a crucial role as it encapsulates all the information about an HTTP request sent by a client to...

  • Intro to Apache BVal

    In the world of Java development, data validation is a crucial aspect of ensuring the integrity and quality of data. Apache BVal is a powerful and flexible...

  • A Java Web Application Without a `web.xml`

    In the past, the `web.xml` file was a crucial part of a Java web application. It was used to configure servlets, filters, listeners, and other web-related...

  • Introduction to Apache Calcite

    Apache Calcite is an open - source framework for data processing and querying. It is designed to be a highly modular and extensible platform that can be used...

  • Java Weekly, Issue 524

    Java Weekly is a well - known newsletter that curates the latest and most relevant Java - related news, articles, libraries, and events. Issue 524 consists of...