Jump to content

Front controller

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dmforcier (talk | contribs) at 18:47, 3 February 2008 (Created page with 'The '''Front Controller Pattern''' is a software design pattern listed in the book ''Core J2EE Patterns, Best Practices and Design Strategies''. The pattern "provi...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.

  1. ^ Core J2EE Patterns, Best Practices and Design Strategies, 2nd Ed., Alur, Crupi, and Malks, p. 166.