Currently, I\'m when passing around a cursor s开发者_Go百科tring in a URL, and it looks very ugly. I was wondering if there was a way to shorten these? I was thinking I could encode it & decode it
I created an application using GWT and support for the Google Datastore but now i\'m trying to move my application to my own server and i\'m also trying to detach my app from Google App Engine and fro
I need to store python code in a database and load it in some kind of bootstrap.py application for execution. I cannot use filesystem because I\'m using GAE, so this is my only choice.
I have a Foo type in my Google App Engine datastore. I\'d like it to link to a series of other Foo types, call them prerequ开发者_StackOverflow社区isites.
Is there a datastore viewer in Google App Engine Launcher? Something similar to th开发者_运维百科e Datastore Viewer that can be found within the GAE website?
I\'m kinda new to modeling my data model for efficient querying with GAE, but have extensive knowledge with RDBMS.
I\'m using the JDO an开发者_高级运维notation dependent=\"true\" to delete my owned child classes like this:
When I try to upload data using appcfg.py I get an authentication error regardless of my login details being completely correct.
开发者_StackOverflow社区Query q = em.createQuery(\"SELECT u FROM SSUser u WHERE u.emailId=?1\") .setParameter(1, email);
Learning GAE I`ve got some issue. I want to save contact list of my users in database. I use addUser() to add new user and it works. But when I refresh the page the list is empty (not null). In GAE \"