Can we have different controllers in one struts app?
Answer Posted / qim2010
We can’t have different controllers in one struts
application as Struts Framework is based on Front Controller
design pattern. The Front Controller suggests that we only
have one Servlet (instead of having specific Servlet for
each specific request) centralizing the handling of all the
requests and delegating the functions like validation,
invoking business services etc to a command or a helper
component.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain architecture of struts2?
What is the use of struts?
What is difference between interceptors and filters?
Difference between html tags and struts specific html tags
What is the difference between filters and interceptors ?
How does one create an action in struts 2?
How to handle exceptions in structs?
Are interceptors thread safe?
What are the steps used to setup dispatch action?
What is the role of a handler in mvc based applications?
Explain design patterns which is used in struts?
What does validation interceptor?
Are struts still used?
Describe the mvc on struts?
How do u provide security to ur project?(Banking domain project)