My first step with Hibernate in using ZK framework.
I read the tutorial in
Code:
http://docs.zkoss.org/wiki/Hibernate
It said that :
Quote:
Before using Hibernate, you have to install it into your application first.
1. Download Hibernate (
http://www.hibernate.org)
2. Put *.jar files into your $myApp/WEB-INF/lib/
$myApp represents the name of your web application. ex. Event
So which are those .jar files that I have to put in $myApp/WEB-INF/lib/ ???
I tried to download the Hibernate Core and saw the contents, not only .jar files are here :(
appreciate your help ...