Example & Tutorial understanding programming in easy ways.

Which file is used by controller to get mapping information for request routing?

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.

Read More →