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
Is there a particularly good ide to use with struts?
Can you explain struts.properties in struts2?
What is apache struts framework?
What is the front controller in struts2?
Why are springs better than struts?
What is the use of token interceptor in Struts2?
What are apache struts?
What is difference between spring and struts?
What should be the name of xml file used for validation in struts?
What is dispatchaction?
What are action classes in struts?
What are the struts2 error message keys that can come during file uploading process?
What is front controller in struts2?
What is the difference between requestaware and servletrequestaware interface?
How can we integrate log4j in Struts2 application?