Understanding the core of Spring framework
- Details
-
Last Updated on 07 October 2012
Understanding the core of Spring framework
Introduction
In this article I will provide a brief overview of Spring framework, its architecture and main features - Inversion of control (IOC) and Aspect oriented programming (AOP). Then we will jump start writing the Spring bean configurations (XML based and Annotation based) taking a real world example of Mr. XYZ writing a book, followed by how to initialize the Spring container.
Table of content:
- Understanding the core of Spring framework
- Overview and Architecture
- Spring beans definition
- Multiple Spring configuration files
- Using external properties in Spring configuration file
- Initializing the Spring container
- Conclusion
- All Pages
- Prev
- Next >>









