Springws 简明教程
Discuss Spring Web Services
Spring Web 服务 (Spring-WS) 是由 Spring 社区开发的一个项目。其主要重点是创建面向文档的 Web 服务。Spring Web 服务项目促进了面向契约的 SOAP 服务开发,提供了多种创建灵活 Web 服务的方式,可以让多种方式的 XML 有效负载。作为基于 Spring 的服务,Spring Web 服务无缝使用 Spring 概念,例如依赖注入和配置。Spring-WS 需要 Spring 3.0 版本。
Spring Web Services (Spring-WS) is one of the project developed by the Spring Community. Its prime focus is to create document-driven Web Services. The Spring Web Services project facilitates contract-first SOAP service development, provides multiple ways to create flexible web services, which can manipulate XML payloads in multiple ways. Being Spring based, Spring Web Services uses Spring Concepts like Dependency Injection and Configurations seamlessly. Spring-WS requires Spring 3.0 version.
Spring 框架最初由 Rod Johnson 编写,并于 2003 年 6 月首次在 Apache 2.0 许可下发布。本教程基于 2015 年 3 月发布的 Spring 框架版本 4.1.6 编写。
Spring Framework was initially written by Rod Johnson and was first released under the Apache 2.0 license in June 2003. This tutorial has been written based on the Spring Framework Version 4.1.6 released in March 2015.