Hi Lu,

One cannot write to file server-side using GAE/J! For guaranteed
server-side persistence, one must use the Google BigTable datastore.

If you want, you could write to log, and then extract log entries to
your local PC using the relevant GAE/J tool, but I personally would
not want to use logs as a persistent data store.

Cheers,

Ian


On Jun 29, 7:10 am, Lu <[email protected]> wrote:
> Hi,
>
> I want to write some output to a text file on server side and I don't
> think database (JDO) is necessary for my application. Is there any way
> to do that? Because google engine does not support the standard java I/
> O, i.e. PrintWriter.
>
> Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to