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
State an example of struts configuration file as an action parameter for action servlet.
What is the struts in java?
how to debug struts project in netbean ?
Is struts compatible with other java technologies?
What is the purpose of @conversion annotation annotation?
Which technologies can be used at view layer in struts?
What is defeult result type?
Why are springs better than struts?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
Can you explain custom tag?
What are the conditions for actionform to work correctly?
What is the purpose of @urlvalidator annotation?
What’s the utilization of struts.xml configuration file?
What is switchaction?
How to use dispatchaction?