Author
How to start with Hibernate?
Remko Strating
Ranch Hand
Joined: Dec 28, 2006
Posts: 893
posted Jun 15, 2007 10:08:00
0
Could you advise me a good book which give me an good overview of ORM and Hibernate? I think Hibernate could help me to improve my coding speed, because until now I have to write my database code in SQL. Can make Hibernate your code database independant?
Remko (My website )
SCJP 1.5, SCWCD 1.4, SCDJWS 1.4, SCBCD 1.5, ITIL(Manager), Prince2(Practitioner), Reading/ gaining experience for SCEA,
Leandro Melo
Ranch Hand
Joined: Mar 27, 2004
Posts: 401
Hi Remko. You could try Hibernate in Action . An OR mapping is more than just generating SQL statements, it gives you an object-oriented perspective of your database (so you can code more "naturally").
Leandro Melo <br />SCJP 1.4, SCWCD 1.4<br /><a href="http://www.pazbrasil.org/" target="_blank" rel="nofollow">http://www.pazbrasil.org/</a>
Rashid Darvesh
Ranch Hand
Joined: Feb 13, 2004
Posts: 189
posted Jun 15, 2007 17:38:00
0
Take a look at these use cases http://www.makemyinfo.com/Tutorial.do?action=getTutorial&tutId=T0005.jsp
Remko Strating
Ranch Hand
Joined: Dec 28, 2006
Posts: 893
posted Jun 16, 2007 12:57:00
0
Thanks for your information. I'll give the book a try. The code examples are also a great help, but first a want to know more over Hibernate before I start coding.
kajal mukergi
Ranch Hand
Joined: Mar 22, 2007
Posts: 102
hi remko.... Which book you have started.... reading for hibernate... can you please tell me.... thank you very much... ok bye
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8457
Guys, I'm finding Beginning Hibernate: From Novice to Professional very useful. Did anyone give it a try?
SCJP 1.4, SCWCD 1.4 - Hints for you , SCBCD Hints - Demnachst , SCDJWS - Auch Demnachst
Did a rm -R / to find out that I lost my entire Linux installation!
Remko Strating
Ranch Hand
Joined: Dec 28, 2006
Posts: 893
posted Jul 06, 2007 12:31:00
0
I've started with Hibernate in action, but I've not had much time to really start, because I've a lot of work to do and have to prepare myself for an ITIL-exam. After that I will give Hibernate a good chance
subject: How to start with Hibernate?