Can we write our own ActionServlet for front controller of
Struts Applications?

Answers were Sorted based on User's Feedback



Can we write our own ActionServlet for front controller of Struts Applications?..

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

Can we write our own ActionServlet for front controller of Struts Applications?..

Answer / biswaa

yes, but remember our CustomActionServlet class must do what
default ActionServlet is doing..

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More Struts Interview Questions

how does request processor relates to action mapping?

0 Answers  


What are the applications of struts?

0 Answers  


What is declarative exception handling in struts?

0 Answers  


What are the various struts tag libraries?

0 Answers  


What are the core classes of the struts framework?

0 Answers  






What is meant by custom tags?

0 Answers  


What is the purpose of form-be tag in struct-config.xml?

0 Answers  


What are the benefits of Interceptors in Struts2?

0 Answers  


What is java struts?

0 Answers  


What are the loop holes of struts?

0 Answers  


What are struts in java?

0 Answers  


Briefly tell the two kinds of form beans.

0 Answers  


Categories