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
Can we have multiple struts config files in a single web app?
Difference between html tags and struts specific html tags
What are construction struts?
What is the purpose of @createifnull annotation annotation?
how does request processor relates to action mapping?
How does struts work?
What is struts2 framework?
What is the role of a handler in mvc based applications?
What is the struts in java?
What is dispatchaction?
How can we work with error tags?
What are the ways in which duplicate form submission can occur?
What is s token?
What is the purpose of @key?
Why is it called struts?