I've built an interceptor that uses reflection based on the example logging interceptor. At this point, I have no strong desire to learn Javassist unless there are known performance problems using reflection vs using Javaassist to build out the method implementations.
My real question, is there any real performance to be gained by using Javassist over Java reflection? If there is not, I don't see a good reason to put in all the extra engineering effort. Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
