play-jax-ws:使用 Play Framework 公开您的 SOAP 服务

时间:2021-06-16 17:57:40
【文件属性】:
文件名称:play-jax-ws:使用 Play Framework 公开您的 SOAP 服务
文件大小:2.04MB
文件格式:ZIP
更新时间:2021-06-16 17:57:40
Scala play-jax-ws 使用 Play Framework 公开您的 JAX-WS SOAP 服务。 例子 请参阅example-scala和example-java 。 设置 build.sbt添加到您的build.sbt文件中: resolvers += "Koofr Github repo" at "http://koofr.github.com/repo/maven/" libraryDependencies += "net.koofr" %% "play-jax-ws" % "0.1.0" 将以下内容添加到您的conf/play.plugins文件中: 1100:net.koofr.play.ws.WSPlugin 创建您的服务controllers/MyService.java : package controllers; import javax.jws.Web
【文件预览】:
play-jax-ws-master
----project()
--------build.properties(19B)
--------plugins.sbt(168B)
----example-scala()
--------conf()
--------project()
--------activator(9KB)
--------build.sbt(200B)
--------activator.bat(7KB)
--------activator-launch-1.3.2.jar(1.16MB)
--------.gitignore(141B)
--------app()
--------README(150B)
----LICENSE(1KB)
----build.sbt(340B)
----test()
--------net()
----example-java()
--------conf()
--------project()
--------activator(9KB)
--------build.sbt(198B)
--------activator.bat(7KB)
--------activator-launch-1.3.2.jar(1.16MB)
--------.gitignore(141B)
--------app()
--------README(148B)
----README.md(1KB)
----.gitignore(207B)
----app()
--------net()

网友评论