Did you look at Spring Java Config? Also you can just create Spring Beans by their class names docs.spring.io/spring/docs/c…
1
1
1
yup, I’d rather use the XML; I stick a tiny XML file next to each component and include all files with “**/component.xml”. Simples!
2
1
I wonder whether people who have issues with Spring’s XML are perhaps abusing dependency injection ;-)
2
1
I think someone wants to make a contribution to the Spring project /cc @springjuergen @olivergierke
1
Even "better", combine both: jira.spring.io/browse/SPR-11…
3
1



