Sample
Introduction to Spring
IBM developerWorks article: The Spring series, Part 1: Introduction to the Spring framework
Simple Class Creation and Injecting an Attribute
Article
The code is from these articles:
Subversion
The Subversion URL for the code is:
Run
To run the application:
mvn clean package exec:java -Dexec.mainClass="com.mycompany.learn.spring.Principal"