Spring Web Services中文文档

原文链接:https://spring.io/projects/spring-ws

3.0.7版本:Reference Doc
3.0.7版本:API Doc

Spring Web Services (Spring-WS) is a product of the Spring community focused on creating document-driven Web services. Spring Web Services aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services using one of the many ways to manipulate XML payloads. The product is based on Spring itself, which means you can use the Spring concepts such as dependency injection as an integral part of your Web service.

Spring Web Services(Spring-WS)是Spring团队的一个产品,此产品专注于创建文档驱动的web服务。 Spring Web Services旨在促进契约优先的SOAP服务开发,通过配置XML文件的方式,创建灵活的web服务。这个产品基于Spring,这就意味着,Spring的一些概念,例如依赖注入将作为你Web服务中必须的一部分。

People use Spring-WS for many reasons, but most are drawn to it after finding alternative SOAP stacks lacking when it comes to following Web service best practices. Spring-WS makes the best practice an easy practice. This includes practices such as the WS-I basic profile, Contract-First development, and having a loose coupling between contract and implementation. The other key features of Spring Web services are:

人们用Spring-WS有很多原因,

你可能感兴趣的:(Spring Web Services中文文档)