Results 1 to 2 of 2

Thread: Creating Spring Web Services and Installation--Please Help!

  1. #1
    Join Date
    Sep 2008
    Location
    Mannheim,Germany
    Posts
    125

    Question 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.

  2. #2
    Join Date
    Apr 2008
    Location
    Colombo
    Posts
    35

    Default

    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
  •