I managed to learn a lot on Spring in the last two months (I have studied many Spring books in pdf). I am working on a project developed with Spring MVC using annotations and I am managing. However, I keep trying to learn and I am having problems with Spring application context xml; I have learned how to use it in dependency injection and how to use it with annotations with <context:component-scan base-package=”com.habuma.pirates” />. But there are so many options; is there a reference where I can find all the options, tags, what they mean and how to use them? I have explored the web without results. I can't find the answer in Spring Reference 2.5/3.0.
I just found a lot of information in "http://static.springsource.org/spring/docs/2.5.x/reference/index.html" section 3.8 and following sections. But perhaps there is more.
Your help will be greatly appreciated,
Alejandro Barrero