Tutorials > Program model > Extend a Struts action
Extend a Struts action summary
To extend a Struts action you create an action class extending the WebSphere Commerce BaseAction class and you reconfigure an existing action to use the new action class as its implementation class.
Lessons learned
In this tutorial, you have learned:
- How to create an action class extending the WebSphere Commerce BaseAction class.
- How to reconfigure an existing action to use the new action class as its implementation class.
To learn more about the topics covered in this tutorial, consider the following sources:
- WebSphere Commerce Struts framework
- Configuring the WebSphere Commerce Struts-based Web application
- Customizing the WebSphere Commerce Struts-based Web application configuration
- Struts official home page
Related information