Installing Hibernate"

From Documentation
(Created page with '{{ZKDevelopersGuidePageHeader}} Before using Hibernate, you have to install it into your application first. # Download '''hibernate core''' and '''hibernate annotations''' from…')
 
m (correct highlight (via JWB))
 
Line 6: Line 6:
 
# Put *.jar files from '''hibernate core''' and '''hibernate annotations''' into your $myApp/WEB-INF/lib/
 
# Put *.jar files from '''hibernate core''' and '''hibernate annotations''' into your $myApp/WEB-INF/lib/
  
<tt>$myApp</tt> represents the name of your web application. ex.  <tt>event</tt>
+
<code>$myApp</code> represents the name of your web application. ex.  <code>event</code>
  
 
{{ ZKDevelopersGuidePageFooter}}
 
{{ ZKDevelopersGuidePageFooter}}

Latest revision as of 10:38, 19 January 2022

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


Before using Hibernate, you have to install it into your application first.

  1. Download hibernate core and hibernate annotations from Hibernate (http://www.hibernate.org)
  2. Put *.jar files from hibernate core and hibernate annotations into your $myApp/WEB-INF/lib/

$myApp represents the name of your web application. ex. event



Last Update : 2022/01/19

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.