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
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What configurations are stored in struts configuration file ?
How does struts work?
What are apache struts?
What are the reasons for an error message not being displayed while developing struts application?
What is the purpose of @doublerangefieldvalidator?
Explain about token feature in struts?
What is apache struts used for?
What is the purpose of @element annotation annotation?
Can you explain custom tag?
What is the purpose of dispatcher result type?
What are Struts2 core components?
What configuration changes are required to use Tiles in Struts?
Why do the struts tags provide for so little formatting?