Like this article? We recommend
Downloading the Required Files
To run the software in this article, you'll need at least two downloads. I'm assuming that you have Tomcat installed already (if not, download and install it). These are the two other required downloads:
Unzip these files into folders whose names contain no spaces. For example:
C:\java\springws C:\java\maven
Remember to add Maven to your DOS path with a command like this:
Set PATH=%PATH%;C:\java\maven\apache-maven-2.0.8\bin
Now let's build the basic web service.