Which parser is used in Struts to parse the Structconfig.xml
file.
Answer Posted / sudhakar
The Digester class parser the XML document. The Digester
framework comes with 10 prepackaged "rules," which cover
most of the required tasks when unmarshalling XML (such as
creating a bean or setting a bean property), but each user
is free to define and implement his or her own rules, as
necessary.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can we have multiple struts config files ?
What are the core classes of the struts framework?
What are the steps required for setting up validator framework in struts?
What are the some useful annotations introduced in struts2?
Why are springs better than struts?
What are action errors and error and what are the consequences they impose?
What does validation interceptor?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What is interceptor in Struts2?
How do I access token?
What is Custom Type Converter in Struts2?
What is difference between spring and struts?
What is the purpose of @after annotation?
What is the use of struts?
List some struts tag libraries?