使用 Java Spring MVC 框架设置简单的 HelloWorld JAX-WS WebService?

发布于 2024-12-26 10:10:17 字数 161 浏览 3 评论 0原文

请原谅这个小混混。我已经尝试使用几个教程来使用 Java Spring MVC 3.0 来启动和运行一个简单的 HelloWorld JAX-WS Web 服务,

您能否推荐我任何一本书来获取有关 Spring MVC3 和其中的 Web 服务的最新知识或一些真正的基础知识,最新的工作教程?

Please forgive this noobster. I have tried using several tutorials for getting up and running a simple HelloWorld JAX-WS web service with Java Spring MVC 3.0

Can you please recommend me any book to get some upto date knowledge about spring MVC3 and web services in it or some real basic, up to date and working tutorial?

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

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

发布评论

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

评论(1

樱&纷飞 2025-01-02 10:10:17
  • JAX-WS - 用于 Java SOAP Web 服务的 JSR-224 标准,具有一组注释和关注 JAXB

  • Spring-WS - 用于开发契约优先的专有 SpringSources 框架(基于 XML 模式的)Web 服务,不符合 JAX-WS

  • JAX -RS - Java REST Web 服务的 JSR-311 标准

  • Spring MVC - SpringSources 的 Web MVC 框架。也可用于开发 REST(但不兼容 JAX-RS)服务。

如您所见,Spring MVC 与 JAX-WS 无关。

  • JAX-WS - JSR-224 standard for Java SOAP web services with a set of annotations and focus on JAXB

  • Spring-WS - proprietary SpringSources' framework for developing contract-first (XML schema based) web services, not compliant with JAX-WS

  • JAX-RS - JSR-311 standard for Java REST web services

  • Spring MVC - SpringSources' web MVC framework. Can also be used to develop REST (but not JAX-RS compliant) services.

As you can see Spring MVC has nothing to do with JAX-WS.

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