Front Controller pattern

The term refers to a front controller design pattern in software engineering. A front controller serves as the entry point to a Web application.

The front controller usually extended the Model-View - Controller architecture pattern. All requests to the Web application are received by the front controller and delegated to a specific controller. For this, it initializes the router (usually in an external component outsourced ) and demonstrates the delegation common tasks such as localization by.

354392
de