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 are the steps of struts installation?
What is the purpose of redirect result type?
What validate() and reset() method does ?
How is the mvc design pattern used in struts framework?
What is use of i18n interceptor?
What is structs 2 validation framework?
Can I have html form property without associated getter and setter formbean methods?
What is the difference between session scope and request scope when saving formbean ?
Where can I get a copy of struts?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What are the components of struts?
How an actionform bean is created?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What is the purpose of @requiredstringvalidator annotation?
What is action chaining ?