From e85ff089bf816a01e2a191b1fcb892508432e3f6 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 6 Jun 2007 04:06:25 +0000 Subject: [PATCH] --- samples/readme.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/samples/readme.txt b/samples/readme.txt index a050ca7c..f6b00529 100644 --- a/samples/readme.txt +++ b/samples/readme.txt @@ -3,8 +3,9 @@ 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 +* tutorial - Contains the code from the Spring-WS tutorial -Both of these samples can be run by using the Jetty Web container. Simply issue the "mvn jetty:run" command in one of -the sample directories. Alternatively, you can build deployable war archives using "mvn package". \ No newline at end of file +These samples can be run by using the Jetty Web container. Simply issue the "mvn jetty:run" command in one of +the sample directories. Alternatively, you can build deployable war archives using "mvn package".