Skip to content

nikelin/embedded-servlet-3.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example: Embedded Jetty w/ Servlet 3.0 and Annotation

This is a maven project setup as a WAR packaging, with an EmbedMe class in the test scope that starts an embedded jetty of the WAR file being produced by this project.

Quick Start

$ mvn clean install exec:exec

Open your web browser to

http://localhost:8080/  for the root of the project

http://localhost:8080/test/  to show the annotation working as expected

About

Example of using servlet-3.0 with annotations and embedded jetty

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published