What are different ways to create Action classes in Struts2?
Answer / Atul Ojha
In Struts2, there are several ways to create action classes:
1. Annotation-based (using `@Action` annotation).
2. XML configuration-based (in the struts.xml file).
3. Both annotation and XML configuration.
| Is This Answer Correct ? | 0 Yes | 0 No |
in struts how to use hibernate with struts>
Where can I get help with struts?
What is the purpose of @result annotation?
Why use spring, if you are already using struts?
how can you switch onemodule to another module by switch action class plz explain with exapmle?
1 Answers Atos Origin, HeadStrong, Satyam,
What is interceptor? And life cycle methods of interceptor?
what is the difference between model1 and model2 architecture in struts?
what are the struts tags?
why we use struts in our web application , means what was drawbacks of servlet ...pls answer
how handle when client send multiple request at atime for single servlet
How we can controlled duplicate form submission in struts?
Name some of the features of struts2?