The one feature that I wish would be added to both Java and Python versions of the SDK is a very easy way to migrate app data stores between AppEngine and a local development environment. For Java, I find myself writing bits of custom code to load data from a JAR file to load up my hosted data store - I do this one time, then delete the code and JAR, and re-upload the app. A nuisance.