[hivemind] Caching interceptor

2003-11-07 Thread Johan Lindquist
Realise the CVS rep. is off-line, but i have a caching interceptor allowing caching of method invocation results (configurable down to a per method level) for a specified amount of time ready for review/comments/contribution. Shall i hold off for a bit while the current issues are being

Re: [hivemind] Caching interceptor

2003-11-07 Thread hlship
I'd consider that experimental. It's a nifty idea, but I think it belongs in the contrib project (to be created, after the current HiveMind mess is cleaned up). -- [EMAIL PROTECTED] Creator, Tapestry: Java Web Components http://jakarta.apache.org/tapestry Realise the CVS rep. is off-line, but

Re: [hivemind] Caching interceptor

2003-11-07 Thread Harish Krishnaswamy
I will be very interested in such an interceptor. May be I can follow the path and create a notification interceptors for events (that I have been wanting to do for a while now). Can you post the code in a zip? Howard, any idea when the proposal will be ready? I suppose that's what is holding

Re: [hivemind] Caching interceptor

2003-11-07 Thread Johan Lindquist
See attached zip for source ... it includes a service-point-caching-interceptor.xml snippet which I currently add to the core hivemind descriptor. I guess this would be in it's own jar, but at this moment it's the way it is :) Unzip it into the hivemind tree, edit the descriptor (simply

Re: [hivemind] Caching interceptor

2003-11-07 Thread Harish Krishnaswamy
Thanks, I shall try it and let you know. -Harish Johan Lindquist wrote: See attached zip for source ... it includes a service-point-caching-interceptor.xml snippet which I currently add to the core hivemind descriptor. I guess this would be in it's own jar, but at this moment it's the way

Re: [hivemind] Caching interceptor

2003-11-07 Thread hlship
I think a single contrib module, to contain optional/experimental stuff. -- [EMAIL PROTECTED] Creator, Tapestry: Java Web Components http://jakarta.apache.org/tapestry Thanks, I shall try it and let you know. -Harish Johan Lindquist wrote: See attached zip for source ... it includes