1
vote
1answer
32 views
In Django (on Google App Engine), should I call main.py when running Unit Tests?
I have a Django application on the Google App Engine, and I would like to start writing unit tests. But I am not sure how to set-up my tests.
When I run my tests, I get the following error:
…
1
vote
2answers
55 views
In Python, how can I test if I’m in Google App Engine SDK?
Whilst developing I want to handle some things slight differently than I will when I eventually upload to the Google servers.
Is there a quick test that I can do to find out if I'm in the SDK or …
0
votes
0answers
16 views
Security Sandbox Issues with Flex/AS3 and AppEngine
I'm having trouble with an AS3 AMF RemoteObject request that is hosted on App Engine. I have a crossdomain.xml file in the root of the domain, and also one at the remoting endpoint.
Here are the …
0
votes
3answers
331 views
Which credentials should I put in for Google App Engine BulkLoader at development server?
Hello everyone,
I would like to ask which kind of credentials do I need to put on for importing data using the Google App Engine BulkLoader class
appcfg.py upload_data --config_file=models.py …
0
votes
0answers
15 views
createLoginURL creates invalid request URL in GAE
I get the following error from following piece of code. I am trying to login to Google sites service through GAE apps.
"The page you requested is invalid. "
String authenticationUrl = …
1
vote
5answers
147 views
Is it possible to use the Google App Engine as a backend database for Android applications?
I would like to write a client application for Android that uses the Google App Engine as a database backend. My Android client would connect to the App Engine to save information, then it would …
1
vote
2answers
29 views
How to make a property nullable in JPA - GAE/J?
I have a entity class User. I want to add some more properties but to keep them nullable. I want to know the annotation used for this in JPA. I am using JPA in Google App Engine.
Thanks
0
votes
2answers
15 views
Using Google App Engine’s Cron service to extract data from a URL
Hi Guys!
I need to scrape a simple webpage which has the following text:
Value=29
Time=128769
The values change frequently.
I want to extract the Value (29 in this case) and store it in a …
4
votes
4answers
1k views
How to browse local Java App Engine datastore?
It seems there is no equivalent of Python App Engine's _ah/admin for the Java implementation of Google App Engine.
Is there a manual way I can browse the datastore? Where are the files to be found on …
5
votes
5answers
156 views
Why use Django on Google App Engine?
When researching Google App Engine (GAE), it's clear that using Django is wildly popular for developing in Python on GAE. I've been scouring the web to find information on the costs and benefits of …
1
vote
5answers
506 views
eCommerce on Google App Engine
I'm looking for an eCommerce platform that could be installed on Google App Engine.
Any recommedation?
Thanks.
0
votes
2answers
42 views
Speed issues with Google App Engine + Spring MVC + Annotations
Hello,
I am developing an application on GAE with spring MVC and using annotations. The application take a long time to load the first time and then it behaves well as long as I access the …
0
votes
1answer
21 views
Adding Class files to Google App Engine Wave Bot in Java using Eclipse
Hello,
Yeah quite a specific question. I'm making a bot for Google Wave and I'm a bit confused.
I have some Java class files of a separate package I want to implement. I put them in the lib …
3
votes
4answers
77 views
How to parse somewhat wrong JSON with Python?
I have a following JSON string coming from external input source:
{value: "82363549923gnyh49c9djl239pjm01223", id: 17893}
This is wrong-formatted JSON string ("id" and "value" must be in quotes), …
0
votes
1answer
28 views
Do gae datanucleus annotations modify our java code?
I placed this question in Google groups for gae java (http://groups.google.com/group/google-appengine-java/browse%5Fthread/thread/85dc9f10d7e12a3), but sometimes it takes a week for someone to bother …
