Skip to content

Commit 57d7a5a

Browse files
committed
Added two more samples
1 parent 90c2d9e commit 57d7a5a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

samples/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<module>echo</module>
1414
<module>tutorial</module>
1515
<module>mtom</module>
16+
<module>pox</module>
17+
<module>stockquote</module>
1618
<module>airline</module>
1719
</modules>
1820
<repositories>

samples/readme.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ SPRING WEB SERVICES
22

33
Sample table of contents
44
---------------------------------------------------
5-
* airline - A complete airline sample that shows both Web Service and O/X Mapping functionality in a complete application
5+
* airline - A complete airline sample that shows both Web Service and
6+
O/X Mapping functionality in a complete application
67
* echo - A simple sample that shows a bare-bones Echo service
78
* mtom - Shows how to use MTOM and JAXB2 marshalling
9+
* pox - Shows Plain Old XML usage
10+
* stock - Shows how to use WS-Addressing and the Java 6 HTTP Server
811
* tutorial - Contains the code from the Spring-WS tutorial
912

10-
These samples can be run by using the Jetty Web container. Simply issue the "mvn jetty:run" command in one of
11-
the sample directories. Alternatively, you can build deployable war archives using "mvn package".
13+
Most of these samples can be run by using the Jetty Web container. Simply issue
14+
the "mvn jetty:run" command in one of the sample directories. Alternatively,
15+
you can build deployable war archives using "mvn package".

0 commit comments

Comments
 (0)