InterviewSolution
Saved Bookmarks
| 1. |
What’s The Use Of Struts.xml Configuration File? |
|
Answer» Struts.xml file is one the KEY configuration files of Struts FRAMEWORK which is used to DEFINE mapping between URL and action. When a USER’s request is received by the controller, controller uses mapping information from this file to SELECT appropriate action class. Struts.xml file is one the key configuration files of Struts framework which is used to define mapping between URL and action. When a user’s request is received by the controller, controller uses mapping information from this file to select appropriate action class. |
|