Re: [HiveMind] New interceptor support

2003-11-25 Thread Christian Essl
] Sent: Tuesday, November 25, 2003 7:38 AM To: [EMAIL PROTECTED] Subject: [HiveMind] New interceptor support Javassist is fast and impressingly easy for byte-code generation, however it is by no way that comfortable (to code, test and debugg) as plain java. Therefore I've implemented an abstra

Re: [HiveMind] New interceptor support

2003-11-25 Thread Mark R. Diggory
st-based interceptor, as I do not feel it is very intuitive. However, this simpler approach does seem to be a nice compromise and I would like to present it. -Original Message- From: Christian Essl [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 7:38 AM To: [EMAIL PROTECTED] Sub

RE: [HiveMind] New interceptor support

2003-11-25 Thread James Carman
I do not feel it is very intuitive. However, this simpler approach does seem to be a nice compromise and I would like to present it. -Original Message- From: Christian Essl [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 7:38 AM To: [EMAIL PROTECTED] Subject: [HiveMind

[HiveMind] New interceptor support

2003-11-25 Thread Christian Essl
Javassist is fast and impressingly easy for byte-code generation, however it is by no way that comfortable (to code, test and debugg) as plain java. Therefore I've implemented an abstract ServiceInterceptorFactory which allows the user to attach MethodInterceptors to the methods of an interface