Probably doable in memory but as queued process not inside the request - maybe this was obvious but better safe than sorry :)
To help with csv, you can easily add and use opencsv. Hope this help. Le 21 mai 2010 20:30, "Jonathan" <[email protected]> a écrit : Hi, >From a quick scan of GAE doc there is no access to a temporary file system. The product I want to build required creating CSV files on the fly and package them in a zip file with some directory structure, then send the zipped file to response for user to download. Is it doable in GAE? Thanks in advance. Jonathan -- 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]<google-appengine-java%[email protected]> . For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en. -- 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.
