Looking at this example in more detail and trying tofigure out how this works.
see
http://static.springsource.org/docs/Spring-MVC-step-by-step/part5.html
My question is ... in the class JdbcProductDaoTests, how is the method
actually called?
I can see in the test-context that the bean definition is declared as
However, here's the puzzler, if I rename the method to setProductDaoXXX it still works, but if I call it xxsetProductDao it can't resolve which method to call when building the context.