Any framework software is not an installation software, i mean not an executable software.
Hibernate framework is a set of JAR files. Working with hibernate means, just adding those hibernate jar files to the application.
Download Hibernate framework software from the URL http://sourceforge.net/projects/hibernate/files/hibernate3/
- Choose hibernate version 3.2.2-ga.zip ,which is a standard version.
- After downloaded, Unzip it.
- Find Hibernate API document in the /doc/api folder.
- In lib directory, you'll find various jar files.
Required JAR files:
- antlr-2.7.6.jar
- asm.jar
- asm-attrs.jar
- cglib-2.1.3.jar
- commons-collections-2.1.1.jar
- commons-logging-1.0.4.jar
- ehcash.jar
- dom4j-1.6.1.jar
- hibernate3.jar
- jta.jar
- log4j-1.2.3.jar
No comments:
Post a Comment