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’s the difference between struts and turbine? What’s the difference between struts and espresso?
How can we upload files in Struts2 application?
session menagement in servlets explaion briefly?
where you store password in banking project
What is the difference between empty default namespace and root namespace?
why we are not implement business logic in struts action?
What is role of action class?
What are different Struts2 tags? How can we use them?
what is the main reason for developing struts? what is advantages over Basic MVC architecture based JAVA Application?
What is jakarta struts framework?
What is the use of token interceptor in Struts2?
How action mapping is configured in Struts?