1. How to config autowiring objects under a particular package? forum.springsource.orgHow to config autowiring objects under a particular package? Hi, I would like to know if there is a way to simplify object injection, especially when a same object is being ... |
2. autowireBean: command object vs autowire functionallity forum.springsource.orgHello, I would like to use autowire functionality in my command objects. This seems to work when I use something like code below in my command executor: appContext.getAutowireCapableBeanFactory().autowir eBean(cmnd); Are there ... |