What sort of text file are you talking about and why do you want to
write it out? Is it just for debug, like a console output???

If you are talking about a normal file upload operation, since you
can't write to the file system on the virtual GAE server, you should
write files to a Blob Store Service.

Check out the Google code example:

http://code.google.com/appengine/docs/java/blobstore/overview.html

On Jun 29, 4:10 pm, Lu <chenglu.annal...@gmail.com> 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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to