Explain design patterns which is used in struts?
Answer / Shiwanand Prasad
Struts uses several design patterns, including the Front Controller pattern (handling all requests through a single controller), Model-View-Controller (MVC) pattern, and the Chain of Responsibility pattern (for action interceptors).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an interceptor stack?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
Explain the components of struts?
What is strut action mapping?
Give an example of validates method used to avoid errors.
Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then
What is strut web xml?
Can you explain custom tag?
Do you need an alignment after replacing struts?
i have list of values(e.g 100). using logic:iterate, how can i print the multiples of 5th element? how the logic:iterate will understand the multiples of 5.
What is action class?
What are Struts2 core components?