Home > Tutorials > Getting Started > How To Create A Struts 2 Web Application |
This tutorial walks through installing the framework and creating a simple application.
For more about supporting technologies, see the Key Technologies Primer.
Struts 2 requires Servlet API 2.4 or higher, JSP 2.0 or higher, and Java 5 or higher.
To get started using Struts 2 we will create a web application using Maven to manage the artifact dependencies.
You can checkout all the example applications from the Struts 2 subversion sandbox repository at https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2examples.
Create Struts 2 Web Application Using Maven To Manage Artifacts and To Build The Application