Rod Johnson blogs about an interesting new Spring feature: POJO configuration . It allows to configure the Spring dependency injection using a separate Java class with some annotations. This basically solves two problems. First, there is more coding support...