Hi. I'm using hibernate for the first time, so i decided to start reading the documentation. But now i have a question, and an opinion that i want to share with you guys.
First, in my opinion, it's kinda hard to know which java runtime versions are compatible with different versions of hibernate. I'm using java 5 so, i decided to use hibernate 3.6. Actually, i'm not 100% sure if it's the best version.
Second, i have a question. When i was reading the getting started guide of hibernate 3.6, i noticed this: "The built-in Hibernate connection pool is in no way intended for production use. It lacks several features found on any decent connection pool. See the section discussion in Hibernate Developer Guide for further information. " - @ Important note of topic "2.1. The Hibernate configuration file". Where can i find the developer guide for hibernate 3.6?
Thanks for your attention.
Best regards, Gabriel.
|