I am trying to implement this tutorial about Declarative Transaction in Spring Framework application but don\'t work because when I try to execute the MainApp c
I was able to execute without changing the , just by getting bean instance from the StudentDAO interface.
StudentDAO studentJDBCTemplate = (StudentDAO)context.getBean("studentJDBCTemplate");