I'm currently in a process to integrate BoneCP into an existing project that has Hibernate, and as I was reading BoneCP's manual, I found this:
If you are using this library directly in Hibernate (i.e. without a DataSource, not recommended)
and I started wondering why is this? Can someone please explain to me why is it bad to use BoneCP directly in Hibernate?