For each step create the artifact
- Database object, in this example a single table is used with MySQL.
 - SqlMap.xml that describes your SQL mapping.
 - SqlMapConfig.xml pointing to your SqlMap.xml.
 - Bean that will hold the data from the table
 - DAO interface
 - DAO implementation
 - applicationContext.xml and configure your DAOs.
 - Testing