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 the difference between context parameter and context attribute?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
What is the capacity that doGet method can send to the server?
what is the control flow in servlet when we send a request?
What are the types of ServletEngines?
Is servlet a server side scripting language?
what are binding listners?
Explain load on start-up and its importance?
What is the inter-servlet communication?
What is the need of session tracking in web application?
What are the methods in HttpServlet?
How to get the server information in a servlet?