7. Getting Started

Now that we've walked you through the creation and testing of your first Spring application, it's time to dig a little deeper into Spring. Articles and examples will cover different areas of the Spring Framework and other Spring projects. Before we do, use the following instructions to set up your Spring environment, and check out these basic DI examples.

Setup

The project is available to checkout from an anonymous Subversion checkout.

Command Line Example

$ svn co http://svn.springbyexample.org/core/basic-dependency-injection/tags/1.0.1/ basic-dependency-injection

General Setup Instructions

General instructions for checking out the project with Eclipse and building with Maven.

Example Project Setup