What is the increase in developer productivity while using Hibernate?
Posted
by
Tarun Kohli
on Programmers
See other posts from Programmers
or by Tarun Kohli
Published on 2012-03-28T09:58:07Z
Indexed on
2012/03/28
17:43 UTC
Read the original article
Hit count: 274
Productivity
|hibernate
I was curious to find out the percentage increase in developer's productivity by using Hibernate. We use both Hibernate and NHibernate extensively and find them to be extremely elegant frameworks but haven't undertaken any study to find out the time savings by using them.
IMHO, one could get a good 30 to 40% jump in developer productivity as one doesn't have to write the basic CRUD operations and bother about caching. But, are there are any formal case studies which prove that point?
I would really appreciate if someone could direct me to a published white paper about some statistics about the productivity gains.
© Programmers or respective owner