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
Explain how can we upload files in struts2 application?
Does struts include its own unit tests?
What is controller in struts2?
What is action chaining ?
Lists the bundled validators in struts?
How to build struts application in eclipse?
How struts 2 validation works?
What are the life cycle methods of interceptor?
What helpers in the form of jsp pages are provided in struts framework?
What is role of action class?
What is struts framework in java?
Mark the differences between html tags and strut specific html tags.
Is struts 1 still supported?
What is the purpose of @beforeresult annotation?
How we can configured action mapping in struts?