by RC <raymond.chui@[EMAIL PROTECTED]
>
Mar 17, 2008 at 09:19 AM
Markus Tazl wrote:
>
> 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.html
I bought this book, that book published in 2004, the examples in that
book are Hibernate 2.2. Those examples are no longer true for Hibernate
3.2.
All packages have changed from net.sf. to org.hibernate.
package hbm2java is no longer available in 3.2, so I really can't play
around those examples.
> http://www.oreilly.com/catalog/springadn/index.html
I also bought this book, but have start read it, yet.
>
> 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/do***entation/quickstarts/hibernateandspring/
Very good site, I'll learn from there.