The Spring Framework is an open source application framework for the Java platform.
It provides services and functionality across the application domain, including a core Inversion of Control container, technology-agnostic data-access and MVC layers, extensive AOP support, task scheduling, and various integration points designed to make Java EE technologies easier to use.
The latest Spring Framework Reference Documentation can be found here.
Frequently Asked Questions
People often ask about the following Spring topics:
- Spring Dependency Injection Autowiring Null
- Casting a Spring's Proxy object to the actual runtime class
- New to Spring - BeanFactory vs ApplicationContext?