I am learning hibernate, I am using eclipse as IDE and will be using glassfish 3 as my app server and last but not least Oracle 10g will be the database I would be connecting to.
Could someone what are the jars required for hibernate and oracle database jars?
Thanks
Well for hibernate you should include the following in your POM. I really recommend you use something like Maven to build your project. If you can’t right now, search for the dependencies on http://mvnrepository.com/, which will at least tell you the jars you need and provide a download link as well.
I use
for the two versions. Envers is only really necessary if you need auditing (which is rather nice). For Oracle, this should work:
Not sure what the correct version is for 10g. Also, I am not familiar with glassfish, but the two above should get you going. Use the link above to find the appropriate jars you need. Good luck with hibernate… when it works, it’s the next big thing since sliced cheese, if it breaks… well, it’s the spawn of hell.