img
Project for Chapter Samples
In this chapter, we will use the web application we developed in Chapter 17 as the application to
monitor. To show how to monitor Spring Batch jobs, a batch job was added to the application for
importing contact information into the database from an XML file.
We prepared a project for the sample application that will be used for monitoring; you can simply
import it and then proceed to implement the required classes.
From the sample code, extract the file ch23-nojmx.zip into your STS workspace. Then, import the
project in STS.
To import the project, in STS choose the menu option File Import, and on the Select screen of the
Import wizard, choose Existing Projects into Workspace under the General category, as shown in Figure
23-1.
Figure 23-1. Importing an existing project in STS
Then, on the Import Projects screen, choose the project extracted from the sample source code, and
click Finish (see Figure 23-2).
Search WWH :
Custom Search
Previous Page
Spring Framework 3 Topic Index
Next Page
Spring Framework 3 Bookmarks
Home