Is it possible from Spring to inject the result of calling a method on a ref bean?
I\'m trying to refactor some cut/pasted code from two separate projects into a co
The nicest solution is to use Spring 3's expression language as described by @ChssPly76, but if you're using an older version of Spring, it's almost as easy: