here is a sample without using Factory

http://212.202.126.8:8080/chenillekit/chenillekit-hibernate/doa_sample.html

2008/8/10 Onno Scheffers <[EMAIL PROTECTED]>

> >
> > The thing to know about tapestry-hibernate is that it creates a proxy
> > for the actual hibernate session. When you use the injected session it
> > actually gets the session for the current thread, via the
> > HibernateSessionManager I believe. So when you instantiate your DAO with
> > a session in the constructor, they will always get the session for the
> > current thread transparently.
>
>
>
> Hi Chris, this clears up a lot for me. Thanks!
>
>
> regards,
>
> Onno
>



-- 
with regards
Sven Homburg
http://tapestry5-components.googlecode.com
http://chenillekit.googlecode.com

Reply via email to