Running custom code on Google App Engine

Google App Engine (GAE) is Google's offering in terms of a robust PaaS infrastructure. GAE enables the deployment of web applications, which scale when traffic increases or when more storage space is needed.

Several programming languages can be used, in particular Java and Python. The distributed nature of the GAE implies using a non-relational storage space, named the Datastore. Designing business rules should thus be adapted accordingly.

RuSDClocal configurationnning custom code on Google App Engine

The architecture of a Java application deployed on Google App Engine. The SDC allows an application deployed on GAE to access enterprise data located behind a firewall.

Recall that the GAE is one of the three Google Apps services that can take advantage of the Secure Data Connector to access enterprise data.

For more detail on GAE, refer to Chapter 6, Extending the Platform.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset