Does anyone know of a really simple way of publishing Java methods as web services? I don\'t really want the overhead of using Tomcat or Jetty or any of the other container
Web services depend on HTTP. You might not want tomcat or Jetty. In that case, you have to implement HTTP yourself.