Which parser is used in Struts to parse the Structconfig.xml
file.
Answer Posted / achutanand
SAX Parser is used to parse the xml file because basically
it is for the ActionServlet to read the xml file rather
than writing something into the struts-config xml file
just the action servlet has to read the file and construts
the module config object for the one time and load it
so as SAX Parser is basically for reading and doing some
search operation Struts uses this aproach intelligently.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can you explain custom tag?
Which design pattern the interceptors in struts2 is based on?
What is the purpose of @beforeresult?
Which interceptor is responsible for i18n support?
Explain about logic match tag?
How do u provide security to ur project?(Banking domain project)
Which technologies can be used at view layer in struts?
How can we display validation errors on jsp page?
What is the purpose of @emailvalidator annotation?
Difference between struts and spring? Or why use spring, if you are already using struts?
What is the use of forwardaction?
What are the two types of validations supported by validator framework?
What is controller in struts ?
What are the two scope types for formbeans?
What do you mean by inner class and anonymous class?