Enterprise Java
-

Kafka 4.0 &Â KRaft: The End of ZooKeeper
After 14 years and 100,000+ lines of code, Apache Kafka finally cuts the cord. Here’s everything that changed, and what…
Read More » -

Using Compile-Time Templates with Spring Boot
Template engines are a foundational part of server-side web development. While runtime engines such as Thymeleaf and FreeMarker are widely…
Read More » -

Getting Started with Payara
Payara is an open-source application server designed for running modern enterprise Java applications. It is based on GlassFish but extends…
Read More » -

Handling NaN Values in Java Micrometer Gauges with Prometheus
Micrometer is the de facto metrics instrumentation library for JVM-based applications, and Prometheus is a common backend for collecting and…
Read More » -

Calling Object Methods in Thymeleaf
Thymeleaf is a modern server-side Java template engine commonly used with Spring Boot applications. One of its powerful features is…
Read More » -

Using JTE for Type-Safe Templating in Java
Templating is a key aspect of many Java applications, especially web apps, where dynamically generating HTML is necessary. Let us…
Read More » -

GraphQL vs. REST vs. gRPC: The 2026 API Architecture Decision
A comprehensive comparison from a Java developer’s perspective on choosing the right API style for your next project The API…
Read More » -

How to Set the Content-Length Header in Spring MVC Responses
In Spring MVC, HTTP responses are commonly built using the ResponseEntity class. While Spring automatically handles many HTTP headers for…
Read More » -

Detach & Attach Entities in Spring JPA Example
1. Introduction Spring Data JPA simplifies persistence by abstracting away Hibernate-specific boilerplate code. The org.springframework.data.jpa.repository.JpaRepository interface provides CRUD operations for…
Read More »






