Skip to content

mageddo/simple-java-maven-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors