shall we use any name for deployment descriptor of struts
instead of struts-config.xml
Answers were Sorted based on User's Feedback
Answer / chandramouli v
yes we can use any name that end with (userdefind).xml
insted of struts-config.xml and then we have to put entry on
web.xml file
| Is This Answer Correct ? | 31 Yes | 3 No |
Answer / dsr
we need to structs-config.xml as a initial parameter in
web.xml. web.xml is deployment descriptor.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can you explain struts.properties in struts2?
What is Hibernate?
Name some useful annotations introduced in Struts2?
struts 1.3 features?
How to work with error tags?
Give an example of validates method used to avoid errors.
Can we handle exceptions in Struts programmatically?
What is the difference between forwardaction and includeaction?
Which components are available using actioncontext map?
Why are frameworks used?
project architechture in java
3 Answers AC, IBM, INDUS, Satyam,
what is the difference between *.do & /do.*/? So what is the diffenence btn extension mapping & path mapping.What is those difference in work effect?