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
It's possible in Spring 3.0 via Spring Expression Language:
...properties set etc...