Figure showing the traditional approach to determining the user view in a web application that has not used a Front Controller. Each user request is conveyed using an HTTP message and results in a separate view component. The recommended approach routes the user request through a Front Controller component. It then uses the information in the HTTP message to determine which view to display.