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
What is the difference between struts and spring?
Which components are available using actioncontext map?
How you will enable front-end validation based on the xml in validation.xml?
What is struts in j2ee?
When do I need “struts.jar” on my classpath?
What do you mean by ognl?
What is the role of action class in struts?
What is controller in struts ?
How the exceptions are handled in struts?
How to get data from the velocity page in a action class?
What is the need of struts?
Are struts thread safe?
Are the struts tags xhtml compliant ?
Why is it called struts?
What is struts2 namespace?