Autowire « Object « Spring Q&A





1. How to config autowiring objects under a particular package?    forum.springsource.org

How 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.org

Hello, 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 ...