google-app-engine
Session data not persisting in GAE (Java)
I am struggling while handling sessions in GAE. I am trying to store a two classes and a string in session. Although on DEV environment it runs fine, on production a class and a string are not being p[详细]
2023-04-10 04:18 分类:问答A python web framework for google app engine
(Please note that this question and some of the answers are old) I want to use an existing python framework to develop an application on google appengine.[详细]
2023-04-10 04:04 分类:问答Webapp2 for Authentication and Login
I would like to roll my own login system for my python Google App Engine application (rather than using Google\'s users api).[详细]
2023-04-10 03:19 分类:问答Google App Engine: how to speed up database query on a short-string property?
I have a quite simple database query: Query q = new Query(\"person\"); q.addFilter(\"name\", Query.FilterOperator.EQUAL, req.getParameter(\"n\"));[详细]
2023-04-09 21:56 分类:问答Debugging App Engine with --backends
I can debug my application in Eclipse without running a开发者_JS百科ny backends just fine. Now I want to debug my application with the backends enabled.[详细]
2023-04-09 21:19 分类:问答Unable to view item in browser based on its key in Python GAE
I\'m using python GAE with webapp. I have a form for a user to create a object in the database, something like:[详细]
2023-04-09 19:02 分类:问答Is it possible to run parallel applications (High Performance Computing) on google app engine?
Has anyone used Google App Engine with a HPC application? is it possible to do p开发者_如何学运维arallelism? You can do parallelism (at least in theory) using java + threads, but how many threads can[详细]
2023-04-09 18:20 分类:问答App Engine Java Unit Test Environment Setup
we use the appengine-web.xml file to store global config dataas system properties (like the location of various development servers we need to communicate with). These properties are not available whe[详细]
2023-04-09 17:29 分类:问答App Engine memcache async operation get_multi_async
Ho to use memcache get_multi_async. Doc says it returns \"dictionary\" of values. http://code.google.com/appengine/docs/python/memcache/clientclass.html#Client_get_multi_async[详细]
2023-04-09 16:06 分类:问答What is the correct way to install Google Go and App Engine SDK?
I\'ve been playing with Go and GAE using GoClipse for a bit now on my Mac (since they won\'t run on Windows). Recently I noticed that when I goinstall a package from github it had some problems workin[详细]
2023-04-09 14:46 分类:问答