- Spring WS - Home
- Spring WS - Overview
- Spring WS - Environment Setup
- Spring WS - First Application
- Spring WS - Static WSDL
- Spring WS - Writing Server
- Spring WS - Unit Test Server
- Spring WS - Writing Client
- Spring WS - Unit Test Client
Spring WS - Resources
Spring Web Services Tutorial
What is Spring Web Services?
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.
This Spring Web Services tutorial is based on the latest Spring WS 4.0.11.
Who Should Learn Spring Web Services?
This tutorial is tailored for readers who aim to understand and utilize Spring Web Services framework for development using Java programming language. In this tutorial, we'll cover all the ways of using Spring which helps in solving the common problems developers/users face during java based development.
Prerequisites to Learn Spring Web Services?
To maximize the benefits of this tutorial, readers should have a basic understanding of Java programming. Knowledge of I/O Operations, File handling will enhance comprehension. A basic understanding of Eclipse IDE is also required because all the examples have been compiled using Eclipse IDE.