Spring Framework – An Introduction Part I – Dependency Injection, Bean Reuse

Spring Framework has been around for some time. It has pretty much become the defacto choice in developing an enterprise application outside the Java EE/J2EE server domain. This blog post intends to provide a sneak peak of the features provided out-of-the-box by Spring. Essentially a short tutorial highlighting Spring capabilities. This tutorial uses Spring Framework version 3.1.0 M1 release. Besides the libraries available as a part of the Spring Framework release I have additionally used commons-logging-1.1.1 jar.
Continue reading