Hie
I am generated html documents using a google text doc as template (reading it using gdata apis and then doing some text manipulation).
Now, I want to publish these documents somewhere so that I can refer to others giving the url of the document (which means it would be publicly accessible).
Any suggestions on how do i go about it? Like where should i host these? and how to do that in java from my google app engine app
just a little background: I am actually fetching the template from google doc where i created it and then using the gdata apis to fetch this template in gae code.
You may also use the BlobStore. Is cheaper to store this kind of data on the Blobstore than doing it on DataStore. You cam also try the new Google Cloud Storage.