Giter VIP home page Giter VIP logo

spring-ws-samples's Introduction

Spring Web Services Samples

Spring Web Services is a product of the Spring community focused on creating document-driven, contract-first Web services. This repository contains sample projects illustrating usage of Spring Web Services.

Sample Applications

The following sample applications demonstrate the capabilities of Spring Web Services. See the README within each sample project for more information and additional instructions.

  • airline - a complete airline sample that shows both Web Service and O/X Mapping functionality in a complete application
  • echo - a simple sample that shows a bare-bones Echo service
  • mtom - shows how to use MTOM and JAXB2 marshalling
  • stockquote - shows how to use WS-Addressing and the Java 6 HTTP Server
  • tutorial - contains the code from the Spring-WS tutorial
  • weather - shows how to connect to a public SOAP service

Running the Server

Most of the sample apps can be built and run using the following commands from within the server folder.

```sh
$ ./gradlew tomcatRun
```

Or alternatively, run the following to create war archive which can be deployed in any Web Container.

```sh
$ ./gradlew war
```

Running the Client(s)

Most of the sample apps have a separate client directory containing clients that connect to the server. You can run these clients by using the following command from within each of client subdirectories:

```sh
$ gradle runClient
```

License

Spring Web Services is released under version 2.0 of the Apache License.

spring-ws-samples's People

Contributors

poutsma avatar

Stargazers

张伟 avatar

Watchers

张伟 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.