My "FINAL BeanDefinitions" means that it is a xml file, it :
1. merge multi xml configuration files to one
2. translate all annotation-based configuration to xml
3. translate all custom tags in original xml files to beans
4. translate all aop to (proxy factory) beans
5. translate all auto-wire to explicit property
6. and so on
I think it is a good way to understand spring.
How to get this ?


Reply With Quote
