Is it necessary that there should be only one controller in MVC architechture? and why?

Showing Answers 1 - 2 of 2 Answers

Bhupender

  • Nov 9th, 2005
 

Actually MVC is basically an arachitecture in which there is clear seperation between presentation and business logic.

MVC M(Model) :Is your bean (conataining information like   name,age,sex,add

  Was this answer useful?  Yes

Bhupender Giri

  • Nov 9th, 2005
 

MVC Model View Controller

This is basically an architecture that is used to stress the reusing object oriented concept that will be conducive for programmer as well others.

You can use more than one controller.As when you undergo different kind of design pattern then you will come to know that there are different controllers like Front controller that handles the first request and later on forward to particular controller.'

But when you are simply using MVC then it depends on the programmer or developer whther he is going to use only one controller or more than one.This is a broad concept .

So Answer for your question is that yes we can use moe than one controller in MVC architecture.

Thanks

  Was this answer useful?  Yes

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