Which parser is used in Struts to parse the Structconfig.xml
file.
Answer Posted / johnson ashish joseph
See what happens is that Struts uses the Digester to map the xml data in the struts-config.xml to java objects.
Now internally digester needs a Sax parser and it could do with either a xerces/crimson parser as both are sax parsers
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Does apache struts run on windows?
How can forward action be used to restrict a strut application to mvc?
Explain how can we upload files in struts2 application?
What are the ways in which duplicate form submission can occur?
Does struts include its own unit tests?
What is struts framework in java?
What are the classes used as part of struts framework ?
What is http redirect?
Why do we use struts?
State an example of struts configuration file as an action parameter for action servlet.
What is the difference between plain-validator and field-validator?
What’s the difference between struts and turbine?
What is http forward?
How an actionform bean is created?
What do you mean by action errors and what are the results they force?