Spring Integration with Struts
Hi all,
I've integrated successfully some Spring features into my Struts framework. In the whole, my project consists of a bunch of Struts actions that delegate management to Spring via DelegatingActionProxy. By now, all works fine, but now I would like to add a Spring controller to return a ModelView. I'd also like this Spring controller could use a Business bean defined into the Struts servlet context. And this is the problem: how to reference one bean defined into another context.
How could I reference it into the Spring controller? Or much better, how could I inject it within the xml Spring beans file?
Expected been explained. Thnx very much
|