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
What is difference between struts1 and struts2?
Is struts compatible with other java technologies?
What is the use of jsonvalidation?
What are the 5 constants of action interface?
What is interceptor in Struts2?
What's mvc pattern ?
What applications use apache struts?
What are the steps involved in creating a strut application?
how does request processor relates to action mapping?
What are disadvantages of Struts?
What is struts actionmapping?
Why we use struts in java?
What is jakarta struts framework?
What are the pros of struts 2?
What is the purpose of @customvalidator annotation?