Where can I find Spring 3 IoC JavaConfig (annotations) tutorial? If possible, please provide tutorials with source code example in SpringSource Tool Suite/maven project.
Thanks.
Update: I would like to have working examples with source code that I can immediately compile and run. There a number of old working examples for Spring 2 IoC (e.g. books’ examples etc) but I still can’t find for Spring 3 IoC. Thanks.
Mkyong.com have few examples (1, 2) with source code. Finally found answer for my first stackoverflow question after about half a year.