Results 1 to 3 of 3

Thread: REST webservices with Spring

  1. #1
    Join Date
    Apr 2008
    Posts
    2

    Thumbs up REST webservices with Spring

    Hi Folks,

    I am pretty new to using Spring. I am trying to know if there is any support for REST webservices with Spring.

    I have read through the remoting techniques available through Spring but I guess all of them force the client application to know the specifics of the exposed remote service.

    Is there any way such that my client application can contact my remote service through XML embedded requests (http/https) and able to receive similar XML embedded responses.

    Any sort of help appreciated

    dojon..

  2. #2
    Join Date
    Mar 2008
    Location
    Sydney, AU
    Posts
    974

    Default

    Support for REST style interactions currently under development. This is however done in the context of Spring-MVC. There is a discussion here: http://jira.springframework.org/browse/SPR-4419

    This should then be usable for XML messaging.

  3. #3
    Join Date
    Apr 2008
    Posts
    2

    Default

    thanks -- good info - appreciate the pointer.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •