Struts1 and Spring wiring question

Posted by Dev er dev on Stack Overflow See other posts from Stack Overflow or by Dev er dev
Published on 2010-12-07T14:30:30Z Indexed on 2011/02/04 15:26 UTC
Read the original article Hit count: 164

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?

© Stack Overflow or respective owner

Related posts about spring

Related posts about dependency-injection