One thing you get used to on appengine is that any bulk data work requires the task queue. You can use a little bit of framework and make all of these transforms (including deleting data) a question of just writing a simple task class and firing it off. You'll want a copy of the Deferred servlet: http://code.google.com/p/gaevfs/source/browse/trunk/src/com/newatlant... Fair warning: I found that I needed to change the code to make it perform base64 encoding all the time, not just on the dev instance.
« First
‹ Previous
341 - 360 of 592
Next ›
Last »
Showing 20▼ items per page