shall we use any name for deployment descriptor of struts
instead of struts-config.xml
Answers were Sorted based on User's Feedback
Answer / chandramouli v
yes we can use any name that end with (userdefind).xml
insted of struts-config.xml and then we have to put entry on
web.xml file
| Is This Answer Correct ? | 31 Yes | 3 No |
Answer / dsr
we need to structs-config.xml as a initial parameter in
web.xml. web.xml is deployment descriptor.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is switchaction?
What is the purpose of @result?
what is frame work in struts?
In struts, how can we access java beans and their properties?
What is validate() and reset() functions?
what is the purpose of load_on_startup entry in struts- config.xml?
What is the configuration files used in struts?
What is meant by portals???
Does Struts2 action and interceptors are thread safe?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
What do you mean by inner class and anonymous class?
What is the difference between shocks and struts?