有没有比自动部署更快的方法来部署 WSIT 服务?
我们最近升级了我们的服务技术堆栈。 我们选择了 JAX-WS 的 WSIT 实现。
目前,我们依靠 Glassfish 应用服务器根据 JAX-WS 注释自动部署 Web 服务。
我们有大约两打不同的服务和数百个操作,因此这种自动部署需要相当长的时间。 有没有比自动部署更快的部署方法?
我正在寻找的是可以在编译时或构建时完成工作的东西。
We've recently upgraded our services technology stack. We opted for the WSIT implementation of JAX-WS.
Currently, we're relying on our Glassfish Application Server to deploy the web service automatically based on the JAX-WS annotations.
We have about two dozen different services and hundreds of operations, so this autodeployment takes quite a while. Is there a faster way to deploy than autodeployment?
What I'm looking for is something that can do the work at compile time or build time instead.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定,但是 Metro 附带的 wsgen / apt 工具不负责处理注释和构建 Web 服务的工件吗? 然后,您可以将 wsdl 的位置和类包含在部署单元中。 我不确定它是如何完成的,但希望这至少能为您指明正确的方向。
I'm not sure, but doesn't the wsgen / apt tools that come with Metro do the work of processing the annotations and building the artifacts for the web service? You could then include the location of the wsdl, and the classes, in the deployment unit. I'm not sure exactly how it's done though, hope this points you in the right direction at least.