Java J2EE Spring Chapter 57: Front Controller Pattern

This chapter is going to deal with the last pattern on the SCWCD exam – The Front Controller Pattern.

What is Front Controller Pattern?

The Front Controller pattern presents one entry point to a Web site or service. It provides a centralized entry point that controls and manages Web request handling. It eliminates the dependency of the user on a direct resource. Suppose you wanted to get the