Guice, JDBC and managing database connections

前端 未结 4 529
时光取名叫无心
时光取名叫无心 2020-12-12 13:57

I\'m looking to create a sample project while learning Guice which uses JDBC to read/write to a SQL database. However, after years of using Spring and letting it abstract a

4条回答
  •  借酒劲吻你
    2020-12-12 14:27

    Please check the solution I provided: Transactions with Guice and JDBC - Solution discussion

    it is just a very basic version and simple approach. but it works just fine to handle transactions with Guice and JDBC.

提交回复
热议问题