Chapter 9: Spring Integration"

From Documentation
Line 1: Line 1:
 +
 +
= Overview =
 +
Spring Framework is a popular application development framework for enterprise Java. One key element is its infrastructural support: a light-weighted container that manages POJOs as Spring beans and maintain bean dependency injection relationship.
 +
  
 
= 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.
  
 
== Configuration ==
 
== Configuration ==

Revision as of 04:43, 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 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 service classes as Spring beans.

Configuration