Hi All,
I am new in Spring framework. I want to initialize a process using spring framework.
Typically this can be done by overriding init() method in
servlet and making the <load-on-startup>1</load-on-startup> in web.xml .I want to use spring as it provides DI features through which I can initialize the dependent objects in time of initialization.
Please guide me how this can be done by using spring. What should be the servlet class in web.xml.