The Java SDK includes a library called Remote API that lets you transparently access App Engine services from any Java application. For example, you can use Remote API to access a production datastore from an app running on your local machine. You can also use Remote API to access the datastore of one App Engine app from a different App Engine app.
Configuring Remote API on the Server
The server component of Remote API is a Java servlet that is part of the App Engine Java runtime. This servlet receives requests from the Remote API client, dispatches them to the appropriate backend service, and then returns the result of the service call to the client. To install the Remote API servlet, add the following to your
Read full article from Remote API for Java - Java — Google Cloud Platform
No comments:
Post a Comment