Spring 4
Spring IoC Container Part 3
DefaultSingletonBeanRegistry Last time we find that in the DefaultListableBeanFactory it provides map to save bean definitions. But when getting bean instance, …
Spring IoC Container Part 2
Log4J When using Spring framework, we must use Apache Common Logging to print log in console or binary files. As we known, Spring log configuration can change …
Spring IoC Container Part 1
Let’s look a simple code within Spring below: // create and configure beans ApplicationContext context = new ClassPathXmlApplicationContext(new String[] …