[google-appengine] Re: Where can your run "legacy" Google App Engine (Java) applications?

2021-04-29 Thread 'cyberquarks' via Google App Engine
Hi, our app is built on Google App Engine (Java) version 1.9.40 where all components are "integrated" into the runtime, the Datastore, the Task Queue etc. On Friday, April 30, 2021 at 1:53:21 AM UTC+8 Elliott (Cloud Platform Support) wrote: > > Hello, > > I understand that you would like to

[google-appengine] Where can your run "legacy" Google App Engine (Java) applications?

2021-04-29 Thread 'cyberquarks' via Google App Engine
Where can you run GAE application built with "integrated" Datastore? Meaning, those application that were build prior to Google platform making the Datastore a separate service from the "core" GAE service. That is without modifying the project. Can the current Google App Engine run "legacy"

[google-appengine] Modeling Entity relationships with GAE/Java

2021-03-30 Thread 'cyberquarks' via Google App Engine
Using the native GAE DatastoreService: `com.google.appengine.api.datastore.DatastoreService` How can you model the following relationships: - One-to-Many - Many-to-One - Many-to-Many - One-to-One -- You received this message because you are subscribed to the Google Groups "Google App