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
Is there a particularly good ide to use with struts?
Give an example where struts tiles may be used?
How many struts config file can be created in struts?
What are the contents on web.xml in struts application ?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is the difference between empty default namespace and root namespace?
Which design pattern the interceptors in struts2 is based on?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is lookupdispatchaction?
What is difference between struts1 and struts2?
Can we have multiple struts config files in a single web app?
What is the purpose of @stringlengthfieldvalidator annotation?
Is struts 1 still supported?
What is action support class in struts2?
What do you mean by struts.dev mode?