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 been deprecated as of Spring 3.0.
Switching to the new version of Struts is not an option.
Does anyone have better idea then starting to use deprecated stuff?