Simple Java web services

后端 未结 5 1420
孤城傲影
孤城傲影 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 15:16

    The simplier solution than the one that Simon has discribed, ist to use the tools that alrady do that. If you use eclipse you could use http://ws.apache.org/axis2/tools/1_2/eclipse/servicearchiver-plugin.html

    to generate the aar file.

提交回复
热议问题