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 is the purpose of '@keyproperty'?
What is the need of struts?
how to debug struts project in netbean ?
What is the use of forwardaction?
What is the purpose of @before annotation?
Explain about the library tag?
What are the advantages of spring mvc over struts mvc?
What is the use of jsonvalidation?
What is structs 2 validation framework?
What is the purpose of @results?
Are the struts tags xhtml compliant ?
What is the purpose of global-forwards tag in struct-config.xml?
What is ognl?
How interceptor works in struts 2?
What is struts.devmode?