[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 run a legacy Java App Engine 
> application on the infrastructure that exists currently in Google Cloud 
> Platform without modifying the existing project.
>
> I was able to find a document 
> , 
> which describes the legacy 8 version of Java still supported. What version 
> of Java are you using? Are you using Google App Standard or Google App Flex?
>
> I’m thinking that depending on your answer, you may choose to use 
> Containers in Google Cloud Run  to create 
> your environment but you indicated that you do not wish to modify your 
> project.
>
> So to provide more options, I would ask you to give detail about your 
> project.
>
>
>
> On Thursday, April 29, 2021 at 10:14:18 AM UTC-4 qqua...@protonmail.com 
> wrote:
>
>> 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" applications?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/eeeaee50-0677-4f9d-9b54-a3206409e6fcn%40googlegroups.com.


[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" applications?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dee92401-884c-4e8e-9e1b-66c0d303f534n%40googlegroups.com.


[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 Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ecbae64b-dfb7-4dbb-8a2e-0491c7537dbfn%40googlegroups.com.