InterviewSolution
Saved Bookmarks
| 1. |
Which File Is Used By Controller To Get Mapping Information For Request Routing? |
|
Answer» Controller uses a configuration file “struts-config.xml file to get all mapping information to decide which ACTION to USE for routing of user’s request.It WORK as the ROUTER in the network and process and MAP the request to the associated action or resource. Controller uses a configuration file “struts-config.xml file to get all mapping information to decide which action to use for routing of user’s request.It work as the router in the network and process and map the request to the associated action or resource. |
|