up vote 14 down vote favorite
9
share [g+] share [fb]

I would like to learn Spring and Hibernate in an efficient way.

Next weeks, I will have a lot of time to read but I will not be in front of a computer (so it will difficult to read online tutorials for example).

So, my question is : what is the best book to learn Spring and Hibernate ?

Of course, I know that I'll have to practice a little when I'll progress further in my reading.

link|improve this question

feedback

closed as not constructive by Tim Post Dec 16 '11 at 7:24

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

5 Answers

up vote 14 down vote accepted

Spring Framework Documentation (PDF), is your best bet for Spring and to know how Spring work together with Hibernate. Hibernate Made Easy is a classic and up-to-date for learning Hibernate.

link|improve this answer
1  
+1 the Spring reference doc is superb and the PDF is up around 600 pages now. – cletus Jan 20 '09 at 10:37
feedback

I quite liked the Manning books:

http://www.manning.com/bauer2/ (Java Persistence with Hibernate)

http://www.manning.com/walls3/ (Spring in Action)

Though I never read this one, it's probably more suited for you:

http://www.manning.com/peak/

link|improve this answer
yep, good books. – Simon Groenewolt Jan 20 '09 at 10:42
feedback

Craig Walls's "Spring In Action" 2nd edition will cover both. There's a chapter on using Hibernate with Spring.

"Pro Spring" 2nd edition is a great Spring book.

Whatever you do, make sure that the books you get deal with Spring 2.x, preferrably 2.5. We're on the verge of Spring 3.0, so you don't want to be too far out of date.

link|improve this answer
feedback

look at the Packt's recent book, Spring Persistence with Hibernate

link|improve this answer
feedback

Unless you have read a lot of books about the same topic this is hard to judge. I think the books from O'Reilly are always a good choice. Harnessing Hibernate is from 2008.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.