how to implement singletun design patteren in struts?
Answer Posted / sudheer
Struts are followed purely MVC1 Design pattern here
business logic is different from data presentation and
controller so struts are implemented singletun design pattern.
| Is This Answer Correct ? | 5 Yes | 35 No |
Post New Answer View All Answers
What are Struts2 core components?
Explain how can we upload files in struts2 application?
Can you explain aware interfaces in struts2?
What is the life cycle of actionform?
In how many ways duplicate form submission can occurs?
What is the use of struts?
Is struts efficient?
What is the purpose of form-beans tag in struct-config.xml?
What is the purpose of @key?
What do you mean by ognl?
What are best practices to follow while developing Struts2 application?
What is struts2 namespace?
how to develop the submit and search operations in single jsp using struts?
What does apache struts do?
What are the steps involved in creating a strut application?