The SDK. The SDK is what is run in production. If you've ever dug into the Python SDK, you know that everything goes through an ApiProxy. On the local dev server, this goes to stubs or services that look similar to production services (we don't give you a real instance of Bigtable/Megastore, for instance). In production, these turn into RPCs that call the real services in question.
Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Mon, Apr 4, 2011 at 2:58 AM, dilbert <[email protected]> wrote: > Just to clarify. Are You talking about the code for the development server > or the real thing? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
