Simple Java web services

后端 未结 5 1413
孤城傲影
孤城傲影 2021-01-03 14:35

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

5条回答
  •  醉梦人生
    2021-01-03 14:57

    Web services depend on HTTP. You might not want tomcat or Jetty. In that case, you have to implement HTTP yourself.

提交回复
热议问题