An open API service indexing awesome lists of open source software.

https://github.com/mageddo/simple-java-maven-webapp

A simple Java Servlet Application configured with Maven and Annotations without xml, run in jetty, tomcat, jboss and glassfish
https://github.com/mageddo/simple-java-maven-webapp

Last synced: about 1 year ago
JSON representation

A simple Java Servlet Application configured with Maven and Annotations without xml, run in jetty, tomcat, jboss and glassfish

Awesome Lists containing this project

README

          

# Simple Java Web Application builded with maven
* Was tested in jetty but should work in every Servlet container or Application Server
* You can delete jetty-web.xml in WEB-INF folder
* It Is a pure java Servlet application
* Works without xml configurations
* Uses only annotations
* Works in java 7 or newer

# Running

$ mvn clean install
# deploy target/app.war to tomcat/jboss/glassfish