Chapter 9: Spring Integration"

From Documentation
Line 4: Line 4:
  
 
= How to Integrate Spring Framework =  
 
= How to Integrate Spring Framework =  
The most common integration way is to let Spring manage service classes as Spring beans.  
+
The most common integration way is to let Spring manage an application's dependencies.  
  
 
== Configuration ==
 
== Configuration ==

Revision as of 06:35, 31 January 2013

Overview

Spring Framework is a popular application development framework for enterprise Java. One key element is its infrastructural support: a light-weighted IoC (Inversion of Control) container that manages POJOs as Spring beans and maintain bean dependency injection relationship.

How to Integrate Spring Framework

The most common integration way is to let Spring manage an application's dependencies.

Configuration