[google-appengine] Re: Google App Engine standard now supports Java 8

2017-06-29 Thread Attila-Mihaly Balazs
+1! Party! :-) Now could we please get connections from GAE standard to the Postgres instances? :-) -- 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

[google-appengine] Re: Google App Engine standard now supports Java 8

2017-07-04 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
I successfully managed to connect a GAE standard application (Java 8) to Cloud SQL for PostgreSQL instance using the sample project that Ludovic provided [1]. Google App Engine using PostgreSQL is currently not supported on Go, but you can use Python or Java as an alternative. Article [2] des

[google-appengine] Re: Google App Engine standard now supports Java 8

2017-07-12 Thread Attila-Mihaly Balazs
Again, I think you are mixing GAE standard and flexible here. Article [2] you posted is for GAE Flexible, not standard. -- 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

Re: [google-appengine] Re: Google App Engine standard now supports Java 8

2017-06-30 Thread 'Ludovic Champenois' via Google App Engine
On 6/29/17 5:43 AM, Attila-Mihaly Balazs wrote: +1! Party! :-) Now could we please get connections from GAE standard to the Postgres instances? :-) Sure, can you try https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine-java8/postgres and see if it works for you?

Re: [google-appengine] Re: Google App Engine standard now supports Java 8

2017-07-02 Thread Attila-Mihaly Balazs
Thank you for the reply. I'm not all that familiar with Java on GAE (I've been using Python mostly), so I can't tell if that project is for GAE Standard or Flex. However note the following observations: - The documentation [1] says: "Note: Connection from an App Engine standard environment app

Re: [google-appengine] Re: Google App Engine standard now supports Java 8

2017-07-03 Thread Jeff Schnitzer
I’m using Cloud Postgres from Java8 using the vanilla JDBC driver and DBCP for pooling. AFAICT it works fine. Jeff On Sun, Jul 2, 2017 at 2:57 AM, Attila-Mihaly Balazs wrote: > Thank you for the reply. > > I'm not all that familiar with Java on GAE (I've been using Python > mostly), so I can't