IT Placement Papers JAVA Java Patterns
This category contains Java Patterns Interview Questions and Answers |
What is Front Controller pattern?
|
|
|
|
|
It manages and handles requests through a centralized code. This could either be through a servlet or a JSP (through a Java Bean). This Controller takes over the common processing which happens on the presentation tier. The front controller manages content retrieval, security, view management and retrieval.
Only registered users can write comments. Please login or register.
|