2008/10/14 Peter Butler <[EMAIL PROTECTED]>:
> Just a question on the design of this: Why is the Spring object factory 
> configured to use auto-wire?
> From what I've read (both in the Spring documentation and other sources) this 
> is not recommended
> practice because it makes applications harder to debug - the recommendation 
> is to use explicit
> configuration using either the Spring config file or Annotations. Why did the 
> Struts team choose
> not to follow these recommendations?

I don't think so, you can setup Spring-plugin to use autowiring by
type not by name and also Struts will ask Spring factory to create
given bean, if it can't create it, Struts will do it by self, and once
again will ask Spring to create dependencies and so on...


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to