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 interceptor? And life cycle methods of interceptor?
How is declarative handling of exceptions done in struts ?
What is actionservlet?
How duplicate form submission can be controlled in struts?
In which method of action class the business logic is executed?
For a single Struts application, can we have multiple struts-config.xml files?
What is structs 2 validation framework?
What are the struts2 error message keys that can come during file uploading process?
How we can controlled duplicate form submission in struts?
What are the steps involved in creating a strut application?
how to develop the submit and search operations in single jsp using struts?
Can you explain aware interfaces in struts2?
What does validation interceptor?
Which interceptor is responsible for i18n support?