|
Saas - Google App Engine: Language
support
- Currently, Google App Engine supports two
application environments: Java and Python.
- Additionally, your website templates can include
JavaScript along with your HTML which, among
other things, allows you to write AJAX-enabled web
applications.
- App Engine applications can also be written in Java or any JVMcompatible
language (e.g. JRuby, Groovy, Scala, etc.) and run in a Java
6 runtime environment.
- App Engine's Python runtime supports Python 2.5 – newer versions of
Python, including Python 2.6, are not currently supported. For security
reasons, some Python modules written in C won't run in App Engine's
sandbox.
|