Hi guys
I was reading about AOP proxies in the spring reference
My little question is if there is some way to call a method of a Proxy specifying the method name dynamically, is it possible? if so, do you have an example?
Think about a transactional scenario where explicit java reflection invocations are not preferred due transactions defined in the declarative way for instance, don't know about any of these method calls.
is that possible?
thanks in advance


Reply With Quote
