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 |
Hi i am murali.i need a excellent answer for the question Tell me about project and project flow ? i mean it is use full to any project,it is on STRUTS
is it necessary to write struts-confing.xml ,what tags are important in that xml file?
What is the difference between RequestProcessor and RequestDispatcher?
11 Answers Ness Technologies, TCS,
Explain about the library tag?
What is struts 2 framework in java?
In Struts Programming which is the controller,which is the model?
What is s token?
What is the difference between plain-validator and field-validator?
how canu done chechin and check out of u r project using with sample examples?
Does struts include its own unit tests?
What is ognl?
How can you create your custom interceptor in struts 2?