Front Controller


Definition

Using a single component to process application requests.

Where to use & benefits

Example

Design a servlet to deal with all the requests.

Return to top