Struts1 and Spring wiring question
- by Dev er dev
Recently I had a pleasure of working again on Struts 1.1 application. It uses Spring 2.5, but not for actions. I would like to hook it up to use Spring as DI for Struts Actions also, as it would make my life a loot easier.
I found out DelegatingRequestProcessor could be used for this purpose, at least according to documentation, but seems it has…