• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Online file Storage, Accessible from Java

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello! New to this forum, please help and don't be mean

I've got an (almost) fully functioning app running in Google App Engine; problem is, their quotas and limits are horrible. Upon (hopefully) reaching mass distribution soon, my program will simply not be able to function without investing heavily into file storage in the GAE.

Here is the question: Does anyone know of any free, good cloud hosting storage provider that has a large amount of storage space (unlimited?) that can successfully integrate with java? ie I'll be able to upload, download and delete files from a java application?

Any help would be seriously appreciated. Thank-you for your time!
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think you are going to find FREE huge cloud storage, nobody buys mult- terabyte servers as a public service. You will however find CHEAP cloud storage.

Whatever you select, they are extremely likely to provide example Java code, I know Amazon does.

Bill
 
reply
    Bookmark Topic Watch Topic
  • New Topic