Tagged articles

viewresolver

2 articles · Page 1 of 1
Cloud Architecture
Cloud Architecture
Jul 6, 2026 · Backend Development

Spring Boot Template Engine Mix: Designing a Multi‑Engine Coexistence Architecture for Production

The article explains why running multiple template engines in a Spring Boot application becomes an operational challenge, outlines a four‑layer architecture and routing strategies, provides concrete code for a custom ViewResolver, configuration, observability, deployment, testing and migration steps, and shows how to govern the process safely in production.

Kubernetesfreemarkerobservability
0 likes · 39 min read
Spring Boot Template Engine Mix: Designing a Multi‑Engine Coexistence Architecture for Production
Java Tech Workshop
Java Tech Workshop
Mar 31, 2026 · Backend Development

Mastering SpringBoot Web Core: How DispatcherServlet Coordinates Requests

This article explains how SpringBoot’s DispatcherServlet acts as the central dispatcher of the Web module, detailing its role and the surrounding core components—HandlerMapping, HandlerAdapter, HandlerExceptionResolver, ViewResolver, and HttpMessageConverter—along with practical code examples and common pitfalls.

DispatcherServletHandlerAdapterHandlerMapping
0 likes · 14 min read
Mastering SpringBoot Web Core: How DispatcherServlet Coordinates Requests