views:

937

answers:

4

Hi,

I am new to Hibernate and what are some good video tutorials/online tutorials to guide me ?

Thanks.

+1  A: 

As far as I know there are not videos on hibernate. However, there is an intro guide on the official website and there is a well known book on Amazon: Hibernate In Action.

monksy
A: 

A google search brings this up:

http://www.youtube.com/watch?v=nLOiW9Lw4mo

jedierikb
+1  A: 

EDIT: apologies, this was a question about hibernate not nhibernate, I'll leave my answer up just in case others are coming here for an nhibernate suggestion.

The video series that really jump started my learning and use of NHibernate was Steven Bohlen's Summer of NHibernate series. It is about 20 hours long and is a great starting point.

I also learned a lot about how to do integration testing with a database (because the video series goes through writing these tests)

http://summerofnhibernate.com/

Jon Erickson
Arnis L.
ah, you're right.... my mind just sees nhibernate because that is the world i live in. sorry about that.
Jon Erickson
From what I've scene the differences between Hibernate and NHibernate are subtle. Some of the differecnes are: Class locations, and property names.
monksy
A: 

Try this. These are easy to follow hibernate video tutorials.

http://youtube.com/user/patrickwashingtondc

Patman