• 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

plz help me to learn hibernate.

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm new to hibernate.Please help me to learn it.is there any material or book available to learn hibernate?I'm reading Hibernate in action.
I don't find that book intersting.Is there any option left to learn hibernate other than reading this book.It's urgent.Please help me.
Looking forward for your mails.
 
smita mishra
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it seems no one is really interested to help me.
:roll:
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Speaking personally, I'm not sure what else to suggest. You are reading a book which you find boring. Well, your only alternatives would be to read a different book (such as any of these) see if they interest you any more? I can't think of a more interesting way to learn. You could just crack on and try to develop code without doing any back ground reading if you prefer, but in my experience this is just frustrating.
 
Ranch Hand
Posts: 180
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why dont you download the Hibernate distribution from the site and get the Hibernate reference manual.
Its a very good manual which starts off with some simple examples.

Set up a project in Eclipse and start off with the examples.

Hope this helps.

Cheers,
Saurav
 
Ranch Hand
Posts: 367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that "Java Persistence With Hibernate" is a good book.

See this link to get started with hibernate
 
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
explore examples from various sites like java2s.com etc..
 
Ranch Hand
Posts: 330
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by smita mishra:
I'm new to hibernate.Please help me to learn it.is there any material or book available to learn hibernate?I'm reading Hibernate in action.
I don't find that book intersting.Is there any option left to learn hibernate other than reading this book.It's urgent.Please help me.
Looking forward for your mails.



that's one of the best books on hibernate. Mathias Nilsson post mentioned a book which is a newer version of that.
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by smita mishra:
it seems no one is really interested to help me.
:roll:



Hey Smita,
U can use Hibernate : Novice to Professional a Best learning book which i found. Or send a mail to me i will forward some PDF books which i have, which may helpful 2 U To Learn Hibernate.............
 
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
I use Beginning Hibernate: From Novice to Professional along with the reference manual from Hibernate. They both are really useful.
 
reply
    Bookmark Topic Watch Topic
  • New Topic