> x) I didn't bother with providing support for connection pool, as > Oracle Driver comes with build-in CP sames goes Postgresql
If you use e.g. c3po's datasource, you'll get pooling built in but independent of the actual driver. > o) Made a provider for a Connection (I "hardcoded" connection-per- > transaction approach) That means that you'll always have a transaction when you want to use a connection, even if you don't really need one right? As an alternative you could implement a workmanager-ish solution (similar to what warp does). Eelco -- 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.
