Which design pattern the interceptors in struts2 is based on?
Answer / Abhai Narain Rai
The Interceptors in Struts2 are based on the AOP (Aspect-Oriented Programming) design pattern.
| Is This Answer Correct ? | 0 Yes | 0 No |
If the framework doesn’t do what I want, can I request that a feature be added?
Can you give an overview of how a struts application flows?
How to build struts application in eclipse?
Will the struts tags support other markup languages such as wml ?
What is the purpose of struts.xml in struct2?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
What design patterns are used in struts?
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
What is the purpose of '@customvalidator'?
What's the purpose of execute method of action class?
Where can I get a copy of struts?
What is the purpose of @customvalidator annotation?