Was searching for how to do Dependency Injection through constructor in Spring when i found this article. Covers some good basics on Springs DI and some JDBC fundamentals as well.
I’ve switched to constructor DI on one of my services. I was getting tired of all the setters cluttering my code. 😉