MethodInvokingFactoryBean « Bean « Spring Q&A





1. Using MethodInvokingFactoryBean to set up unconventional beans    stackoverflow.com

I am trying to set up HostConfiguration bean. One of the property it has is called proxyHost. However, the apache HostConfiguration class does not follow the java beans convention. ...

2. Can MethodInvokingFactoryBean set Collections as arguments?    forum.springsource.org

Can MethodInvokingFactoryBean set Collections as arguments? I must be missing something here, or I've just been staring at this too long... I need to call a method on an instance that ...

3. Passing bean into tagetMethod when using MethodInvokingFactoryBean    forum.springsource.org

Just one question... Why?!... Why not use the JdbcTemplate to execute queries, if you really need access to the connection use a ConnectionCallback with the jdbc template. To simply get a ...