-
Sep 17th, 2008, 06:00 AM
#1
Creating Spring Web Services and Installation--Please Help!
Hi,
Im new to Webservices and Spring. I have unzipped spring-ws-1.5.4 with dependencies and also have installed apache-maven-2.0.9 and apache tomcat 5.5.27. I would like to know wht else should I install to create my first Spring Web Services?? Please help.
-
Sep 17th, 2008, 01:38 PM
#2
Hope you have previous experience with Spring application context file, if not it is always good idea to start reading from Spring documentation.
Then read the Spring-WS documentation where you can get an idea about Spring-WS.
There is a “sample” folder available on spring-ws-1.5.4 distribution try to run those samples applications with Maven, it is easy to start from “echo” sample application.
For deployment you can use Tomcat server or you can use Jetty server with Maven (Just give mvn jetty:run command)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules