Files
spring-ws/samples
beamerblvd c7311f4baf Fixed build to use freely-available JARs
Updated the build to use freely-available JAR files for JMS 1.1 and
EJB 2.1, as the original JAR files do not exist in Maven Central and
are no longer in the Spring Release repository.

Issue: SWS-644
2013-07-02 11:55:55 +02:00
..
2010-02-26 10:44:22 +00:00

SPRING WEB SERVICES

Sample table of contents
---------------------------------------------------
* 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
* pox - Shows Plain Old XML usage
* stock - Shows how to use WS-Addressing and the Java 6 HTTP Server
* tutorial - Contains the code from the Spring-WS tutorial

Except the tutorial, all of these samples consist of a separate 'server' and 'client' project.
The server projects can be run using the "mvn jetty:run" command, or by using "mvn package" and deploying the resulting
war archives to a Web Container.
The client projects are typically command-line projects, and can by started by issuing the 'mvn install exec:java' command.