Example 11 (Bespoke Annotations) v1.0.0
Matthew Greet 10/04/26

Introduction
This Java project is a simple example of a redesign alternate Struts 2 
annotation-based validation.  It is Java source code that compiles into a WAR 
file.  It is intended for Java developers using Struts 2.
  
See http://www.matthewgreet.name/programming/struts2_annotation/bespoke_annotations_example.html

Requirements
JDK 8 or better
Maven 3
Jakarta EE server, such as Tomcat 9
Struts Commons 1.7.0 (see example page mentioned above)

Installation
Unzip all files, run mvn, and copy target/example11.war into a Jakarta EE server.


Change log
v1.0.0 - 10/01/26
Initial version.
