1.

What Are Different Ways To Create Action Classes In Struts2?

Answer»

Struts2 PROVIDE different WAYS to create action classes. 

  • By implementing Action interface
  • Using Struts2 @Action annotation
  • By extending ACTIONSUPPORT class
  • Any normal java class with execute() method returning String can be CONFIGURED as Action class.

Struts2 provide different ways to create action classes. 



Discussion

No Comment Found