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 design role played by struts?
Explain about the future of struts?
What are action errors and error and what are the consequences they impose?
Describe validate() and reset() methods.
What are action errors and error?
Do we need to pay the struts if being used in commercial purpose?
What is the difference between shocks and struts?
What is DynaActionForm?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What helpers in the form of jsp pages are provided in struts framework?
What configuration files are used in struts?
What is the purpose of dispatcher result type?
How struts control data flow?
What is the purpose of @before?
What are the benefits of the struts system?