Can we write our own ActionServlet for front controller of
Struts Applications?
Answers were Sorted based on User's Feedback
Answer / nmreddy
yes,
1.Take any servlet it must extends predefined ActionServlet
2. call super class methods
3.our own logic
4.it must be configure in web.xml file
Is This Answer Correct ? | 23 Yes | 2 No |
Answer / biswaa
yes, but remember our CustomActionServlet class must do what
default ActionServlet is doing..
Is This Answer Correct ? | 5 Yes | 1 No |
how does request processor relates to action mapping?
What are the applications of struts?
What is declarative exception handling in struts?
What are the various struts tag libraries?
What are the core classes of the struts framework?
What is meant by custom tags?
What is the purpose of form-be tag in struct-config.xml?
What are the benefits of Interceptors in Struts2?
What is java struts?
What are the loop holes of struts?
What are struts in java?
Briefly tell the two kinds of form beans.