Files
spring-ws/samples/airline
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 13:14:07 +00:00

=====================================================
== Spring Web Service Airline sample application ==
=====================================================

1. INTRODUCTION

Features a web service on top of an airline reservation system, backed by a database. The web service works by using XML
Marshalling techniques (JAXB2), and XPath in combination with XPath queries to pull information from a message.
Additionally, the Airline service has JMS support. All messages follow the messages.xsd schema in src/main/webapp.

2. INSTALLATION

The Airline sample is a normal web application that connects to an embedded
HSQLDB database. It requires JDK 1.5 to run; JDK 1.6 works as well, except for
the WS-Security endpoints.

To execute the sample, run "mvn jetty:run" in the server directory to run the sample in the Jetty6 Web container.

To create a war file instead of running in Jetty, use "mvn package".

3. THE CLIENTS

Simply run "mvn install exec:java" in each of the client subdirectories.