Springws 简明教程

Spring Web Services Tutorial

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.

Audience

本教程专为需要详细了解 Spring Web 服务框架及其架构和实际用途的 Java 程序员设计。本教程将引导读者达到中级专业水平,之后读者可以提升至更高的水平。

This tutorial is designed for Java Programmers with a need to understand the Spring Web Services Framework in detail along with its architecture and actual usage. This tutorial will bring the readers to the intermediate level of expertise and from there they can take themselves to a higher level of proficiency.

Prerequisites

在进行本教程之前,您应该对 Java 编程语言有深入的了解。此外,还需要了解 Eclipse IDE(集成开发环境),因为所有示例都是使用 Eclipse IDE 编译的。

Before proceeding with this tutorial, you should have a good understanding of Java Programming Language. Additionally, understanding of the Eclipse IDE (Integrated Development Environment) is also required because all the examples have been compiled using the Eclipse IDE.

Questions and Answers

Spring Questions and Answers 的设计初衷是帮助学生和专业人士准备各种 Certification ExamsJob Interviews 。本部分提供了实用样本面试题和多选题 (MCQ) 集锦,并附有适当的解释说明为其提供答案 - Study Spring Questions and Answers

Spring Questions and Answers has been designed with a special intention of helping students and professionals preparing for various Certification Exams and Job Interviews. This section provides a useful collection of sample Interview Questions and Multiple Choice Questions (MCQs) and their answers with appropriate explanations - Study Spring Questions and Answers