Can we have multiple struts-config files in a single web
app? If yes why should we have them? Will multiple copies
make any impact on performance?
Answer Posted / kalyan
Yes,we have mulitiple struts-config files ,it depends on
the modules.Suppose we have three modules in
application ,so in this application three struts-config.xml
files are there.
But the thing is you must enter those struts-config.xml
files details in deployment descripter (i.e. web.xml)
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What does validation interceptor?
What is the purpose of '@keyproperty'?
What is request processor and how does it relates to action mapping?
What is the difference between requestaware and servletrequestaware interface?
What is switchaction?
What is the role of action class in struts?
What are the custom tags?
Why use struts framework in java?
What are the main classes which are used in struts application?
What is the purpose of @createifnull annotation annotation?
What is validate() and reset() functions?
What are the components of struts framework?
What are the core classes of the struts framework?
What is jakarta struts framework?
What is the difference between struts and spring? Explain