I am tring to write the CRUDEWebAppMavenized application.. I am trying to learn Spring MVC with Hibernate and
Maven.. I have gone through many videos to learn the basic modules of Spring like the Core module and AOP alongwith IoC/DI.. I have also read about the basic of Spring MVC.. Anyways, i got this code from youtube and i tried to follow whatever he does step by step.. As soon as i debug my server, I get the following message :
After researching a little, i though that it's happening because i don't have dom4j dependency added and so i went ahead and added the following in my pom.xml :
so now my pom.xml is :
hibernate.cfg.xml is :
log4j.xml
jdbc.properties :
spring-servlet.xml :
web.xml :
controller class :
I am using windows 8, eclipse kepler, maven and MySQL db.. Any help would be really appreciated and if you need any other source code, please just ask.. thanks in advance.. I have also attached a picture of my directory structure..