Spring Framework

Inversion of Control with Annotations. How to configure it in the spring config file?

configure component scanning in the applicationContext.xml file
 
<context:component-scan base-package="com.siekmann.demo"></context:component-scan>

Diskussion