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 |
What is dispatchaction?
i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application
Describe the basic steps used to create a tiles application?
Explain integrate log4j in struts2 application?
Give the details of xml files used in validator framework?
Explain about the validation steps which have to be carried during validation of client-side address?
Are struts and shocks the same?
What are the core classes of struts framework? Explain
What is the use of web xml in struts2?
What is controller in struts2?
Why do we need struts?
what is the advantages and diadvantages of Struts?