rendering ...

servGAE (service in module tri )

Description

servGAE provides the interface to its counterpart on the server which presently is the Google App Engine. The datastore and security services are described in Server Interface.

Should it be necessary to replace interface there are 2 strategies that should work:

  1. Replace the methods in this service by those that exhibit the same signatures and functionality. Behind the scenes a totally different interface could be used.

  2. Replace the interface on the server that takes the same JSON interface requests and that returns the same JSON object constructs. Where more in depth datails are required than given in this document the logging function could be used on the Apps system to get use cases for each type of request.

Methods