Tagged articles
3 articles
Page 1 of 1
JD Tech Talk
JD Tech Talk
Jul 21, 2025 · Backend Development

Mastering Spring Interceptors: How to Implement, Configure, and Optimize

Learn how Spring interceptors work, their relationship with WebApplicationContext, various types, configuration methods, execution flow, advanced features, and practical examples such as logging and authentication, plus a comparison with servlet filters and demo results.

Backend DevelopmentInterceptorJava
0 likes · 7 min read
Mastering Spring Interceptors: How to Implement, Configure, and Optimize
JavaEdge
JavaEdge
Dec 29, 2021 · Backend Development

Understanding Spring's Parent-Child Containers: Architecture, Startup Flow, and Common Pitfalls

This article explains the concept of Spring parent-child containers, their roles in separating web and service layers, the startup sequence of root and servlet WebApplicationContexts, how to verify their existence, and answers common configuration questions with code examples and diagrams.

Parent-Child ContainerSpring MVCWebApplicationContext
0 likes · 12 min read
Understanding Spring's Parent-Child Containers: Architecture, Startup Flow, and Common Pitfalls
Qunar Tech Salon
Qunar Tech Salon
May 30, 2016 · Backend Development

Spring MVC Web Configuration and Context Initialization Process

This article explains how Spring MVC integrates web capabilities by configuring web.xml, initializing the root WebApplicationContext via ContextLoaderListener, creating a child context for DispatcherServlet, and managing the hierarchical relationship between the two contexts to share beans across a Java web application.

Backend DevelopmentContextLoaderListenerDispatcherServlet
0 likes · 11 min read
Spring MVC Web Configuration and Context Initialization Process