Hi, I have a question about dependency injection in Struts 2 actions. Dependency injection (JSR 330) is integrated in Java EE 6 which has become final a couple of weeks ago.
Struts actions are not managed objects but is there a way with some available
dependency injection implementation to inject
a stateful session bean in a Struts action ?
If not, what would be needed to make it possible ?
Thanks.

