axis2 用于 Web 服务开发的未来

发布于 2024-09-30 23:46:03 字数 155 浏览 1 评论 0原文

我只是想知道人们对使用 axis 进行网络服务开发有何看法? 它是一个可行的面向未来的解决方案吗? 我注意到他们文档中的一些代码,如果你使用它,一些类将被弃用。

大多数更有用的轴文档都存在于第三方网站上。

我有兴趣听听人们对此事的看法

谢谢 达米安

I was just wondering what are peoples opinions on using axis for webservice development?
Is it a viable future proof solution?
I noticed some of the code in their documentation, if you use it, some of the classes are deprecated.

Most of the more useful axis documentation exists on third party sites.

I would be interested in hearing what are peoples opinion on this matter

Thanks
Damien

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

终弃我 2024-10-07 23:46:03

除非您有令人信服的理由使用 Axis,否则我宁愿继续使用 JAX-WS 和 JAXB。它包含在 JDK 6 中,但也可以与 JDK 5 一起使用。所有现代 Java EE 容器(Websphere、Weblogic)均受支持,但只需参考实现(Metro)中的几个 jar 即可在 Servlet 容器(Tomcat、Jetty)中使用。最小的依赖关系并且对于大多数场景来说“正常工作”。

Unless you have a compelling reason to use Axis I would rather stay with JAX-WS and JAXB. It's included in JDK 6 but could be used with JDK 5 as well. Supported in all modern Java EE containers (Websphere, Weblogic) but could be used in Servlet containers (Tomcat, Jetty) with just few jars from Reference Implementation (Metro). Minimum dependencies and 'just works' for most of the scenarios.

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