Answer Posted / rajeev shrivastava
Struts is a frame work based on Model View Controller (MVC)
design pattern. We can also implement other design patterns
like front controller, business deligate, and Data Access
Object.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Explain design patterns which is used in struts?
What is spring and struts in java?
Explain architecture of struts2?
What is pojo in struts2?
What is ValueStack and OGNL?
What is the purpose of @keyproperty annotation annotation?
how does request processor relates to action mapping?
What is the difference between plain-validator and field-validator?
Name the different types of actions found in struts.
Explain the difference between plain-validator and field-validator in struts?
What is the purpose of global-forwards tag in struct-config.xml?
What is the purpose of @after annotation?
What is actioninvocation?
Which technologies can be used at view layer in struts?
Where should struts xml be placed?