# struts-examples **Repository Path**: elainte/struts-examples ## Basic Information - **Project Name**: struts-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-22 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Struts Examples --------------- [![Build Status](https://ci-builds.apache.org/buildStatus/icon?job=Struts%2FStruts-examples-JDK8-master)](https://ci-builds.apache.org/job/Struts/job/Struts-examples-JDK8-master/) [![Build Status @ Travis](https://travis-ci.org/apache/struts-examples.svg?branch=master)](https://travis-ci.org/apache/struts-examples) [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) This Maven multi-module project contains all the Struts 2 example applications that are part of the Getting Started Struts 2 tutorials at http://struts.apache.org. To build all the example applications run the Maven command: ``` mvn -e clean package ``` In the project's root folder, Maven will build each module and create a `.war` file in the target sub-folder of each module. You can then copy the `.war` files to your Servlet container (e.g. Tomcat, Jetty, GlassFish, etc). There is a README file in each module with instructions and the URL to view that application.