Anupama Sudhakaran wrote:Hello Everyone,
i am new to Spring and Hibernate. Can anyone suggest whether i should start learning Spring first or Hibernate first? Also if anyone could suggest Books for both Spring and Hibernate would be really helpful.
Thank you in advance
I can tell you of one book to use and one book to stay away from.
An excellent tutorial for Spring and Hibernate is another Apress book called, "Spring Recipes: A Problem-Solution Approach" because it identifies many of the usual functions of Java applications and then describe the Spring solution with sample code. The book's chapter 9 will give an easy to to digest lesson on integrating Hibernate with Spring. The great thing about the book (and Spring) is that you don't need an application server to run a lot of the sample code in the book.
The one book that
you should not consider is "Spring, A Developer's Notebook". Do not even read it because it will waste your time and confuse you.