ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What does Controller do ?

Is the switch board of MVC architecture

Every request goes through the controller

Responsible for flow control (action mapping) of the request handling

reads configuration file to determine the flow control

Dispatch to one of several methods in an Action class

Switch from one sub-application module to another

Related Posts Plugin for WordPress, Blogger...
Flag Counter