Skip to content

alexleigh/spring-boot-jaxws-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot JAX-WS demo

This application demonstrates how to use Spring Boot and the JAX-WS reference implementation to implement a web services application. It uses the JAX-WS Spring extension.

Requirements

  • Java 1.7 or newer

Usage

To start the application, run the following command in the project root directory:

$ ./gradlew bootRun

The application implements a single service with two ports, located at:

The Application class demonstrates how to use Spring JavaConfig to configure web service components.

The FibonacciPortImpl class is a service endpoint implementation written as a Spring Bean with dependency injection.

About

Spring Boot JAX-WS demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages