What is Google App Engine?Google App Engine lets you run your web applications on Google's infrastructure. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users. You can serve your app from your own domain name (such as Google App Engine supports apps written in several programming languages. With App Engine's Java runtime environment, you can build your app using standard Java technologies, including the JVM, Java servlets, and the Java programming language—or any other language using a JVM-based interpreter or compiler, such as JavaScript or Ruby. App Engine also features a dedicated Python runtime environment, which includes a fast Python interpreter and the Python standard library. The Java and Python runtime environments are built to ensure that your application runs quickly, securely, and without interference from other apps on the system. With App Engine, you only pay for what you use. There are no set-up costs and no recurring fees. The resources your application uses, such as storage and bandwidth, are measured by the gigabyte, and billed at competitive rates. You control the maximum amounts of resources your app can consume, so it always stays within your budget. App Engine costs nothing to get started. All applications can use up to 500 MB of storage and enough CPU and bandwidth to support an efficient app serving around 5 million page views a month, absolutely free. When you enable billing for your application, your free limits are raised, and you only pay for resources you use above the free levels. For further reading about the Goolge App Engine please take a look here: http://code.google.com/appengine/docs/whatisgoogleappengine.html My tutorials :None
3rd party tutorials :Strongly Typed, Loosely Coupled CLOSED-LOOP Big Oh No CTP Java Competence SpringSource Team Software and downloads :General questions and answers : Where can i find information about what frameworks and libraries are supported by Google App Engine?
Where can i find information about which classes of the Java API i am allowed to use? What kind of webserver is used for running the Java web applications in Google App Engine? Where can i read more about the various quotas for bandwith / cpu usage / IO connections? Common problems and solutions :Techniques and common solutions:Project site & reference documentation: |
