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 |
How can you start a jta transaction from a servlet deployed on jboss?
Difference between GET and POST?
Tell us something about servletcontext interface.
Explain life cycle of a Servlet?
what is the advantage of using Servlets over CGI programming?
Explain get and post.
What are setSecure() and getSecure() methods in Cookies?
What are the life cycle methods of a servlet?
How do you run a servlet?
What is servlet?
What is a java servlet?
What do you mean by scope object and what are its types?