Results 1 to 2 of 2

Thread: upload/download to/from remote url

  1. #1

    Default upload/download to/from remote url

    is it possible with spring to write application that will do upload/download to/from a remote url that will use user/password authentication?

  2. #2
    Join Date
    Aug 2004
    Location
    Southampton, UK
    Posts
    826

    Default

    It is certainly possible to write an application like that based on top of Spring, however Spring doesn't provide any helper classes to do what you are looking for. I recommend that you check out HttpClient at http://jakarta.apache.org/commons/httpclient. You can also find a pretty decent book about Commons stuff in Pro Jakarta Commons by Harshad Oak - it covers HttpClient in detail.

    Rob

Similar Threads

  1. Replies: 3
    Last Post: Sep 22nd, 2005, 10:14 AM
  2. Replies: 0
    Last Post: Jul 11th, 2005, 05:49 PM
  3. Authentication of a remote EJB client
    By Andreas Senft in forum Security
    Replies: 10
    Last Post: Jun 27th, 2005, 11:25 AM
  4. SLSB remote pratice.
    By djeang in forum EJB
    Replies: 6
    Last Post: Jun 14th, 2005, 12:41 PM
  5. Remote EJB
    By jonnyS in forum EJB
    Replies: 9
    Last Post: Mar 23rd, 2005, 02:40 PM

Posting Permissions

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