-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 
Author Message
 Post subject: Please suggest me in learning hibernate...
PostPosted: Tue Oct 07, 2008 2:19 am 
Newbie

Joined: Fri Sep 05, 2008 2:08 am
Posts: 7
Hello friends,
I am new to hibernate. I want to learn asap.Please suggest me how to start?Which book is good for buying on hibernate?

regards
Sri


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 07, 2008 2:51 am 
Expert
Expert

Joined: Thu Jul 05, 2007 9:38 am
Posts: 287
Book: Java Persistence with Hibernate (there is an ad for it (most of the time?) on the top of the page.

Read the Forum, answer questions.

Get working on a real project with real requirements (prevents you from using shortcuts when you hit problems).

Jens

_________________
Please rate useful posts.


Schauderhaft: Softwaredevelopment, Projectmanagement, Qualitymanagement and all things "schauderhaft"


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 07, 2008 3:09 am 
Newbie

Joined: Fri Sep 05, 2008 2:08 am
Posts: 7
Hi Jens,
I found in hibernate site like Hibernate Core,Hibernate Annotations,Hibernate Entity Manager,Hibernate Shards,Hibernate Validator,Hibernate Tools...In these concepts which concepts are very important, which are optional.Can you suggest me that?

regards
Sri


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 07, 2008 4:18 am 
Beginner
Beginner

Joined: Fri Sep 26, 2008 2:39 am
Posts: 20
To get you started before you buy the book, there is an official tutorial:

http://www.hibernate.org/hib_docs/v3/re ... orial.html

If you follow that you can get your first application up and running very soon.
I would focus on understanding Hibernate Core first - and then have a look at the other hibernate projects if you need a solution for a specific problem.
(Example, you want to search your persistent objects -> take a look at hibernate search!)

JP


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 07, 2008 6:24 am 
Expert
Expert

Joined: Thu Jul 05, 2007 9:38 am
Posts: 287
sreedhar.en wrote:
Hi Jens,
I found in hibernate site like Hibernate Core,Hibernate Annotations,Hibernate Entity Manager,Hibernate Shards,Hibernate Validator,Hibernate Tools...In these concepts which concepts are very important, which are optional.Can you suggest me that?

regards
Sri


Core ist the core so you can't do without it. Start here

After that it depends on the direction you are interested in:

Annotations: do you configuration with Annotations instead of XML. I strongly recommend it, but ther might external constraints that prevent this

Hibernate Entity Manager: Closely related to Annotations. Its about JPA, a offical standard wich is implemented by Hibernate Annotations. Annotations is a little more powerfull/flexible. It's your call: do you want power? Or Standard?

Hibernate Validator is realy small and nice. Definetly read the documentation it is less the 10 pages long.

Hibernate Shards, Hibernate Search Hibernate Tools: Very specialised. When you have specific problems to solve google for them you'll might end up on pages about these projects. If not just ignore them for now.

_________________
Please rate useful posts.


Schauderhaft: Softwaredevelopment, Projectmanagement, Qualitymanagement and all things "schauderhaft"


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.