I'm new to app engine, so bear it with me.
I've a App-Engine web app project that does multiple things and populates Database using JDO persistence. App takes long time to execute, so I prefer running it offline (as time limit is much higher). Now where is this local JDO data persisted? I can access it at http://localhost:8888/_ah/admin How can I export this database to App Engine?