adspace
Answer Posted / Ankitdoharey
In Struts, two main configuration files are used: 'struts-config.xml' and 'web.xml'. 'struts-config.xml' is the primary configuration file for a Struts application that defines action mappings, action classes, form beans, and global resources like messages and validators. On the other hand, 'web.xml' is the standard web deployment descriptor file used in any Java EE application to configure servlets, listeners, filters, and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers