can we use more than one controller in web application
Answers were Sorted based on User's Feedback
Answer / kishore
We can have multiple controllers but if it is a struts
framework then it voilates MVC design since we cannot have
more than one controller in MVC
| Is This Answer Correct ? | 22 Yes | 2 No |
Answer / kalyan
We can have mulitiple controllers but if it is struts
framework MVC design follows the one controller ,its not
supported the multiple controllers
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manisha telang
We can use as many controllers if not using Struts ,
Usaually designs that I have worked has one business logic
has one controller .
| Is This Answer Correct ? | 0 Yes | 0 No |
What is MIME Type?
what is the difference between servlets and struts?
What are the differences between servlet context vs servlet config?
What exception should be thrown when servlet is not properly initialized?
What do you mean by scope object and what are its types?
What are different types of SessionTracking?
Explain mvc pattern.
What do you mean by servlet?
How will you pass values from HTML page to the servlet?
what is multiple server?
What is the web server used for running the Servlets?
How to create war file?