What is Hibernate and Spring? Can you suggest any books or documents so that I can go through?

Showing Answers 1 - 3 of 3 Answers

Hibernate offers persistence and OR(Objet-Relational) mapping for Java/J2EE applications helping them improve performance and scalability.

Spring is a light-weight Java framework which paves the way to write faster applications without App Server (or EJB etc.)

There are a plenty of good books on these subjects. Following the most notable amongst them:

Hibernate in Action by Christian Bauer, Gavin King (Hanning)

Better, Faster, Lighter Java by Justin Gehtland, Bruce A. Tate ( O'Reilly)

  Was this answer useful?  Yes

srinivas

  • May 17th, 2006
 

Hibernate and spring are the two tools which simplifys database related

coding and increases the performance while dealing with database.

these are used as part of any application. if any one want e books

on hibernate i will send .plz send mail to me.


ok baye...................

keeps smiling and mailing

bora_srinivasarao@yahoo.co.in

if any want java material & doubts regarding j2se ,j2ee plz send mail to

bora_srinivasarao@yahoo.co.in

Note:if possible i will clarify doubts.but i send java material.

  Was this answer useful?  Yes

priyanka barad

  • Sep 5th, 2006
 

? Hibernate and spring are the two tools, which reduces the user related JDBC(Data Base connectiity ) code and internally increases the performance.

? In these we need not to writer any databse related code, simply we need to call those methods and get the connection object

?cnubarad@yahoo.com

ok keep smiling bye

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions