This project uses POST requests to send names to a server, and JSP to render the list of names.

You can compile this into a directory and a .war file by executing this command:

mvn package

Learn more at HappyCoding.io/tutorials/java-server/post.