Results 1 to 2 of 2

Thread: spring acting also as a client and making external Post request

  1. #1
    Join Date
    Sep 2009
    Posts
    3

    Default spring acting also as a client and making external Post request

    I want my applicaiton to act at the same time as a server and as a client posting requests to others servers hosted on small devices.
    I just want to make basic Post to these devices and treat their responses in the same application.
    I don't see if I can rely on Spring for this part or if it has to be done outside of Spring.

    Is there a best practise for this ?

  2. #2
    Join Date
    May 2006
    Location
    Stockholm, Sweden
    Posts
    37

    Default

    There are many ways to accomplish this, but I would take a peek at the new RESTful client facilities in Spring 3 if I were you:

    http://static.springsource.org/sprin...l/ch19s09.html

Tags for this Thread

Posting Permissions

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