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
Jetty's pretty lightweight. Otherwise, I think XML-RPC is your only sensible option.