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 ValueStack and OGNL?
How we can configured action mapping in struts?
What is strut action mapping?
What are the features of struts?
What is http forward?
What is actioncontext?
What is strut web xml?
What is the purpose of @requiredstringvalidator?
What is the purpose of @doublerangefieldvalidator annotation?
What do struts do?
Describe the mvc on struts?
Why we use struts over servlets?
What's mvc pattern ?
Is Struts Framework part of J2EE?
What is defeult result type?