A Simple Java Servlet Application
This is an example java servlet app created with maven. No any frameworks except maven. It has one page. The downloadable files showing and new upload button after them.
Running:
mvn clean jetty:run
- To run with jetty plugin
mvn clean package
- To build war package to deploy to any web server