!!! Google App Engine
!! Resources
* [Overview|http://code.google.com/appengine/docs/java/overview.html]
* [Admin Console|http://code.google.com/appengine/docs/theadminconsole.html]
* [Dashboard computerhok01|http://appengine.google.com/dashboard?&app_id=computerhok01]
Before you sing-up, they require you have a mobile number:
''To create applications with Google App Engine, you need a verification code. .... \\The verification code will be sent to it via SMS. Note you will only need to verify your account once.''
!! Things that you normally use, but won't run on GAE
!! Install / Test
* Install the Eclipse plugin
* ''sudo apt-get install libstdc++5''
!! First Deployment
I registered my first app with the __ID computerhok01__, so you can access it at [http://computerhok01.appspot.com]
{{{
Compiling module nl.computerhok.gae.test1.GAEtest1
Compiling 5 permutations
Permutation compile succeeded
Linking into war
Link succeeded
Compilation succeeded -- 26.989s
Creating staging directory
Scanning for jsp files.
Compiling jsp files.
Compiling java files.
Scanning files on local disk.
Initiating update.
Cloning 30 static files.
Cloning 65 application files.
Uploading 31 files.
Uploaded 7 files.
Uploaded 14 files.
Uploaded 21 files.
Uploaded 28 files.
Deploying new version.
Will check again in 1 seconds
Will check again in 2 seconds
Closing update: new version is ready to start serving.
Uploading index definitions.
Deployment completed successfully
}}}
!! Quota
Here's a screenshot of the Qouta details page:
[GAEQuota.png]