Hi,

I need to integrate spring dependency injection into existing struts application.The requirement was i need to call some services from dao layer.

So i need to change only dao layer,not action layer of struts.

How can i use the dependency injection feature into this.



Any help is appreciated.