Re: Access Registry

2006-05-01 Thread Stanczak Group
apernate" framework uses it > and it seems to work quite well. > > -Original Message- > From: Stanczak Group [mailto:[EMAIL PROTECTED] > Sent: Monday, May 01, 2006 10:00 AM > To: Tapestry users > Subject: Re: Access Registry > > Yes, Hibernate interceptor.

RE: Access Registry

2006-05-01 Thread James Carman
ay, May 01, 2006 10:00 AM To: Tapestry users Subject: Re: Access Registry Yes, Hibernate interceptor. I'm not using Spring. I'm using Tapestry/HiveMind/Hibernate. I was referring to the article you wrote. I didn't know you had a framework. James Carman wrote: > Justin, > >

Re: Access Registry

2006-05-01 Thread Stanczak Group
; > > > interface="org.hibernate.Interceptor"> > > > > > > > > > > > > > > service:MyHibernateInterceptor > > > > > > This will set up the interceptor to be used by your Hivemind sessions. Hope > this helps! > > > > James > > > > -Orig

RE: Access Registry

2006-05-01 Thread James Carman
bject: service:MyHibernateInterceptor This will set up the interceptor to be used by your Hivemind sessions. Hope this helps! James -Original Message- From: Stanczak Group [mailto:[EMAIL PROTECTED] Sent: Monday, May 01, 2006 9:16 AM To: Tapestry users Subject: Re: A

Re: Access Registry

2006-05-01 Thread Stanczak Group
I should probably give you more detail as to what I'm trying to do. I use your Hibernate repositories approach. And I need to create an interceptor for Hibernate to do some file clean up. So I needed a way to get repository access in the interceptor. Now that I think of it I should probably create

RE: Access Registry

2006-04-30 Thread James Carman
You can create a service implementation factory which injects the contributing module into your service implementation. From there, you can lookup stuff in the registry. Refer to an example here: http://www.carmanconsulting.com/svn/public/tapernate-example/trunk/src/java/ org/apache/tapestry/enh