top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Name some useful annotations introduced in Struts2?

0 votes
256 views
Name some useful annotations introduced in Struts2?
posted Sep 20, 2017 by Sourav Kumar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Some of the important annotations introduced in Struts2 are:

1. @Action to create action class
2. @Actions to configure single class for multiple actions
3. @Namespace and @Namespaces for creating different modules
4. @Result for result pages
5. @ResultPath for configuring result pages location
answer Sep 21, 2017 by Pooja Singh
...