RE: Struts/Spring integration & Struts 1.3

2005-04-05 Thread Marco Mistroni
Struts Users Mailing List' Subject: Re: Struts/Spring integration & Struts 1.3 Marco: This is clumsy, but you could probably figure out a way to instantiate commands and chains as Spring managed beans and then, rather than looking them up in a catalog, you could look them up in the Ap

Re: Struts/Spring integration & Struts 1.3

2005-04-05 Thread Ted Husted
Since Struts 1.3.x is unreleased, a better place for a thread like this might be the DEV list. On Apr 4, 2005 11:53 PM, Joe Germuska <[EMAIL PROTECTED]> wrote: > Marco: > > This is clumsy, but you could probably figure out a way to > instantiate commands and chains as Spring managed beans and the

Re: Struts/Spring integration & Struts 1.3

2005-04-04 Thread Joe Germuska
Marco: This is clumsy, but you could probably figure out a way to instantiate commands and chains as Spring managed beans and then, rather than looking them up in a catalog, you could look them up in the ApplicationContext. If you did this, then it would be easy to set up your commands with re

Struts/Spring integration & Struts 1.3

2005-04-04 Thread Marco Mistroni
Hello all, I was wondering.. is using DelegatingActionProxy plus The Spring plugin for Struts the only way to integrate Spring beans Into struts? I am currently trying out Struts 1.3, and I would like to set my Spring beans in the command rather than in the action class.., or at least Make