Date: 2004-11-29T01:45:39
   Editor: JohannesTextor <[EMAIL PROTECTED]>
   Wiki: Cocoon Wiki
   Page: GettingStartedWithCocoonAndHibernate
   URL: http://wiki.apache.org/cocoon/GettingStartedWithCocoonAndHibernate

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -65,6 +65,9 @@
 
 == Hibernate Under Cocoon ==
 
+See CocoonAndHibernateTutorial for instructions on deploying Hibernate in the 
cocoon webapp. This covers registering
+Hibernate with the Avalon Framework and using cocoon.xconf datasources for 
connection pooling. 
+
 If you want to set up Hibernate under Cocoon, it is recommended that you setup 
a servlet filter for handling the disposal of Hibernate sessions. This ensures 
that your Hibernate session sticks around until '''after''' your view was 
rendered. A brief summary of the steps is:
 
 1.