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:1.0.2'
<dependency> <groupId>org.safehaus.jettyjam</groupId> <artifactId>simple</artifactId> <version>1.0.2</version> </dependency>
<dependency org="org.safehaus.jettyjam" name="simple" rev="1.0.2"/>
"org.safehaus.jettyjam", "simple", "1.0.2"