Top "Google-app-engine" questions

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers.

How to fetch more than 1000?

How can I fetch more than 1000 record from data store and put all in one single list to pass to …

python google-app-engine google-cloud-datastore
Pros & Cons of Google App Engine

[An Updated List 21st Aug 09] Help me Compile a List of all the Advantages & Disadvantages of Building an Application …

google-app-engine
angularjs html5mode refresh page get 404

I've created an app using AngularJS with GAE (Google App Engine – Java). I want to convert it compatible with SEO. …

google-app-engine angularjs http-status-code-404
Delete all data for a kind in Google App Engine

I would like to wipe out all data for a specific kind in Google App Engine. What is the best …

python google-app-engine
Eclipse - How to fix error "No persistence.xml file found in project" JPA issue

Error "No persistence.xml file found in project" in Eclipse. Aim: Create a new project GWT+App engine+Maven Steps …

eclipse google-app-engine maven gwt persistence.xml
JDO vs JPA for Java on Google App Engine

I want to develop my project on Google App Engine with Struts2. For the database I have two options JPA …

java google-app-engine jpa jdo
Problem with subject encoding when sending an email

I'm sending an email and I'm receiving it correctly but the encoding of the subject is not correct. I'm sending "…

java google-app-engine encoding jakarta-mail velocity
Project structure for Google App Engine

I started an application in Google App Engine right when it came out, to play with the technology and work …

python google-app-engine
ImportError: No module named googleapiclient.discovery

I have python webapp2 application but when I run it I get this error ImportError: No module named googleapiclient.discovery …

python google-app-engine google-api-client google-api-python-client
Output request parameter by template

Is it correct to say that there is no simple tag that just writes some http get query parameter? If …

django google-app-engine