by Markus Tazl <m_tazl@[EMAIL PROTECTED]
>
Mar 15, 2008 at 12:10 PM
On 12 Mrz., 14:10, RC <raymond.c...@[EMAIL PROTECTED]
> wrote:
> Our office soon is going to replace
> JDBC with Hibernate. I am new to Hibernate.
> I try to follow the tutorial from Hibernate 3.2 doc/reference/
> I am stop in chapter 1, wouldn't get the same results as the tutorial!
>
> BTW, what is the relation****p between Spring and Hibernate?
> Do we need both of them to replace JDBC?
>
> I program with JDBC for many years, feel comfortable with it.
> JDBC requires you well know about SQL. Hibernate doesn't require
> a programmer know about SQL. Is this a great advantage?
Hi RC,
in addition to the excellent answers given by Lew and Arne : for a
first introduction on Hibernate and Spring you could give two books
from O'Reilly a try.
http://www.oreilly.com/catalog/hibernate/index.htmlhttp://www.oreilly.com/catalog/springadn/index.html
In my opinion they are both helpfull for beginners just to get an idea
what it's all about.
If you are familiar with Eclipse you could check out
http://www.myeclipseide.com/documentation/quickstarts/hibernateandspring/
best regards,
Markus Tazl
P.S. Even there is no relation****p between Spring and Hibernate using
them together can make life easier ;-)