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 is the default location of result pages and how can we change it?
Which design pattern is implemented by Struts2 interceptors?
What is actioninvocation?
What are struts in java?
What do you mean by action errors and what are the results they force?
What is struts-default package and what are it’s benefits?
What are result types in struts?
What is the purpose of '@keyproperty'?
Briefly tell the two kinds of form beans.
How to override the default error message that can come during file uploading process?
What configuration changes are required to use Tiles in Struts?
Can you give an overview of how a struts application flows?
Are struts thread safe?
Explain about token feature in struts?
What is switchaction?