Files
struts/apps
Lukasz Lenart d8090ef9d8 Merge remote-tracking branch 'origin/master' into merge-master-to-7xx-2024-01-04
# Conflicts:
#	Jenkinsfile
#	bundles/admin/src/main/resources/osgi/admin/shell.ftl
#	bundles/admin/src/main/resources/osgi/admin/viewBundle.ftl
#	bundles/admin/src/main/resources/osgi/admin/viewBundles.ftl
#	plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/AbstractDirective.java
2024-01-04 10:21:52 +01:00
..

Struts 2 Apps

These module consists of two example applications, which were built using the Apache Struts project. One is an old-fashioned Web application and another is a modern REST based single page app.

Installation

Enter a given folder, either showcase/ or rest-showcase/ and start the app using Maven:

mvn jetty:run

then open your browser at http://localhost:8080 and navigate to a proper context.