• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Book for Spring Hibernate

 
Ranch Hand
Posts: 763
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to start with spring and hibernate...

can anybody advice me which is the best book to start with ???

Thanks..
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's a bit like saying you want to do plumbing and carpentry and you need a good book to show you both. You need to do both to build a house, but each is a little different.

I find people that try to learn both at the same time end up getting confused and learn nothing.

Take each topic individually and learn it. Learn about Hibernate, what it can do, and how it does it.

Then, learn about Spring, what it does, and how it does it.

Once you get that far, building a house that combines the two will be easy.

I have a few signature links that will lead you to Hibernate books and tutorials. Please feel free to give them a gander.

-Cameron McKenzie
 
Jigar Naik
Ranch Hand
Posts: 763
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cameron,

Thank you for your suggestion,will go for hibernate first
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hibernate Quickly is also a good one for a quick grasp on Hibernate core concepts.
 
reply
    Bookmark Topic Watch Topic
  • New Topic