Hi,

I am new to Tapestry 5 and currently working on a simple web application
that makes use of Hibernate.

Injecting Hibernate-sessions in pages is simple and works fine, however
for my little web application I have to use the session handling of some
third-party library, that is part of my application.

I already implemented the method "contributeHibernateSessionSource" in
AppModule to have my own logic for reading a configuration-file. This
works fine, but unfortunately it is not enough. ;)

Now I want to use the session handling of the third-party library. Is
there any way to tell Tapestry not to handle the Hibernate-session the
default way, but to use some session-handling logic that I (or some
third-party library) provide?

I know, that it is a lot easier to just let Tapestry deal with sessions,
but maybe there is also a hard way? ;)

Thanks for your help!

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to