I'd suggest you take a look at Spring, http://hibernate.org/110.html
if you do not want to use yet another framework you could also check out
how its implemented in the Hibernate sample app,
http://www.hibernate.org/159.html and then theres also the sample app
from the Java Open Source Programm
This sounds like it would work... Interceptors are instantiated once per action
config, so the same one will always be used for an Action alias. Don't depend on this,
though, as it may change. Interceptors should be stateless in terms of per-request
state, they can maintain service / resource re
Did you try looking at the Hibernate example app on hibernate.org? Gavin built it with
WebWork2...
> -Original Message-
> From: Erik Jõgi [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 18, 2004 10:20 AM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] WebWork2 with Hibernate
>
>
> h