Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 4. Inversion of Control > Creating a Spring Project

4.3. Creating a Spring Project

To start a Spring project, you need to include the Spring JAR libraries in your applications classpath. To do this, you should download the Spring libraries from the Spring framework web site (without using Maven) and locate these manually in your class path. Thanks to Maven, you only need to add to your POM file (which is located in your application root) the dependency XML definition as follows:

<dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring</artifactId>
       <version>2.5.2</version>
</dependency>


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial