Controller Functions

Describe the functions of Controller?

Questions by desh12345

Showing Answers 1 - 4 of 4 Answers

prateeks88

  • Nov 4th, 2008
 

Controller as the name specifies is a part of the application server that controlles the whole application.
In MVC(if you are aware of model,view,controller) the maintasks of the controller are:
1> Take the user inputs from the request and understand what it means to the model.
2> Tell the model to update itself and make a new model state avilable for the JSP.

What I personally feel is all of your servlets in a pure MVC based application act as a controller (only 99% sure about that).

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions