Answer Posted / tarun
Struts is a MVC design pattern .
The following three are the struts component.
Model : DAO class, EJB classes
View : JSP, HTML Files
Controller : Action Servlet
Apart from this we need struts-config.xml, web.xml,
validator.xml, validation-rules.xml and properties files.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is front controller in struts2?
What is the difference between plain-validator and field-validator?
What is interceptor struts2?
What’s the difference between struts and espresso?
What is the purpose of dispatcher result type?
What is the purpose of struct-config.xml in struct2?
What is the purpose of action-mappings tag in struct-config.xml?
Name some useful annotations introduced in Struts2?
What is request processor and how does it relates to action mapping?
Can a reducer dispatch an action?
State the procedure for using forward attribute of link tag’s.
What does i18n interceptor?
What is the purpose of @requiredstringvalidator annotation?
What’s the utilization of struts.xml configuration file?
Will the struts tags support other markup languages such as wml ?