1. A web application uses a deployment descriptor to initialize resources like servlets and taglibs. The deployment descriptor is formatted as a XML document and named "web.xml". Likewise, the framework uses a configuration file to initialize its own resources. These resources include ActionForms to collect input from users, ActionMappings to direct input to server-side Actions, and ActionForwards to select output pages.
(来自struts自带的说明文件)
*}*lijie****
web.xml --> web application initialize configuration file;
struts-config.xml --> The framework initialize configuation file.
1691

被折叠的 条评论
为什么被折叠?



