A simple servlet that runs in an embedded jetty instance from an executable jar file without requiring the webapp to be exploded.
'org.safehaus.jettyjam:simple:2.0.0'
<dependency> <groupId>org.safehaus.jettyjam</groupId> <artifactId>simple</artifactId> <version>2.0.0</version> </dependency>
<dependency org="org.safehaus.jettyjam" name="simple" rev="2.0.0"/>
"org.safehaus.jettyjam", "simple", "2.0.0"