有没有比自动部署更快的方法来部署 WSIT 服务?

发布于 2024-07-29 03:41:25 字数 210 浏览 6 评论 0原文

我们最近升级了我们的服务技术堆栈。 我们选择了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

琉璃繁缕 2024-08-05 03:41:25

我不确定,但是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文