calling an arbitrary method via Spring ?
Marvin S. Addison
marvin.addison at gmail.com
Tue Apr 30 12:11:05 EDT 2013
> Anyone know if it is reasonable to call a non-constructor non-property
> method via Spring ?
You can do a lot of neat stuff with the new Spring EL capability [1],
but I don't see a way to leverage it for your needs. A
BeanPostProcessor seems fairly straightforward:
https://github.com/serac/jetty-config-test
M
[1]
http://static.springsource.org/spring/docs/3.2.x/spring-framework-reference/html/expressions.html
More information about the dev
mailing list