Someone wrote an Ibatis module which maybe able to help you. Alternatively you can use warp-persist with JPA and just obtain the underlying connection to execute your *Statements. That should provide all the transactional behavior you need via the @Transactional annotation. Though this may seem a bit hacky to you, I don't know.
Dhanji. On Sun, Feb 28, 2010 at 2:01 PM, Karthik Krishnan <[email protected]>wrote: > Hi All, > > In our application, we are slowly migrating to Guice from no DI but we > have hit a little bit of a road block. In our application, we use > CallableStatement to make database calls and not any persistence API. > Is there any guice based application that we can use for transactional > support. I know that warp api is used to support Hibernate, JPA and > and DB4Objects. > > A post on Stack Overflow > http://stackoverflow.com/questions/2347384/guice-jdbc-and-managing-database-connections > did not return any answers as yet. Dhanji's blogs > http://www.jroller.com/dhanji/ > and http://rethrick.wordpress.com/ did not help with that either. > > Has any one done any plain jdbc set up with Guice? > > Thanks, > > Kartik > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-guice%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-guice?hl=en. > > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
