Top "Google-app-engine" questions

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

AmazonS3 putObject with InputStream length example

I am uploading a file to S3 using Java - this is what I got so far: AmazonS3 s3 = new …

java google-app-engine amazon-s3 md5 inputstream
HTTP Get with 204 No Content: Is that normal

Is it a normal occurrence for an HTTP GET Request to have a response with status code 204 - No Content? …

google-app-engine http get http-status-codes channel-api
Built in Python hash() function

Windows XP, Python 2.5: hash('http://stackoverflow.com') Result: 1934711907 Google App Engine (http://shell.appspot.com/): hash('http://stackoverflow.com') Result: …

python google-app-engine hash
How to use Google App Engine with my own naked domain (not subdomain)?

After hours of reading about and experimenting with DNS records I can access my Google App Engine app via these …

google-app-engine dns google-cloud-platform
How do you validate a URL with a regular expression in Python?

I'm building an app on Google App Engine. I'm incredibly new to Python and have been beating my head against …

python regex google-app-engine
Error opening zip file or JAR manifest missing : C:\Program

I'm on step "Running project on the Server" from https://developers.google.com/appengine/docs/java/webtoolsplatform#dynamic_web_project …

java eclipse google-app-engine eclipse-wtp
Why doesn't my java compiler level match my installed project facet?

I made a simple Java Google AppEngine application called Guestbook in Eclipse 3.7 and am trying to run it. However, I …

java eclipse google-app-engine
Basic File upload in GWT

I'm trying to figure out how to upload one file using GWTs FileUpload widget. I'm using GWT and Google AppEngine …

java google-app-engine gwt file-upload
Run two Java programs from Eclipse at once?

I am building a Java Google App Engine server project and a Java desktop client. I would like to run …

java eclipse google-app-engine
Deleting a Google App Engine application

Is it possible to delete an GAE application after it has been created? I made a mistake while typing the …

google-app-engine