embedded-jetty

Simplest, lightest Java Web Services engine?

I am looking for this simplest, plainest way to get a Java web service up in the air. I used to use Axis-1-on-Tomcat, but with Axis 2 its getting too thick. Some preferences for what I'm looking for: Low memory footprint - A small library with minimal binaries. Axis2.war is 17 MB - I need something lighter. Embedded - Runs from withi...