All Tags » java (RSS)

Browse by Tags

  • Session expires while uploading few large files with Java SDK

    Hi, I've written a simple upload and download utility for my needs using Java SDK.With this utility I'm uploading a few large files (30-odd files each 100M big) After uploading less than 200M, I get "Expired Access Token" error. I'm not sure if this java SDK specific error or the...
    Posted to Java (Forum) by shashi on 05-28-2008
  • Application and SDK Release

    The application and SDK have been released with a fix for the upload problem. It was an issue with the help function in Java not sending the Content-Length header. This has been updated to always send the content-length. You can find this update at: http://developer.nirvanix.com/files/folders/j2ee_java...
    Posted to Java (Forum) by BarryR on 01-31-2008
  • Re: Incremental POST Uploads

    I hate to cheat but there is a great library for constructing the SOAP envelopes, it would at least show you how to do it on your own if you don't want to use the full library (memory concerns.) http://www.ibm.com/developerworks/xml/library/x-soapcl/ That is a sample using the library to construct...
    Posted to General Discussions (Forum) by BarryR on 10-13-2007
  • Re: HTTP POST Upload example

    Please download the Java SDK it does this already. I would suggest using the SDK to simplify your application and abstracting you from the actual calls. You can find the download here: http://developer.nirvanix.com/files/folders/j2ee_java/entry57.aspx and the sample application using this SDK: http:...
    Posted to Java (Forum) by BarryR on 10-04-2007
Page 1 of 1 (4 items)