Google apps engine

Google App Engine is a platform for developing and hosting web application in Google data centers. It was first released as a beta version in April 2008.Google Apps Engine recently unveiled its second language Java. This release includes an early look at our Java run time, integration with Google Web Toolkit, and add some another language giving us Java solution for some applications. Our support for the Java language is still under development. The Java run time is now available for anyone to use this application and may be some mistake because this time under processing. Google App Engine's new Java runt ime and see a demo of a sample app from creation to deployment.

mostly when developing and supporting Google App Engine application. it is very use full we able to manipulate the data store in ways that are not well suited model that works so well for serving Web Applications. old doing these sort of operations. begning with release 1.1.9 of the App Engine SDK, however, there's a new way to interact with the data store, in the form of the remote_api module. This module allows remote access to the App Engine data store, using the same API you know and love from writing App Engine Apps.

we will introduce all people Google Apps to the remote_api module, describe its basic functionality and each and every thing and discribe how to get an interactive console with access to Google Apps data store. Then, we'll give an overview of the limitations of the remote_api mathode.

The remote_api mathode devide into two part. A 'handler', which we install on the server to handle remote data store and requests which we set up on the client to translate and data store request into calls to the remote handler. remote_api works at the lowest level of the data store, so once we have set up the stub, we don't have to worry about the fact that we are operating on a remote data store. it is work exactly the same as if we were accessing the data store directly.

No comments:

Post a Comment