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
If the framework doesn’t do what I want, can I request that a feature be added?
How can forward action be used to restrict a strut application to mvc?
What are the differences between http direct and http indirect?
What are the applications of struts?
What is interceptor in Struts2?
What is value stack?
Why use spring, if you are already using struts?
what is ACID test for fresh engineers??what is the pattern??
What are the 5 constants of action interface?
What is includeaction?
What do struts do?
What is the purpose of execute method of action class?
Briefly tell the two kinds of form beans.
Explain design patterns which is used in struts?
What are the contents on web.xml in struts application ?