Which parser is used in Struts to parse the Structconfig.xml
file.
Answer Posted / mkj
The documents used to struts is small . so parsing
with DOM most probable this because it fast convert
the document in tree wich fast to access ..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Where should struts xml be placed?
What is declarative exception handling in struts?
What configuration files are used in struts?
What is actionform in struts?
What is the difference between struts and spring? Explain
What are the core classes of the struts framework?
How to use forward action to restrict a strut application to mvc?
How you will display validation fail errors on jsp page?
What is the different actions available in struts?
What are the features of struts 2?
What do you mean by actionservlet?
How we can configured action mapping in struts?
What is struts.devmode?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
Can explain about the validations and in your project where did u used the validations?