Created
May 28, 2020 12:54
-
-
Save prashant4224/9b9c051dad22beaf0a72d6b5c01d7791 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*-----------------Beanfactory vs Application Context | |
Beanfactory: | |
Bean instantiating/autowiring | |
Application Context: | |
Bean instantiating/autowiring | |
Automatic BeanPostProcessor registraion | |
Automatic BeanFactoryPostProcessor registraion | |
Convenient MessageSource access (i18) | |
ApplicationEvent publication |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment