The Spring soical datalayer uses JDBCTemplate. However cloud's like GAE dont support jdbc instead they have native method and JPA based method.I would reommend spring social to have an alternate JPA based datalayer for persisting connection. Implement the jdbcconnectionrepository and jdbcusersconnectionrepository in JPA..this removes the hard link over a rdbms based backend.


Reply With Quote