[appengine-java] Re: GAE + Cloud SQL + Hibernate

2012-02-16 Thread datanucleus
> ConnectionPool : do any of C3P0, DBCP, or BoneCP work with CloudSQL ? > If so then you can use DataNucleus support for those (look at the DN > docs). Apparently DBCP "works" http://groups.google.com/group/google-cloud-sql-discuss/browse_thread/thread/a469cd08c2a2ac43 -- You received this messa

[appengine-java] Re: GAE + Cloud SQL + Hibernate

2012-02-15 Thread datanucleus
> I am using Gwt + gae + cloud sql + data nucleus, can anybody shed some > light on how to do connection pool and how to monitor in-flight stats. ConnectionPool : do any of C3P0, DBCP, or BoneCP work with CloudSQL ? If so then you can use DataNucleus support for those (look at the DN docs). -- Y

[appengine-java] Re: GAE + Cloud SQL + Hibernate

2012-02-15 Thread javabuddy
I am using Gwt + gae + cloud sql + data nucleus, can anybody shed some light on how to do connection pool and how to monitor in-flight stats. Thanks -Gana On Feb 14, 6:36 pm, lisandrodc wrote: > Thanks Ikai! > Has it some simple example with GAE and Cloud SQL? > I did not find in Internet. > Th

[appengine-java] Re: GAE + Cloud SQL + Hibernate

2012-02-14 Thread lisandrodc
Thanks Ikai! Has it some simple example with GAE and Cloud SQL? I did not find in Internet. Thanks and regards Lisandro On 14 feb, 15:15, "Ikai Lan (Google)" wrote: > That's right. When working with the datastore, it's probably best to > understand it first by learning the low-level API. There's