Which parser is used in Struts to parse the Structconfig.xml
file.
Answer Posted / deepthi
Digester-Api is used to read the xml file.it internally use
dom and jdom for parsing of xml file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of @conversionerrorfieldvalidator annotation?
What are the steps used to setup dispatch action?
Which design pattern is implemented by Struts2 interceptors?
What are the two scope types for formbeans?
What is the purpose of @intrangefieldvalidator annotation?
What is the purpose of plug-in tag in struct-config.xml?
In which method of action class the business logic is executed?
How to combine the struts with velocity template?
Can I have html form property without associated getter and setter formbean methods?
What is the use of execAndWait interceptor?
What is difference between lookupdispatchaction and dispatchaction?
What do you mean by struts.dev mode?
What are the classes used as part of struts framework ?
Provide some important Struts2 constants that you have used?
Does apache struts run on windows?