Front controller
Appearance
The Front Controller Pattern is a software design pattern listed in the book Core J2EE Patterns, Best Practices and Design Strategies. The pattern "provides a centralized entry point for handling requests."[1]
Several web-tier application frameworks implement the Front Controller pattern, notably the Spring MVC framework.
- ^ Core J2EE Patterns, Best Practices and Design Strategies, 2nd Ed., Alur, Crupi, and Malks, p. 166.