Which parser is used in Struts to parse the Structconfig.xml
file.
Answers were Sorted based on User's Feedback
Struts uses SAX parser it is 100% correct.
If u have still doubt,
give wrong tag in struts-config.xml
like <global--forwardsss> and obsert the console of the server
it will show sax parser exception
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / sneha
Plz i am unable get the correct answer.Which one is the
right answer.Help me in telling the correct answer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / 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 |
Answer / alka
The Struts Console software uses an XML parser (JDOM +
Xerces) to read in Struts config files.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / ankur
Xerces is the parser which struts-config.xml is parsed with
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / kiran
I think it is DOM becoz Struts configure file follows the
tree model
| Is This Answer Correct ? | 1 Yes | 4 No |
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
What are the various struts tag libraries?
Where should struts xml be placed?
How can we upload files in Struts2 application?
How to depoly your struts application in JBOSS
1 Answers HP, NuWare, Satyam, Wipro,
Is struts mvc framework?
What is s token?
What is controller in struts2?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
State the procedure for using forward attribute of link tag’s.
In struts how to use regurlar formbeans using validation framework explain?
What are the reasons for an error message not being displayed while developing struts application?