Which servlet does the struts framework use?
Answer / Shivani Sharma
Struts doesn't directly use a servlet. Instead, it uses a Front Controller design pattern, usually implemented by ActionServlet.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is difference between <bean:write> and <bean: message> tag
When should be opt for struts framework?
What is form bean in struts?
Give an alternative way to protect jsp’s with not much features from direct access.
Describe validate() and reset() methods.
Struts follows which design patterns?
How exceptions are handled in struts application?
How we can install struts?
What does modeldriven interceptor?
What are best practices to follow while developing Struts2 application?
What is front controller in struts2?
What is container struts2?