[appengine-java] Doable? Create multiple CSV files and zip it up

2010-05-21 Thread Jonathan
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? Tha

RE : [appengine-java] Doable? Create multiple CSV files and zip it up

2010-05-21 Thread Romain Pelisse
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" a écrit : Hi, >From a quick scan of GAE doc there is no access t